Skip to content

Commit

Permalink
[maven-release-plugin] prepare release okta-authn-parent-2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta committed Nov 7, 2022
1 parent 972b2bf commit 64440c4
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-parent</artifactId>
<version>2.0.9-SNAPSHOT</version>
<version>2.0.9</version>
</parent>

<artifactId>okta-authn-sdk-android</artifactId>
Expand Down
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.authn.sdk</groupId>
<artifactId>okta-authn-parent</artifactId>
<version>2.0.9-SNAPSHOT</version>
<version>2.0.9</version>
</parent>

<artifactId>okta-authn-sdk-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.authn.sdk</groupId>
<artifactId>okta-authn-parent</artifactId>
<version>2.0.9-SNAPSHOT</version>
<version>2.0.9</version>
</parent>

<artifactId>okta-authn-sdk-coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/doc-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-parent</artifactId>
<version>2.0.9-SNAPSHOT</version>
<version>2.0.9</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/example-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-parent</artifactId>
<version>2.0.9-SNAPSHOT</version>
<version>2.0.9</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/shiro-mustache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-parent</artifactId>
<version>2.0.9-SNAPSHOT</version>
<version>2.0.9</version>
<relativePath>../..</relativePath>
</parent>

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.authn.sdk</groupId>
<artifactId>okta-authn-parent</artifactId>
<version>2.0.9-SNAPSHOT</version>
<version>2.0.9</version>
</parent>

<artifactId>okta-authn-sdk-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.authn.sdk</groupId>
<artifactId>okta-authn-parent</artifactId>
<version>2.0.9-SNAPSHOT</version>
<version>2.0.9</version>
</parent>

<artifactId>okta-authn-sdk-integration-tests</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.authn.sdk</groupId>
<artifactId>okta-authn-parent</artifactId>
<version>2.0.9-SNAPSHOT</version>
<version>2.0.9</version>
<name>Okta Authn SDK</name>
<packaging>pom</packaging>
<url>https://github.com/okta/okta-auth-java</url>
Expand Down Expand Up @@ -61,17 +61,17 @@
<dependency>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-sdk-api</artifactId>
<version>2.0.9-SNAPSHOT</version>
<version>2.0.9</version>
</dependency>
<dependency>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-sdk-impl</artifactId>
<version>2.0.9-SNAPSHOT</version>
<version>2.0.9</version>
</dependency>
<dependency>
<groupId>com.okta.authn.sdk</groupId>
<artifactId>okta-authn-sdk-integration-tests</artifactId>
<version>2.0.9-SNAPSHOT</version>
<version>2.0.9</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -165,5 +165,9 @@
</plugins>
</pluginManagement>
</build>

<scm>
<tag>okta-authn-parent-2.0.9</tag>
</scm>
</project>

0 comments on commit 64440c4

Please sign in to comment.