aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorendolf <[email protected]>2011-03-23 18:33:26 +0000
committerendolf <[email protected]>2011-03-23 18:33:26 +0000
commit04c5eaaab5dde46fcd819061b1dded5a0998de76 (patch)
tree841208d5796b7bbf9f2461039bf8196c81c49e3b /build.xml
parentb3bf97b41754c156e90636bcbef15590071f47f1 (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
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index b630837..1873a70 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />