Skip to content

Commit c88a074

Browse files
committed
Merge pull request peter-lawrey#29 from jerrinot/1.7.3VersionFix
testing and demo should use current snapshot as a parent
2 parents c2eba89 + 17bcc8b commit c88a074

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

demo/pom.xml

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

2828
<groupId>com.higherfrequencytrading</groupId>
@@ -43,4 +43,4 @@
4343
</dependency>
4444
</dependencies>
4545

46-
</project>
46+
</project>

testing/pom.xml

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

3030
<groupId>com.higherfrequencytrading</groupId>
@@ -58,4 +58,4 @@
5858
<artifactId>junit</artifactId>
5959
</dependency>
6060
</dependencies>
61-
</project>
61+
</project>

0 commit comments

Comments
 (0)