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

Commit dc5f3a4

Browse files
author
teamcity_hft
committed
[maven-release-plugin] prepare release chronicle-engine-1.15.0
1 parent 85216a8 commit dc5f3a4

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,21 @@
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
<properties>
2120
<additionalparam>-Xdoclint:none</additionalparam>
2221
</properties>
2322
<parent>
2423
<groupId>software.chronicle</groupId>
2524
<artifactId>chronicle-enterprise-root-pom</artifactId>
2625
<version>1.0.6</version>
27-
<relativePath/>
26+
<relativePath />
2827
</parent>
2928

3029
<groupId>net.openhft</groupId>
3130
<modelVersion>4.0.0</modelVersion>
3231
<artifactId>chronicle-engine</artifactId>
33-
<version>1.15.0-SNAPSHOT</version>
32+
<version>1.15.0</version>
3433
<name>OpenHFT/Chronicle-Engine</name>
3534
<description>Chronicle Engine Framework</description>
3635
<packaging>bundle</packaging>
@@ -285,7 +284,7 @@
285284
<connection>scm:git:git@github.com:OpenHFT/Chronicle-Engine.git</connection>
286285
<developerConnection>scm:git:git@github.com:OpenHFT/Chronicle-Engine.git
287286
</developerConnection>
288-
<tag>master</tag>
287+
<tag>chronicle-engine-1.15.0</tag>
289288
</scm>
290289

291290
</project>

0 commit comments

Comments
 (0)