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
metlos committed Sep 8, 2021
1 parent d5a1eef commit 6da95de
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>
<groupId>org.revapi.testjars</groupId>
<artifactId>testjars-parent</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<inceptionYear>2018</inceptionYear>
<organization>
Expand Down Expand Up @@ -57,7 +57,7 @@
<scm>
<connection>scm:git:git://github.com/revapi/testjars.git</connection>
<developerConnection>scm:git:ssh://[email protected]/revapi/testjars.git</developerConnection>
<tag>testjars-parent-0.3.0</tag>
<tag>HEAD</tag>
<url>https://github.com/revapi/testjars</url>
</scm>
<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion testjars-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.revapi.testjars</groupId>
<artifactId>testjars-parent</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
</parent>
<artifactId>testjars-core</artifactId>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions testjars-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.revapi.testjars</groupId>
<artifactId>testjars-parent</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
</parent>
<artifactId>testjars-junit4</artifactId>
<properties>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.revapi.testjars</groupId>
<artifactId>testjars-core</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions testjars-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.revapi.testjars</groupId>
<artifactId>testjars-parent</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
</parent>
<artifactId>testjars-junit5</artifactId>
<properties>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.revapi.testjars</groupId>
<artifactId>testjars-core</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions testjars-maven-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.revapi.testjars</groupId>
<artifactId>testjars-parent</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
</parent>
<artifactId>testjars-maven-resolver</artifactId>
<properties>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.revapi.testjars</groupId>
<artifactId>testjars-core</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 6da95de

Please sign in to comment.