Skip to content

Commit

Permalink
[maven-release-plugin] prepare release okta-aggregator-34
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta committed Sep 21, 2024
1 parent aa5aac5 commit a361b10
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions build-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<parent>
<groupId>com.okta</groupId>
<artifactId>okta-aggregator</artifactId>
<version>34-SNAPSHOT</version>
<version>34</version>
</parent>

<artifactId>okta-parent-build-support</artifactId>
<version>34-SNAPSHOT</version>
<version>34</version>

<name>Okta Java Parent :: Build Support</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion code-snippet-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta</groupId>
<artifactId>okta-parent</artifactId>
<version>34-SNAPSHOT</version>
<version>34</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion doclist-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta</groupId>
<artifactId>okta-parent</artifactId>
<version>34-SNAPSHOT</version>
<version>34</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
10 changes: 5 additions & 5 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.okta</groupId>
<artifactId>okta-aggregator</artifactId>
<version>34-SNAPSHOT</version>
<version>34</version>
</parent>

<artifactId>okta-parent</artifactId>
Expand Down Expand Up @@ -350,7 +350,7 @@
<dependency>
<groupId>com.okta</groupId>
<artifactId>okta-parent-build-support</artifactId>
<version>34-SNAPSHOT</version>
<version>34</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -382,7 +382,7 @@
<dependency>
<groupId>com.okta</groupId>
<artifactId>okta-parent-build-support</artifactId>
<version>34-SNAPSHOT</version>
<version>34</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -414,7 +414,7 @@
<dependency>
<groupId>com.okta</groupId>
<artifactId>okta-parent-build-support</artifactId>
<version>34-SNAPSHOT</version>
<version>34</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -663,7 +663,7 @@
<plugin>
<groupId>com.okta</groupId>
<artifactId>okta-doclist-maven-plugin</artifactId>
<version>34-SNAPSHOT</version>
<version>34</version>
<configuration>
<outputDirectory>${gh-pages.dir}</outputDirectory>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.okta</groupId>
<artifactId>okta-aggregator</artifactId>
<version>34-SNAPSHOT</version>
<version>34</version>
<packaging>pom</packaging>

<name>Okta OSS Root POM</name>
Expand Down Expand Up @@ -68,7 +68,7 @@
<connection>scm:git:git://github.com/okta/${github.slug}.git</connection>
<developerConnection>scm:git:ssh://github.com:${github.slug}.git</developerConnection>
<url>http://github.com/${github.slug}/tree/master</url>
<tag>HEAD</tag>
<tag>okta-aggregator-34</tag>
</scm>

<modules>
Expand Down

0 comments on commit a361b10

Please sign in to comment.