Skip to content

Commit

Permalink
Updated version number handling
Browse files Browse the repository at this point in the history
  • Loading branch information
aftenkap committed Oct 20, 2014
1 parent b32964e commit c3394c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<jutility-version>0.1.1-SNAPSHOT</jutility-version>
<!-- Java Version -->
<java.version>1.6</java.version>

Expand Down Expand Up @@ -68,7 +69,7 @@
<dependency>
<groupId>org.jutility</groupId>
<artifactId>jutility-common</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>${jutility-version}</version>
</dependency>


Expand Down

0 comments on commit c3394c7

Please sign in to comment.