Skip to content

Commit 9225dab

Browse files
author
Rob Austin
committed
HCOLL-36 Release all the project using new team city setup
1 parent f2ea9f5 commit 9225dab

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

affinity/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,10 @@
185185
</repositories>
186186

187187
<scm>
188-
<url>scm:git:https://github.com/OpenHFT/Java-Thread-Affinity.git</url>
188+
<url>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git</url>
189+
<connection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git</connection>
190+
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git</developerConnection>
191+
<tag>master</tag>
189192
</scm>
190193

191194
</project>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
<parent>
2424
<groupId>net.openhft</groupId>
2525
<artifactId>root-parent-pom</artifactId>
26-
<version>1.0-SNAPSHOT</version>
26+
<version>1.0.0</version>
27+
<relativePath/>
2728
</parent>
2829

2930
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)