Skip to content

Commit 363b880

Browse files
committed
[maven-release-plugin] prepare release chronicle-3.2.2
1 parent 765b815 commit 363b880

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

chronicle/pom.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,34 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
~ Copyright 2014 Higher Frequency Trading
4-
~ <p/>
4+
~ <p />
55
~ http://www.higherfrequencytrading.com
6-
~ <p/>
6+
~ <p />
77
~ Licensed under the Apache License, Version 2.0 (the "License");
88
~ you may not use this file except in compliance with the License.
99
~ You may obtain a copy of the License at
10-
~ <p/>
10+
~ <p />
1111
~ http://www.apache.org/licenses/LICENSE-2.0
12-
~ <p/>
12+
~ <p />
1313
~ Unless required by applicable law or agreed to in writing, software
1414
~ distributed under the License is distributed on an "AS IS" BASIS,
1515
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
~ See the License for the specific language governing permissions and
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
<modelVersion>4.0.0</modelVersion>
2322

2423
<parent>
2524
<groupId>net.openhft</groupId>
2625
<artifactId>java-parent-pom</artifactId>
2726
<version>1.1.1</version>
28-
<relativePath/>
27+
<relativePath />
2928
</parent>
3029

3130
<artifactId>chronicle</artifactId>
32-
<version>3.2.2-SNAPSHOT</version>
31+
<version>3.2.2</version>
3332
<packaging>bundle</packaging>
3433

3534
<name>OpenHTF/Java-Chronicle/chronicle</name>
@@ -180,7 +179,7 @@
180179
<url>scm:git:git@github.com:OpenHFT/Chronicle-Queue.git</url>
181180
<connection>scm:git:git@github.com:OpenHFT/Chronicle-Queue.git</connection>
182181
<developerConnection>scm:git:git@github.com:OpenHFT/Chronicle-Queue.git</developerConnection>
183-
<tag>master</tag>
182+
<tag>chronicle-3.2.2</tag>
184183
</scm>
185184

186185
</project>

0 commit comments

Comments
 (0)