Skip to content

Commit

Permalink
[maven-release-plugin] prepare release okta-idx-java-root-0.1.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta committed Dec 28, 2020
1 parent 82f5597 commit 10e1660
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.idx.sdk</groupId>
<artifactId>okta-idx-java-root</artifactId>
<version>0.1.0-beta.3-SNAPSHOT</version>
<version>0.1.0-beta.3</version>
</parent>

<artifactId>okta-idx-java-api</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.idx.sdk</groupId>
<artifactId>okta-idx-java-root</artifactId>
<version>0.1.0-beta.3-SNAPSHOT</version>
<version>0.1.0-beta.3</version>
</parent>

<artifactId>okta-idx-java-coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta.idx.sdk</groupId>
<artifactId>okta-idx-java-root</artifactId>
<version>0.1.0-beta.3-SNAPSHOT</version>
<version>0.1.0-beta.3</version>
</parent>

<artifactId>okta-idx-java-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.idx.sdk</groupId>
<artifactId>okta-idx-java-root</artifactId>
<version>0.1.0-beta.3-SNAPSHOT</version>
<version>0.1.0-beta.3</version>
</parent>

<artifactId>okta-idx-java-impl</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.idx.sdk</groupId>
<artifactId>okta-idx-java-root</artifactId>
<version>0.1.0-beta.3-SNAPSHOT</version>
<version>0.1.0-beta.3</version>
</parent>

<artifactId>okta-idx-java-integration-tests</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.okta.idx.sdk</groupId>
<artifactId>okta-idx-java-root</artifactId>
<version>0.1.0-beta.3-SNAPSHOT</version>
<version>0.1.0-beta.3</version>
<packaging>pom</packaging>

<name>Okta IDX Java SDK</name>
Expand Down Expand Up @@ -319,4 +319,8 @@
</build>
</profile>
</profiles>

<scm>
<tag>okta-idx-java-root-0.1.0-beta.3</tag>
</scm>
</project>

0 comments on commit 10e1660

Please sign in to comment.