Skip to content

Commit

Permalink
[maven-release-plugin] prepare release okta-sdk-root-3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta committed Feb 25, 2021
1 parent 993aa43 commit 9f2ff70
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 18 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.sdk</groupId>
<artifactId>okta-sdk-root</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

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

<artifactId>okta-sdk-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 @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-root</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

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

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

Expand Down
2 changes: 1 addition & 1 deletion httpclients/okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-root</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</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.sdk</groupId>
<artifactId>okta-sdk-root</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<artifactId>okta-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.sdk</groupId>
<artifactId>okta-sdk-root</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
22 changes: 13 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-root</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
<packaging>pom</packaging>

<name>Okta Java SDK</name>
Expand Down Expand Up @@ -72,27 +72,27 @@
<dependency>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-api</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-impl</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-api-swagger-templates</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-httpclient</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-okhttp</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</dependency>

<!-- Other Okta Projects -->
Expand Down Expand Up @@ -131,14 +131,14 @@
<dependency>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-integration-tests</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</dependency>

<!-- Examples -->
<dependency>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-examples-quickstart</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</dependency>

<!-- Logging -->
Expand Down Expand Up @@ -316,7 +316,7 @@
<dependency>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-api-swagger-templates</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -414,4 +414,8 @@
</build>
</profile>
</profiles>

<scm>
<tag>okta-sdk-root-3.0.3</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion swagger-templates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-root</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<artifactId>okta-api-swagger-templates</artifactId>
Expand Down

0 comments on commit 9f2ff70

Please sign in to comment.