Skip to content

Commit

Permalink
[maven-release-plugin] prepare release revapi-0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Krejci committed Feb 17, 2016
1 parent 2c9c322 commit 14accfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions revapi/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.revapi</groupId>
<artifactId>revapi-build</artifactId>
<version>15-SNAPSHOT</version>
<version>15</version>
<relativePath>../revapi-build</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -31,7 +31,7 @@
<url>${web.url}/modules/${project.artifactId}</url>

<artifactId>revapi</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>

<dependencies>
<dependency>
Expand All @@ -57,7 +57,7 @@
<connection>scm:git:git://github.com/revapi/revapi.git</connection>
<developerConnection>scm:git:ssh://git@github.com/revapi/revapi.git</developerConnection>
<url>https://github.com/revapi/revapi</url>
<tag>HEAD</tag>
<tag>revapi-0.5.0</tag>
</scm>
</project>

0 comments on commit 14accfc

Please sign in to comment.