Skip to content

Commit df8c420

Browse files
[maven-release-plugin] prepare release okta-aggregator-30
1 parent 3d0ca77 commit df8c420

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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>30-SNAPSHOT</version>
24+
<version>30</version>
2525
</parent>
2626

2727
<artifactId>okta-parent-build-support</artifactId>
28-
<version>30-SNAPSHOT</version>
28+
<version>30</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>30-SNAPSHOT</version>
24+
<version>30</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>30-SNAPSHOT</version>
24+
<version>30</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>30-SNAPSHOT</version>
23+
<version>30</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>30-SNAPSHOT</version>
353+
<version>30</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>30-SNAPSHOT</version>
385+
<version>30</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>30-SNAPSHOT</version>
417+
<version>30</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>30-SNAPSHOT</version>
666+
<version>30</version>
667667
<configuration>
668668
<outputDirectory>${gh-pages.dir}</outputDirectory>
669669
</configuration>

pom.xml

Lines changed: 2 additions & 2 deletions
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>30-SNAPSHOT</version>
28+
<version>30</version>
2929
<packaging>pom</packaging>
3030

3131
<name>Okta OSS Root POM</name>
@@ -68,7 +68,7 @@
6868
<connection>scm:git:git://github.com/okta/${github.slug}.git</connection>
6969
<developerConnection>scm:git:ssh://github.com:${github.slug}.git</developerConnection>
7070
<url>http://github.com/${github.slug}/tree/master</url>
71-
<tag>HEAD</tag>
71+
<tag>okta-aggregator-30</tag>
7272
</scm>
7373

7474
<modules>

0 commit comments

Comments
 (0)