Skip to content

Commit af841e1

Browse files
author
Johannes Spaeth
committed
[maven-release-plugin] prepare for next development iteration
1 parent f764faf commit af841e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>de.fraunhofer.iem</groupId>
44
<artifactId>pathExpression</artifactId>
5-
<version>1.0.0</version>
5+
<version>1.0.1-SNAPSHOT</version>
66
<build>
77
<plugins>
88
<plugin>
@@ -23,7 +23,7 @@
2323
<connection>scm:git:${project.scm.url}</connection>
2424
<developerConnection>scm:git:${project.scm.url}</developerConnection>
2525
<url>git@github.com:johspaeth/PathExpression.git</url>
26-
<tag>pathExpression-1.0.0</tag>
26+
<tag>${project.version}</tag>
2727
</scm>
2828
<dependencies>
2929
<dependency>

0 commit comments

Comments
 (0)