Skip to content

Commit 7160514

Browse files
committed
[maven-release-plugin] prepare release okta-aggregator-38
1 parent fd111d1 commit 7160514

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

build-support/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>com.okta</groupId>
2323
<artifactId>okta-aggregator</artifactId>
24-
<version>38-SNAPSHOT</version>
24+
<version>38</version>
2525
</parent>
2626

2727
<artifactId>okta-parent-build-support</artifactId>
28-
<version>38-SNAPSHOT</version>
28+
<version>38</version>
2929

3030
<name>Okta Java Parent :: Build Support</name>
3131
<description>

code-snippet-plugin/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</groupId>
2323
<artifactId>okta-parent</artifactId>
24-
<version>38-SNAPSHOT</version>
24+
<version>38</version>
2525
<relativePath>../parent</relativePath>
2626
</parent>
2727

doclist-plugin/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</groupId>
2323
<artifactId>okta-parent</artifactId>
24-
<version>38-SNAPSHOT</version>
24+
<version>38</version>
2525
<relativePath>../parent</relativePath>
2626
</parent>
2727

parent/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.okta</groupId>
2222
<artifactId>okta-aggregator</artifactId>
23-
<version>38-SNAPSHOT</version>
23+
<version>38</version>
2424
</parent>
2525

2626
<artifactId>okta-parent</artifactId>
@@ -350,7 +350,7 @@
350350
<dependency>
351351
<groupId>com.okta</groupId>
352352
<artifactId>okta-parent-build-support</artifactId>
353-
<version>38-SNAPSHOT</version>
353+
<version>38</version>
354354
</dependency>
355355
</dependencies>
356356
<configuration>
@@ -382,7 +382,7 @@
382382
<dependency>
383383
<groupId>com.okta</groupId>
384384
<artifactId>okta-parent-build-support</artifactId>
385-
<version>38-SNAPSHOT</version>
385+
<version>38</version>
386386
</dependency>
387387
</dependencies>
388388
<configuration>
@@ -414,7 +414,7 @@
414414
<dependency>
415415
<groupId>com.okta</groupId>
416416
<artifactId>okta-parent-build-support</artifactId>
417-
<version>38-SNAPSHOT</version>
417+
<version>38</version>
418418
</dependency>
419419
</dependencies>
420420
<configuration>
@@ -663,7 +663,7 @@
663663
<plugin>
664664
<groupId>com.okta</groupId>
665665
<artifactId>okta-doclist-maven-plugin</artifactId>
666-
<version>38-SNAPSHOT</version>
666+
<version>38</version>
667667
<configuration>
668668
<outputDirectory>${gh-pages.dir}</outputDirectory>
669669
</configuration>

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</groupId>
2727
<artifactId>okta-aggregator</artifactId>
28-
<version>38-SNAPSHOT</version>
28+
<version>38</version>
2929
<packaging>pom</packaging>
3030

3131
<name>Okta OSS Root POM</name>

0 commit comments

Comments
 (0)