Skip to content

Commit 57943c6

Browse files
[maven-release-plugin] prepare release okta-commons-root-1.3.3
1 parent 4b812ef commit 57943c6

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>1.3.3-SNAPSHOT</version>
24+
<version>1.3.3</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>1.3.3-SNAPSHOT</version>
24+
<version>1.3.3</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>1.3.3-SNAPSHOT</version>
24+
<version>1.3.3</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>1.3.3-SNAPSHOT</version>
24+
<version>1.3.3</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>1.3.3-SNAPSHOT</version>
24+
<version>1.3.3</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>1.3.3-SNAPSHOT</version>
24+
<version>1.3.3</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>1.3.3-SNAPSHOT</version>
28+
<version>1.3.3</version>
2929
<packaging>pom</packaging>
3030

3131
<name>Okta Commons</name>
@@ -55,27 +55,27 @@
5555
<dependency>
5656
<groupId>com.okta.commons</groupId>
5757
<artifactId>okta-commons-lang</artifactId>
58-
<version>1.3.3-SNAPSHOT</version>
58+
<version>1.3.3</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.okta.commons</groupId>
6262
<artifactId>okta-config-check</artifactId>
63-
<version>1.3.3-SNAPSHOT</version>
63+
<version>1.3.3</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.okta.commons</groupId>
6767
<artifactId>okta-http-api</artifactId>
68-
<version>1.3.3-SNAPSHOT</version>
68+
<version>1.3.3</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>com.okta.commons</groupId>
7272
<artifactId>okta-http-okhttp</artifactId>
73-
<version>1.3.3-SNAPSHOT</version>
73+
<version>1.3.3</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>com.okta.commons</groupId>
7777
<artifactId>okta-http-httpclient</artifactId>
78-
<version>1.3.3-SNAPSHOT</version>
78+
<version>1.3.3</version>
7979
</dependency>
8080

8181
<dependency>
@@ -269,4 +269,8 @@
269269
</build>
270270
</profile>
271271
</profiles>
272+
273+
<scm>
274+
<tag>okta-commons-root-1.3.3</tag>
275+
</scm>
272276
</project>

0 commit comments

Comments
 (0)