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

Commit 060768e

Browse files
committed
[maven-release-plugin] prepare release lang-6.8.0
1 parent 25dd429 commit 060768e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lang/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +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" 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
<parent>
2120
<groupId>net.openhft</groupId>
2221
<artifactId>java-parent-pom</artifactId>
@@ -26,7 +25,7 @@
2625

2726
<modelVersion>4.0.0</modelVersion>
2827
<artifactId>lang</artifactId>
29-
<version>6.8.0-SNAPSHOT</version>
28+
<version>6.8.0</version>
3029
<packaging>bundle</packaging>
3130
<name>OpenHFT/Java-Lang/lang</name>
3231
<description>Java Lang library for High Frequency Trading (Java 6+)</description>
@@ -207,7 +206,7 @@
207206
<url>scm:git:[email protected]:OpenHFT/Java-Lang.git</url>
208207
<connection>scm:git:[email protected]:OpenHFT/Java-Lang.git</connection>
209208
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Lang.git</developerConnection>
210-
<tag>master</tag>
209+
<tag>lang-6.8.0</tag>
211210
</scm>
212211

213212
</project>

0 commit comments

Comments
 (0)