Skip to content

Commit 72d91b3

Browse files
author
Rob Austin
committed
HCOLL-36 Release all the project using new team city setup
1 parent 45fc3c1 commit 72d91b3

File tree

4 files changed

+4
-41
lines changed

4 files changed

+4
-41
lines changed

chronicle-demo/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@
5050
<version>3.0.1</version>
5151
</dependency>
5252

53-
<dependency>
54-
<groupId>net.openhft</groupId>
55-
<artifactId>affinity</artifactId>
56-
<version>2.0.6</version>
57-
</dependency>
58-
5953
</dependencies>
6054
</dependencyManagement>
6155

@@ -69,13 +63,9 @@
6963
<dependency>
7064
<groupId>net.openhft</groupId>
7165
<artifactId>chronicle</artifactId>
72-
<version>${project.version}</version>
66+
<version>3.0.1</version>
7367
</dependency>
7468

75-
<dependency>
76-
<groupId>net.openhft</groupId>
77-
<artifactId>affinity</artifactId>
78-
</dependency>
7969

8070
</dependencies>
8171

chronicle-slf4j/pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@
3232
<scope>import</scope>
3333
</dependency>
3434

35-
<dependency>
36-
<groupId>net.openhft</groupId>
37-
<artifactId>affinity</artifactId>
38-
<version>${openhft.affinity.version}</version>
39-
</dependency>
4035

4136
<dependency>
4237
<groupId>net.openhft</groupId>
@@ -54,11 +49,8 @@
5449
</dependencyManagement>
5550

5651
<dependencies>
57-
<dependency>
58-
<groupId>net.openhft</groupId>
59-
<artifactId>affinity</artifactId>
60-
</dependency>
61-
<dependency>
52+
53+
<dependency>
6254
<groupId>net.openhft</groupId>
6355
<artifactId>chronicle</artifactId>
6456
</dependency>

chronicle-test/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@
4848
<artifactId>lang</artifactId>
4949
<version>6.3.5</version>
5050
</dependency>
51-
<dependency>
52-
<groupId>net.openhft</groupId>
53-
<artifactId>affinity</artifactId>
54-
<version>2.0.6</version>
55-
</dependency>
5651
<dependency>
5752
<groupId>net.openhft</groupId>
5853
<artifactId>compiler</artifactId>
@@ -71,10 +66,6 @@
7166
<groupId>com.sun.java</groupId>
7267
<artifactId>tools</artifactId>
7368
</dependency>
74-
<dependency>
75-
<groupId>net.openhft</groupId>
76-
<artifactId>affinity</artifactId>
77-
</dependency>
7869
<dependency>
7970
<groupId>net.openhft</groupId>
8071
<artifactId>compiler</artifactId>

chronicle/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>net.openhft</groupId>
2323
<artifactId>java-parent-pom</artifactId>
2424
<version>1.0.1</version>
25-
<relativePath />
25+
<relativePath/>
2626
</parent>
2727
<artifactId>chronicle</artifactId>
2828
<modelVersion>4.0.0</modelVersion>
@@ -47,11 +47,6 @@
4747
<artifactId>lang</artifactId>
4848
<version>6.3.5</version>
4949
</dependency>
50-
<dependency>
51-
<groupId>net.openhft</groupId>
52-
<artifactId>affinity</artifactId>
53-
<version>2.0.6</version>
54-
</dependency>
5550
</dependencies>
5651
</dependencyManagement>
5752

@@ -67,11 +62,6 @@
6762
<artifactId>lang</artifactId>
6863
</dependency>
6964

70-
<dependency>
71-
<groupId>net.openhft</groupId>
72-
<artifactId>affinity</artifactId>
73-
</dependency>
74-
7565
<!-- for testing -->
7666
<dependency>
7767
<groupId>org.easymock</groupId>

0 commit comments

Comments
 (0)