Skip to content

Commit

Permalink
- Updated pom.xml versions to make Caliko release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alastair Lansley authored and Alastair Lansley committed Feb 5, 2016
1 parent 90f0677 commit e95ba21
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion caliko-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<skipTests>true</skipTests>
<javaVersion>1.8</javaVersion>
<calikoVersion>1.0</calikoVersion>
<calikoVersion>1.1</calikoVersion>
<calikoVisVersion>1.0</calikoVisVersion>
<lwjgl.version>3.0.0b</lwjgl.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion caliko-visualisation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<skipTests>true</skipTests>
<javaVersion>1.8</javaVersion>
<calikoVersion>1.0</calikoVersion>
<calikoVersion>1.1</calikoVersion>
<lwjgl.version>3.0.0b</lwjgl.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion caliko/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>au.edu.federation.caliko</groupId>
<artifactId>caliko</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<version>1.1</version>
<name>caliko</name>
<url>https://github.com/FedUni/caliko</url>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>au.edu.federation.caliko</groupId>
<artifactId>caliko-aggregate</artifactId>
<packaging>pom</packaging>
<version>1.1</version> <!-- This is the version of the library as a while, which should match with build.txt -->
<version>1.1.1</version> <!-- This is the version of the library as a whole - build.txt is updated from this. -->
<name>Caliko library Aggregate POM</name>
<description>POM to build the Caliko library including the visualisation component, demo application, source and documentation archives.</description>
<url>https://github.com/FedUni/caliko</url>
Expand All @@ -14,7 +14,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<skipTests>true</skipTests>
<javaVersion>1.8</javaVersion>
<calikoVersion>1.0</calikoVersion>
<calikoVersion>1.1</calikoVersion>
<calikoVisVersion>1.0</calikoVisVersion>
<calikoDemoVersion>1.0</calikoDemoVersion>
</properties>
Expand Down

0 comments on commit e95ba21

Please sign in to comment.