Skip to content

Commit 413e16c

Browse files
[maven-release-plugin] prepare release okta-sdk-root-8.2.1
1 parent 25b5be6 commit 413e16c

File tree

10 files changed

+22
-18
lines changed

10 files changed

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

httpclients/httpclient/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>8.2.1-SNAPSHOT</version>
24+
<version>8.2.1</version>
2525
<relativePath>../..</relativePath>
2626
</parent>
2727

httpclients/okhttp/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>8.2.1-SNAPSHOT</version>
24+
<version>8.2.1</version>
2525
<relativePath>../..</relativePath>
2626
</parent>
2727

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

pom.xml

Lines changed: 13 additions & 9 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>8.2.1-SNAPSHOT</version>
28+
<version>8.2.1</version>
2929
<packaging>pom</packaging>
3030

3131
<name>Okta Java SDK</name>
@@ -73,27 +73,27 @@
7373
<dependency>
7474
<groupId>com.okta.sdk</groupId>
7575
<artifactId>okta-sdk-api</artifactId>
76-
<version>8.2.1-SNAPSHOT</version>
76+
<version>8.2.1</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.okta.sdk</groupId>
8080
<artifactId>okta-sdk-impl</artifactId>
81-
<version>8.2.1-SNAPSHOT</version>
81+
<version>8.2.1</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>com.okta.sdk</groupId>
8585
<artifactId>okta-api-swagger-templates</artifactId>
86-
<version>8.2.1-SNAPSHOT</version>
86+
<version>8.2.1</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>com.okta.sdk</groupId>
9090
<artifactId>okta-sdk-httpclient</artifactId>
91-
<version>8.2.1-SNAPSHOT</version>
91+
<version>8.2.1</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>com.okta.sdk</groupId>
9595
<artifactId>okta-sdk-okhttp</artifactId>
96-
<version>8.2.1-SNAPSHOT</version>
96+
<version>8.2.1</version>
9797
</dependency>
9898

9999
<!-- Other Okta Projects -->
@@ -132,14 +132,14 @@
132132
<dependency>
133133
<groupId>com.okta.sdk</groupId>
134134
<artifactId>okta-sdk-integration-tests</artifactId>
135-
<version>8.2.1-SNAPSHOT</version>
135+
<version>8.2.1</version>
136136
</dependency>
137137

138138
<!-- Examples -->
139139
<dependency>
140140
<groupId>com.okta.sdk</groupId>
141141
<artifactId>okta-sdk-examples-quickstart</artifactId>
142-
<version>8.2.1-SNAPSHOT</version>
142+
<version>8.2.1</version>
143143
</dependency>
144144

145145
<!-- Logging -->
@@ -364,7 +364,7 @@
364364
<dependency>
365365
<groupId>com.okta.sdk</groupId>
366366
<artifactId>okta-api-swagger-templates</artifactId>
367-
<version>8.2.1-SNAPSHOT</version>
367+
<version>8.2.1</version>
368368
</dependency>
369369
</dependencies>
370370
</plugin>
@@ -457,4 +457,8 @@
457457
</build>
458458
</profile>
459459
</profiles>
460+
461+
<scm>
462+
<tag>okta-sdk-root-8.2.1</tag>
463+
</scm>
460464
</project>

swagger-templates/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>8.2.1-SNAPSHOT</version>
24+
<version>8.2.1</version>
2525
</parent>
2626

2727
<artifactId>okta-api-swagger-templates</artifactId>

0 commit comments

Comments
 (0)