Skip to content

Commit 172a8e5

Browse files
author
Rob Austin
committed
HCOLL-36 Release all the project using new team city setup
1 parent 1c6323b commit 172a8e5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

affinity/pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,17 @@
1515
~ limitations under the License.
1616
-->
1717

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">
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">
1920
<modelVersion>4.0.0</modelVersion>
2021

21-
<groupId>net.openhft</groupId>
22+
<parent>
23+
<groupId>net.openhft</groupId>
24+
<artifactId>java-parent-pom</artifactId>
25+
<version>1.0.1</version>
26+
<relativePath/>
27+
</parent>
28+
2229
<artifactId>affinity</artifactId>
2330
<version>2.0.3-SNAPSHOT</version>
2431
<packaging>bundle</packaging>

0 commit comments

Comments
 (0)