Skip to content

Commit 7981be5

Browse files
author
Johannes Spaeth
committed
Revert "[maven-release-plugin] prepare release PathExpression-1.0.0"
This reverts commit 63ff2e2.
1 parent 23a98b3 commit 7981be5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34
<groupId>de.fraunhofer.iem</groupId>
45
<artifactId>PathExpression</artifactId>
5-
<version>1.0.0</version>
6+
<version>1.0.0-SNAPSHOT</version>
67
<build>
78
<plugins>
89
<plugin>
@@ -23,7 +24,7 @@
2324
<connection>scm:git:${project.scm.url}</connection>
2425
<developerConnection>scm:git:${project.scm.url}</developerConnection>
2526
<url>[email protected]:johspaeth/PathExpression.git</url>
26-
<tag>PathExpression-1.0.0</tag>
27+
<tag>${project.version}</tag>
2728
</scm>
2829
<dependencies>
2930
<dependency>

0 commit comments

Comments
 (0)