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 May 27, 2020
1 parent 6c34ae1 commit ffd2d02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions revapi-basic-features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.revapi</groupId>
<artifactId>revapi-build</artifactId>
<version>40</version>
<version>41-SNAPSHOT</version>
<relativePath>../revapi-build</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -34,7 +34,7 @@
<url>${web.url}/modules/${project.artifactId}</url>

<artifactId>revapi-basic-features</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>

<properties>
<automatic.module.name>org.revapi.basic</automatic.module.name>
Expand All @@ -55,7 +55,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi</artifactId>
<version>0.11.3</version>
<version>0.11.4-SNAPSHOT</version>
</dependency>
</dependencies>

Expand All @@ -70,7 +70,7 @@
<connection>scm:git:git://github.com/revapi/revapi.git</connection>
<developerConnection>scm:git:ssh://[email protected]/revapi/revapi.git</developerConnection>
<url>https://github.com/revapi/revapi</url>
<tag>revapi-basic-features-0.9.0</tag>
<tag>HEAD</tag>
</scm>
</project>

0 comments on commit ffd2d02

Please sign in to comment.