Skip to content

Commit 334470c

Browse files
committed
[maven-release-plugin] prepare release root-parent-pom-1.0.0
1 parent 9f44c33 commit 334470c

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.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
98
<packaging>pom</packaging>
109

1110
<name>Root Parent Pom</name>
@@ -159,7 +158,7 @@
159158
<url>scm:git:[email protected]:OpenHFT/OpenHFT.git</url>
160159
<connection>scm:git:[email protected]:OpenHFT/OpenHFT.git</connection>
161160
<developerConnection>scm:git:[email protected]:OpenHFT/OpenHFT.git</developerConnection>
162-
<tag>master</tag>
161+
<tag>root-parent-pom-1.0.0</tag>
163162
</scm>
164163

165164
</project>

0 commit comments

Comments
 (0)