Skip to content

Commit

Permalink
[maven-release-plugin] prepare release okta-idx-java-root-3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta committed Jun 21, 2022
1 parent 3eea4e6 commit b7a58a4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>okta-idx-java-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.idx.sdk</groupId>
<artifactId>okta-idx-java-root</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<packaging>pom</packaging>

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

<scm>
<tag>okta-idx-java-root-3.0.1</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion samples/embedded-auth-with-sdk/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-samples</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/embedded-sign-in-widget/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-samples</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/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>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>okta-idx-java-samples</artifactId>
Expand Down

0 comments on commit b7a58a4

Please sign in to comment.