Skip to content

Commit be1a35c

Browse files
committed
[maven-release-plugin] prepare release chronicle-3.0.1
1 parent 205c3e4 commit be1a35c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

chronicle/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,18 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019

2120
<parent>
2221
<groupId>net.openhft</groupId>
2322
<artifactId>java-parent-pom</artifactId>
2423
<version>1.0.1</version>
25-
<relativePath/>
24+
<relativePath />
2625
</parent>
2726

2827
<modelVersion>4.0.0</modelVersion>
2928
<artifactId>chronicle</artifactId>
30-
<version>3.0.1-SNAPSHOT</version>
29+
<version>3.0.1</version>
3130
<packaging>bundle</packaging>
3231

3332
<name>OpenHTF/Java-Chronicle/chronicle</name>
@@ -138,7 +137,7 @@
138137
<url>scm:git:[email protected]:OpenHFT/Java-Chronicle.git</url>
139138
<connection>scm:git:[email protected]:OpenHFT/Java-Chronicle.git</connection>
140139
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Chronicle.git</developerConnection>
141-
<tag>master</tag>
140+
<tag>chronicle-3.0.1</tag>
142141
</scm>
143142

144143
</project>

0 commit comments

Comments
 (0)