Skip to content

Commit 0c0dfaf

Browse files
committed
[maven-release-plugin] prepare release root-parent-pom-1.0.1
1 parent 6f29e40 commit 0c0dfaf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

root-parent-pom/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>net.openhft</groupId>
76
<artifactId>root-parent-pom</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
98
<packaging>pom</packaging>
109

1110
<name>Root Parent Pom</name>
@@ -158,7 +157,7 @@
158157
<url>scm:git:[email protected]:OpenHFT/OpenHFT.git</url>
159158
<connection>scm:git:[email protected]:OpenHFT/OpenHFT.git</connection>
160159
<developerConnection>scm:git:[email protected]:OpenHFT/OpenHFT.git</developerConnection>
161-
<tag>master</tag>
160+
<tag>root-parent-pom-1.0.1</tag>
162161
</scm>
163162

164163
</project>

0 commit comments

Comments
 (0)