Skip to content

Commit 034b139

Browse files
committed
1.7.2-SNAPSHOT Roll to new version.
1 parent 7d6b282 commit 034b139

File tree

6 files changed

+26
-10
lines changed

6 files changed

+26
-10
lines changed

chronicle-fix/pom.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Copyright 2013 Peter Lawrey
4+
~
5+
~ Licensed under the Apache License, Version 2.0 (the "License");
6+
~ you may not use this file except in compliance with the License.
7+
~ You may obtain a copy of the License at
8+
~
9+
~ http://www.apache.org/licenses/LICENSE-2.0
10+
~
11+
~ Unless required by applicable law or agreed to in writing, software
12+
~ distributed under the License is distributed on an "AS IS" BASIS,
13+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
~ See the License for the specific language governing permissions and
15+
~ limitations under the License.
16+
-->
17+
218
<project xmlns="http://maven.apache.org/POM/4.0.0"
319
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
420
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
521
<parent>
622
<artifactId>chronicle-parent</artifactId>
723
<groupId>com.higherfrequencytrading</groupId>
8-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.2-SNAPSHOT</version>
925
</parent>
1026
<modelVersion>4.0.0</modelVersion>
1127

chronicle/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.higherfrequencytrading</groupId>
2525
<artifactId>chronicle</artifactId>
26-
<version>1.7.1</version>
26+
<version>1.7.2-SNAPSHOT</version>
2727
<name>Java Chronicle</name>
2828
<description>High Performance Logging and Persisted Messaging</description>
2929

@@ -89,7 +89,7 @@
8989
<nohelp>true</nohelp>
9090
</configuration>
9191
</plugin>
92-
<!-- plugin>
92+
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-gpg-plugin</artifactId>
9595
<version>1.4</version>
@@ -105,7 +105,7 @@
105105
</goals>
106106
</execution>
107107
</executions>
108-
</plugin -->
108+
</plugin>
109109

110110
<plugin>
111111
<groupId>org.apache.felix</groupId>

demo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
<parent>
2323
<groupId>com.higherfrequencytrading</groupId>
2424
<artifactId>chronicle-parent</artifactId>
25-
<version>1.7.1-SNAPSHOT</version>
25+
<version>1.7.2-SNAPSHOT</version>
2626
</parent>
2727

2828
<groupId>com.higherfrequencytrading</groupId>
2929
<artifactId>chronicle-demo</artifactId>
3030

3131
<name>chronicle-demo</name>
32-
<version>1.7.1-SNAPSHOT</version>
32+
<version>1.7.2-SNAPSHOT</version>
3333
<description>Demo Processing Engine</description>
3434
<dependencies>
3535
<dependency>

hiccup/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.higherfrequencytrading</groupId>
3232
<artifactId>chronicle</artifactId>
33-
<version>1.7.1-SNAPSHOT</version>
33+
<version>1.7.2-SNAPSHOT</version>
3434
</dependency>
3535
</dependencies>
3636
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.higherfrequencytrading</groupId>
2525
<artifactId>chronicle-parent</artifactId>
26-
<version>1.7.1-SNAPSHOT</version>
26+
<version>1.7.2-SNAPSHOT</version>
2727
<packaging>pom</packaging>
2828

2929
<name>chronicle-parent</name>

testing/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<parent>
2525
<groupId>com.higherfrequencytrading</groupId>
2626
<artifactId>chronicle-parent</artifactId>
27-
<version>1.7.1-SNAPSHOT</version>
27+
<version>1.7.2-SNAPSHOT</version>
2828
</parent>
2929

3030
<groupId>com.higherfrequencytrading</groupId>
3131
<artifactId>chronicle-testing</artifactId>
32-
<version>1.7.1-SNAPSHOT</version>
32+
<version>1.7.2-SNAPSHOT</version>
3333

3434
<dependencies>
3535
<dependency>

0 commit comments

Comments
 (0)