Skip to content

Commit 45fc3c1

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

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

chronicle-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>net.openhft</groupId>
4949
<artifactId>chronicle</artifactId>
50-
<version>${project.version}</version>
50+
<version>3.0.1</version>
5151
</dependency>
5252

5353
<dependency>

chronicle-sandbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>net.openhft</groupId>
6060
<artifactId>chronicle</artifactId>
61-
<version>${project.version}</version>
61+
<version>3.0.1</version>
6262
</dependency>
6363

6464
</dependencies>

chronicle-slf4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>net.openhft</groupId>
4343
<artifactId>chronicle</artifactId>
44-
<version>${openhft.chronicle.version}</version>
44+
<version>3.0.1</version>
4545
</dependency>
4646

4747
<dependency>

chronicle-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>net.openhft</groupId>
6363
<artifactId>chronicle</artifactId>
64-
<version>${project.version}</version>
64+
<version>3.0.1</version>
6565
</dependency>
6666
</dependencies>
6767
</dependencyManagement>

chronicle/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,18 @@
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

2021
<parent>
2122
<groupId>net.openhft</groupId>
2223
<artifactId>java-parent-pom</artifactId>
2324
<version>1.0.1</version>
2425
<relativePath />
2526
</parent>
26-
27-
<modelVersion>4.0.0</modelVersion>
2827
<artifactId>chronicle</artifactId>
28+
<modelVersion>4.0.0</modelVersion>
29+
2930
<version>3.0.2-SNAPSHOT</version>
3031
<packaging>bundle</packaging>
3132

0 commit comments

Comments
 (0)