Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed May 28, 2020
1 parent 9d26405 commit 33ca985
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>17</version>
<version>18-SNAPSHOT</version>
</parent>

<artifactId>okta-parent-build-support</artifactId>
<version>17</version>
<version>18-SNAPSHOT</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>17</version>
<version>18-SNAPSHOT</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>17</version>
<version>18-SNAPSHOT</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>17</version>
<version>18-SNAPSHOT</version>
</parent>

<artifactId>okta-parent</artifactId>
Expand Down Expand Up @@ -341,7 +341,7 @@
<dependency>
<groupId>com.okta</groupId>
<artifactId>okta-parent-build-support</artifactId>
<version>17</version>
<version>18-SNAPSHOT</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -373,7 +373,7 @@
<dependency>
<groupId>com.okta</groupId>
<artifactId>okta-parent-build-support</artifactId>
<version>17</version>
<version>18-SNAPSHOT</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -405,7 +405,7 @@
<dependency>
<groupId>com.okta</groupId>
<artifactId>okta-parent-build-support</artifactId>
<version>17</version>
<version>18-SNAPSHOT</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -657,7 +657,7 @@
<plugin>
<groupId>com.okta</groupId>
<artifactId>okta-doclist-maven-plugin</artifactId>
<version>17</version>
<version>18-SNAPSHOT</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>17</version>
<version>18-SNAPSHOT</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>okta-aggregator-17</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down

0 comments on commit 33ca985

Please sign in to comment.