diff options
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ <groupId>org.semver</groupId> <artifactId>parent</artifactId> - <version>0.9.25-SNAPSHOT</version> + <version>0.9.25</version> <packaging>pom</packaging> <name>Semantic Versioning</name> @@ -29,7 +29,7 @@ <connection>scm:git:[email protected]:jeluard/semantic-versioning</connection> <developerConnection>scm:git:[email protected]:jeluard/semantic-versioning</developerConnection> <url>scm:git:[email protected]:jeluard/semantic-versioning</url> - <tag>HEAD</tag> + <tag>0.9.25</tag> </scm> <developers> |