We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f764faf commit af841e1Copy full SHA for af841e1
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>de.fraunhofer.iem</groupId>
4
<artifactId>pathExpression</artifactId>
5
- <version>1.0.0</version>
+ <version>1.0.1-SNAPSHOT</version>
6
<build>
7
<plugins>
8
<plugin>
@@ -23,7 +23,7 @@
23
<connection>scm:git:${project.scm.url}</connection>
24
<developerConnection>scm:git:${project.scm.url}</developerConnection>
25
<url>git@github.com:johspaeth/PathExpression.git</url>
26
- <tag>pathExpression-1.0.0</tag>
+ <tag>${project.version}</tag>
27
</scm>
28
<dependencies>
29
<dependency>
0 commit comments