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
camci-r7 committed Feb 23, 2023
1 parent 2bf7b37 commit bd8aad4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.rapid7.recog</groupId>
<artifactId>build-tools</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>
<description>Maven plugins build tools</description>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.rapid7.recog</groupId>
<artifactId>recog-parent</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Recog Parent</name>
<url>https://github.com/rapid7/recog-java</url>
Expand All @@ -14,7 +14,7 @@
<connection>scm:git:[email protected]:rapid7/recog-java.git</connection>
<developerConnection>scm:git:[email protected]:rapid7/recog-java.git</developerConnection>
<url>https://github.com/rapid7/recog-java</url>
<tag>recog-parent-0.9.2</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down Expand Up @@ -201,7 +201,7 @@
<dependency>
<groupId>com.rapid7.recog</groupId>
<artifactId>build-tools</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down
2 changes: 1 addition & 1 deletion recog-verify/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.rapid7.recog</groupId>
<artifactId>recog-parent</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion recog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.rapid7.recog</groupId>
<artifactId>recog-parent</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down

0 comments on commit bd8aad4

Please sign in to comment.