Skip to content

Commit

Permalink
[maven-release-plugin] prepare release okta-jwt-verifier-parent-0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta committed Jun 23, 2022
1 parent aad4101 commit 10a04b0
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 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.jwt</groupId>
<artifactId>okta-jwt-verifier-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>

<artifactId>okta-jwt-verifier</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.jwt</groupId>
<artifactId>okta-jwt-verifier-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>

<artifactId>okta-jwt-verifier-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.jwt</groupId>
<artifactId>okta-jwt-verifier-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>

<groupId>com.okta.jwt.examples</groupId>
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.jwt.examples</groupId>
<artifactId>okta-jwt-verifier-examples</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>

<artifactId>okta-jwt-verifier-examples-quickstart</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.jwt</groupId>
<artifactId>okta-jwt-verifier-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>

<artifactId>okta-jwt-verifier-impl</artifactId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>com.okta.jwt</groupId>
<artifactId>okta-jwt-verifier</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.jwt</groupId>
<artifactId>okta-jwt-verifier-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>

<artifactId>okta-jwt-verifier-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 @@ -25,7 +25,7 @@

<groupId>com.okta.jwt</groupId>
<artifactId>okta-jwt-verifier-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
<name>Okta JWT Verifier :: Parent</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -58,17 +58,17 @@
<dependency>
<groupId>com.okta.jwt</groupId>
<artifactId>okta-jwt-verifier</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</dependency>
<dependency>
<groupId>com.okta.jwt</groupId>
<artifactId>okta-jwt-verifier-impl</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</dependency>
<dependency>
<groupId>com.okta.jwt</groupId>
<artifactId>okta-jwt-verifier-integration-tests</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -116,4 +116,8 @@
</plugins>
</pluginManagement>
</build>

<scm>
<tag>okta-jwt-verifier-parent-0.5.2</tag>
</scm>
</project>

0 comments on commit 10a04b0

Please sign in to comment.