Skip to content

Commit

Permalink
[maven-release-plugin] prepare release okta-cli-tools-0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed Dec 20, 2021
1 parent e0ecf07 commit 35488dc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.cli</groupId>
<artifactId>okta-cli-tools</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>okta-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.cli</groupId>
<artifactId>okta-cli-tools</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>okta-cli-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.cli</groupId>
<artifactId>okta-cli-tools</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>okta-cli-coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.cli</groupId>
<artifactId>okta-cli-tools</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>okta-cli-its</artifactId>
Expand Down
12 changes: 8 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>com.okta.cli</groupId>
<artifactId>okta-cli-tools</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>pom</packaging>

<name>Okta CLI Tools</name>
Expand Down Expand Up @@ -74,19 +74,19 @@
<dependency>
<groupId>com.okta.cli</groupId>
<artifactId>okta-cli-common</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>

<dependency>
<groupId>com.okta.cli</groupId>
<artifactId>okta-cli</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>

<dependency>
<groupId>com.okta.cli</groupId>
<artifactId>okta-cli-its</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -259,4 +259,8 @@
</build>
</profile>
</profiles>

<scm>
<tag>okta-cli-tools-0.9.0</tag>
</scm>
</project>

0 comments on commit 35488dc

Please sign in to comment.