Skip to content

Commit 2f8ab37

Browse files
[maven-release-plugin] prepare release okta-sdk-root-19.0.1
1 parent 882a1fe commit 2f8ab37

File tree

7 files changed

+15
-11
lines changed

7 files changed

+15
-11
lines changed

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.sdk</groupId>
2323
<artifactId>okta-sdk-root</artifactId>
24-
<version>19.0.1-SNAPSHOT</version>
24+
<version>19.0.1</version>
2525
</parent>
2626

2727
<artifactId>okta-sdk-api</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.sdk</groupId>
2323
<artifactId>okta-sdk-root</artifactId>
24-
<version>19.0.1-SNAPSHOT</version>
24+
<version>19.0.1</version>
2525
</parent>
2626

2727
<artifactId>okta-sdk-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.sdk</groupId>
2323
<artifactId>okta-sdk-root</artifactId>
24-
<version>19.0.1-SNAPSHOT</version>
24+
<version>19.0.1</version>
2525
</parent>
2626

2727
<artifactId>okta-sdk-examples</artifactId>

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.sdk</groupId>
2222
<artifactId>okta-sdk-examples</artifactId>
23-
<version>19.0.1-SNAPSHOT</version>
23+
<version>19.0.1</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

impl/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.sdk</groupId>
2323
<artifactId>okta-sdk-root</artifactId>
24-
<version>19.0.1-SNAPSHOT</version>
24+
<version>19.0.1</version>
2525
</parent>
2626

2727
<artifactId>okta-sdk-impl</artifactId>

integration-tests/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.sdk</groupId>
2222
<artifactId>okta-sdk-root</artifactId>
23-
<version>19.0.1-SNAPSHOT</version>
23+
<version>19.0.1</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

pom.xml

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

2626
<groupId>com.okta.sdk</groupId>
2727
<artifactId>okta-sdk-root</artifactId>
28-
<version>19.0.1-SNAPSHOT</version>
28+
<version>19.0.1</version>
2929
<packaging>pom</packaging>
3030

3131
<name>Okta Java SDK</name>
@@ -68,12 +68,12 @@
6868
<dependency>
6969
<groupId>com.okta.sdk</groupId>
7070
<artifactId>okta-sdk-api</artifactId>
71-
<version>19.0.1-SNAPSHOT</version>
71+
<version>19.0.1</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.okta.sdk</groupId>
7575
<artifactId>okta-sdk-impl</artifactId>
76-
<version>19.0.1-SNAPSHOT</version>
76+
<version>19.0.1</version>
7777
</dependency>
7878

7979
<!-- Other Okta Projects -->
@@ -103,14 +103,14 @@
103103
<dependency>
104104
<groupId>com.okta.sdk</groupId>
105105
<artifactId>okta-sdk-integration-tests</artifactId>
106-
<version>19.0.1-SNAPSHOT</version>
106+
<version>19.0.1</version>
107107
</dependency>
108108

109109
<!-- Examples -->
110110
<dependency>
111111
<groupId>com.okta.sdk</groupId>
112112
<artifactId>okta-sdk-examples-quickstart</artifactId>
113-
<version>19.0.1-SNAPSHOT</version>
113+
<version>19.0.1</version>
114114
</dependency>
115115

116116
<!-- Logging -->
@@ -373,5 +373,9 @@
373373
</build>
374374
</profile>
375375
</profiles>
376+
377+
<scm>
378+
<tag>okta-sdk-root-19.0.1</tag>
379+
</scm>
376380
</project>
377381

0 commit comments

Comments
 (0)