Skip to content

Commit 494cbd6

Browse files
committed
[maven-release-plugin] prepare release okta-jwt-verifier-parent-0.5.14
1 parent 5f8c844 commit 494cbd6

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.okta.jwt</groupId>
2323
<artifactId>okta-jwt-verifier-parent</artifactId>
24-
<version>0.5.14-SNAPSHOT</version>
24+
<version>0.5.14</version>
2525
</parent>
2626

2727
<artifactId>okta-jwt-verifier</artifactId>

coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.okta.jwt</groupId>
2323
<artifactId>okta-jwt-verifier-parent</artifactId>
24-
<version>0.5.14-SNAPSHOT</version>
24+
<version>0.5.14</version>
2525
</parent>
2626

2727
<artifactId>okta-jwt-verifier-coverage</artifactId>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.okta.jwt</groupId>
2323
<artifactId>okta-jwt-verifier-parent</artifactId>
24-
<version>0.5.14-SNAPSHOT</version>
24+
<version>0.5.14</version>
2525
</parent>
2626

2727
<groupId>com.okta.jwt.examples</groupId>

examples/quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.okta.jwt.examples</groupId>
2222
<artifactId>okta-jwt-verifier-examples</artifactId>
23-
<version>0.5.14-SNAPSHOT</version>
23+
<version>0.5.14</version>
2424
</parent>
2525

2626
<artifactId>okta-jwt-verifier-examples-quickstart</artifactId>

impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.okta.jwt</groupId>
2323
<artifactId>okta-jwt-verifier-parent</artifactId>
24-
<version>0.5.14-SNAPSHOT</version>
24+
<version>0.5.14</version>
2525
</parent>
2626

2727
<artifactId>okta-jwt-verifier-impl</artifactId>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.okta.jwt</groupId>
3434
<artifactId>okta-jwt-verifier</artifactId>
35-
<version>0.5.14-SNAPSHOT</version>
35+
<version>0.5.14</version>
3636
</dependency>
3737

3838
<dependency>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.okta.jwt</groupId>
2323
<artifactId>okta-jwt-verifier-parent</artifactId>
24-
<version>0.5.14-SNAPSHOT</version>
24+
<version>0.5.14</version>
2525
</parent>
2626

2727
<artifactId>okta-jwt-verifier-integration-tests</artifactId>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>com.okta.jwt</groupId>
2727
<artifactId>okta-jwt-verifier-parent</artifactId>
28-
<version>0.5.14-SNAPSHOT</version>
28+
<version>0.5.14</version>
2929
<name>Okta JWT Verifier :: Parent</name>
3030
<packaging>pom</packaging>
3131

@@ -58,17 +58,17 @@
5858
<dependency>
5959
<groupId>com.okta.jwt</groupId>
6060
<artifactId>okta-jwt-verifier</artifactId>
61-
<version>0.5.14-SNAPSHOT</version>
61+
<version>0.5.14</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.okta.jwt</groupId>
6565
<artifactId>okta-jwt-verifier-impl</artifactId>
66-
<version>0.5.14-SNAPSHOT</version>
66+
<version>0.5.14</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.okta.jwt</groupId>
7070
<artifactId>okta-jwt-verifier-integration-tests</artifactId>
71-
<version>0.5.14-SNAPSHOT</version>
71+
<version>0.5.14</version>
7272
</dependency>
7373

7474
<dependency>
@@ -167,6 +167,6 @@
167167
</build>
168168

169169
<scm>
170-
<tag>okta-jwt-verifier-parent-0.5.13</tag>
170+
<tag>okta-jwt-verifier-parent-0.5.14</tag>
171171
</scm>
172172
</project>

0 commit comments

Comments
 (0)