Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 91f4392

Browse files
committed
[maven-release-plugin] prepare release chronicle-network-1.0.1-alpha
1 parent 239b045 commit 91f4392

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

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

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

2322
<parent>
2423
<groupId>net.openhft</groupId>
2524
<artifactId>java-parent-pom</artifactId>
2625
<version>1.1.4</version>
27-
<relativePath/>
26+
<relativePath />
2827
</parent>
2928

3029
<modelVersion>4.0.0</modelVersion>
3130
<artifactId>chronicle-network</artifactId>
32-
<version>1.0.1-alpha-SNAPSHOT</version>
31+
<version>1.0.1-alpha</version>
3332
<name>OpenHFT/Chronicle-Network</name>
3433
<description>Chronicle-Network</description>
3534

@@ -256,7 +255,7 @@
256255
<connection>scm:git:git@github.com:OpenHFT/Chronicle-Network.git</connection>
257256
<developerConnection>scm:git:git@github.com:OpenHFT/Chronicle-Network.git
258257
</developerConnection>
259-
<tag>master</tag>
258+
<tag>chronicle-network-1.0.1-alpha</tag>
260259
</scm>
261260

262261
</project>

0 commit comments

Comments
 (0)