Skip to content

Commit 0ceae58

Browse files
committed
[maven-release-plugin] prepare release okta-sdk-root-23.0.0
1 parent 72d811d commit 0ceae58

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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>23.0.0-SNAPSHOT</version>
24+
<version>23.0.0</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>23.0.0-SNAPSHOT</version>
24+
<version>23.0.0</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>23.0.0-SNAPSHOT</version>
24+
<version>23.0.0</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>23.0.0-SNAPSHOT</version>
23+
<version>23.0.0</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>23.0.0-SNAPSHOT</version>
24+
<version>23.0.0</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>23.0.0-SNAPSHOT</version>
23+
<version>23.0.0</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

pom.xml

Lines changed: 1 addition & 1 deletion
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>23.0.0-SNAPSHOT</version>
28+
<version>23.0.0</version>
2929
<packaging>pom</packaging>
3030

3131
<name>Okta Java SDK</name>

0 commit comments

Comments
 (0)