Skip to content

Commit 87d8cd7

Browse files
committed
[maven-release-plugin] prepare release chronicle-queue-4.0.7
1 parent 2a8eb1d commit 87d8cd7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
~ along with this program. If not, see <http://www.gnu.org/licenses />.
1616
-->
1717

18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
20-
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">
2119
<modelVersion>4.0.0</modelVersion>
2220
<properties>
2321
<additionalparam>-Xdoclint:none</additionalparam>
@@ -26,11 +24,11 @@
2624
<groupId>net.openhft</groupId>
2725
<artifactId>java-parent-pom</artifactId>
2826
<version>1.1.10</version>
29-
<relativePath/>
27+
<relativePath />
3028
</parent>
3129

3230
<artifactId>chronicle-queue</artifactId>
33-
<version>4.0.7-SNAPSHOT</version>
31+
<version>4.0.7</version>
3432
<packaging>bundle</packaging>
3533
<name>OpenHFT/chronicle-queue</name>
3634

@@ -190,7 +188,7 @@
190188
<connection>scm:git:git@github.com:OpenHFT/Chronicle-Queue.git</connection>
191189
<developerConnection>scm:git:git@github.com:OpenHFT/Chronicle-Queue.git
192190
</developerConnection>
193-
<tag>master</tag>
191+
<tag>chronicle-queue-4.0.7</tag>
194192
</scm>
195193

196194
</project>

0 commit comments

Comments
 (0)