Skip to content

Commit

Permalink
[maven-release-plugin] prepare release okta-aggregator-31
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta committed Jun 25, 2024
1 parent f46734a commit 4719e61
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>31-SNAPSHOT</version>
<version>31</version>
</parent>

<artifactId>okta-parent-build-support</artifactId>
<version>31-SNAPSHOT</version>
<version>31</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>31-SNAPSHOT</version>
<version>31</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>31-SNAPSHOT</version>
<version>31</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>31-SNAPSHOT</version>
<version>31</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>31-SNAPSHOT</version>
<version>31</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -382,7 +382,7 @@
<dependency>
<groupId>com.okta</groupId>
<artifactId>okta-parent-build-support</artifactId>
<version>31-SNAPSHOT</version>
<version>31</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -414,7 +414,7 @@
<dependency>
<groupId>com.okta</groupId>
<artifactId>okta-parent-build-support</artifactId>
<version>31-SNAPSHOT</version>
<version>31</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -663,7 +663,7 @@
<plugin>
<groupId>com.okta</groupId>
<artifactId>okta-doclist-maven-plugin</artifactId>
<version>31-SNAPSHOT</version>
<version>31</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>31-SNAPSHOT</version>
<version>31</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-31</tag>
</scm>

<modules>
Expand Down

0 comments on commit 4719e61

Please sign in to comment.