Skip to content

Commit 25685b9

Browse files
[maven-release-plugin] prepare release okta-jwt-verifier-parent-0.5.5
1 parent 4f4816d commit 25685b9

7 files changed

Lines changed: 16 additions & 13 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.5-SNAPSHOT</version>
24+
<version>0.5.5</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.5-SNAPSHOT</version>
24+
<version>0.5.5</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.5-SNAPSHOT</version>
24+
<version>0.5.5</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.5-SNAPSHOT</version>
23+
<version>0.5.5</version>
2424
</parent>
2525

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

impl/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1918

2019
<modelVersion>4.0.0</modelVersion>
2120

2221
<parent>
2322
<groupId>com.okta.jwt</groupId>
2423
<artifactId>okta-jwt-verifier-parent</artifactId>
25-
<version>0.5.5-SNAPSHOT</version>
24+
<version>0.5.5</version>
2625
</parent>
2726

2827
<artifactId>okta-jwt-verifier-impl</artifactId>
@@ -33,7 +32,7 @@
3332
<dependency>
3433
<groupId>com.okta.jwt</groupId>
3534
<artifactId>okta-jwt-verifier</artifactId>
36-
<version>0.5.5-SNAPSHOT</version>
35+
<version>0.5.5</version>
3736
</dependency>
3837

3938
<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.5-SNAPSHOT</version>
24+
<version>0.5.5</version>
2525
</parent>
2626

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

pom.xml

Lines changed: 8 additions & 4 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.5-SNAPSHOT</version>
28+
<version>0.5.5</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.5-SNAPSHOT</version>
61+
<version>0.5.5</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.okta.jwt</groupId>
6565
<artifactId>okta-jwt-verifier-impl</artifactId>
66-
<version>0.5.5-SNAPSHOT</version>
66+
<version>0.5.5</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.okta.jwt</groupId>
7070
<artifactId>okta-jwt-verifier-integration-tests</artifactId>
71-
<version>0.5.5-SNAPSHOT</version>
71+
<version>0.5.5</version>
7272
</dependency>
7373

7474
<dependency>
@@ -116,4 +116,8 @@
116116
</plugins>
117117
</pluginManagement>
118118
</build>
119+
120+
<scm>
121+
<tag>okta-jwt-verifier-parent-0.5.5</tag>
122+
</scm>
119123
</project>

0 commit comments

Comments
 (0)