Skip to content

Commit

Permalink
[maven-release-plugin] prepare release okta-cli-tools-0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed Mar 6, 2021
1 parent bc9634e commit a890123
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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<packaging>pom</packaging>

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

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

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

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

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

0 comments on commit a890123

Please sign in to comment.