Skip to content

Commit

Permalink
Update version to 0.10.0 (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers authored Feb 28, 2022
1 parent 15ee0d4 commit e532f2b
Show file tree
Hide file tree
Showing 5 changed files with 8 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.1-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</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.1-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</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.1-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</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.1-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
</parent>

<artifactId>okta-cli-its</artifactId>
Expand Down
8 changes: 4 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.1-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</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.1-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
</dependency>

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

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

<dependency>
Expand Down

0 comments on commit e532f2b

Please sign in to comment.