Skip to content

Commit 1d653d5

Browse files
committed
[maven-release-plugin] prepare release okta-commons-root-2.0.2
1 parent a81bf19 commit 1d653d5

File tree

7 files changed

+16
-12
lines changed

7 files changed

+16
-12
lines changed

config-check/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.commons</groupId>
2323
<artifactId>okta-commons-root</artifactId>
24-
<version>2.0.2-SNAPSHOT</version>
24+
<version>2.0.2</version>
2525
</parent>
2626

2727
<artifactId>okta-config-check</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.commons</groupId>
2323
<artifactId>okta-commons-root</artifactId>
24-
<version>2.0.2-SNAPSHOT</version>
24+
<version>2.0.2</version>
2525
</parent>
2626

2727
<artifactId>okta-commons-coverage</artifactId>

http/http-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.commons</groupId>
2323
<artifactId>okta-commons-root</artifactId>
24-
<version>2.0.2-SNAPSHOT</version>
24+
<version>2.0.2</version>
2525
<relativePath>../../</relativePath>
2626
</parent>
2727

http/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.commons</groupId>
2323
<artifactId>okta-commons-root</artifactId>
24-
<version>2.0.2-SNAPSHOT</version>
24+
<version>2.0.2</version>
2525
<relativePath>../../</relativePath>
2626
</parent>
2727

http/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.commons</groupId>
2323
<artifactId>okta-commons-root</artifactId>
24-
<version>2.0.2-SNAPSHOT</version>
24+
<version>2.0.2</version>
2525
<relativePath>../../</relativePath>
2626
</parent>
2727

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

2727
<artifactId>okta-commons-lang</artifactId>

pom.xml

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

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

3131
<name>Okta Commons</name>
@@ -57,27 +57,27 @@
5757
<dependency>
5858
<groupId>com.okta.commons</groupId>
5959
<artifactId>okta-commons-lang</artifactId>
60-
<version>2.0.2-SNAPSHOT</version>
60+
<version>2.0.2</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.okta.commons</groupId>
6464
<artifactId>okta-config-check</artifactId>
65-
<version>2.0.2-SNAPSHOT</version>
65+
<version>2.0.2</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.okta.commons</groupId>
6969
<artifactId>okta-http-api</artifactId>
70-
<version>2.0.2-SNAPSHOT</version>
70+
<version>2.0.2</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.okta.commons</groupId>
7474
<artifactId>okta-http-okhttp</artifactId>
75-
<version>2.0.2-SNAPSHOT</version>
75+
<version>2.0.2</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>com.okta.commons</groupId>
7979
<artifactId>okta-http-httpclient</artifactId>
80-
<version>2.0.2-SNAPSHOT</version>
80+
<version>2.0.2</version>
8181
</dependency>
8282

8383
<dependency>
@@ -336,4 +336,8 @@
336336
</build>
337337
</profile>
338338
</profiles>
339+
340+
<scm>
341+
<tag>okta-commons-root-2.0.2</tag>
342+
</scm>
339343
</project>

0 commit comments

Comments
 (0)