diff options
author | endolf <[email protected]> | 2011-03-23 18:33:26 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2011-03-23 18:33:26 +0000 |
commit | 04c5eaaab5dde46fcd819061b1dded5a0998de76 (patch) | |
tree | 841208d5796b7bbf9f2461039bf8196c81c49e3b | |
parent | b3bf97b41754c156e90636bcbef15590071f47f1 (diff) |
Updated api version number after fixing maven release version class.
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@244 e343933a-64c8-49c5-92b1-88f2ce3e89e8
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ <project name="Sun Games Initiative Client Technologies" basedir="." default="all" xmlns:artifact="urn:maven-artifact-ant"> - <property name="api.version" value="2.0.5"/> + <property name="api.version" value="2.0.6"/> <property name="mvn.version" value="${api.version}-SNAPSHOT"/> <property name="maven-repository-url" value="https://oss.sonatype.org/service/local/staging/deploy/maven2/" /> <property name="maven-repository-id" value="sonatype-nexus-staging" /> |