aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorendolf <[email protected]>2011-02-20 14:34:23 +0000
committerendolf <[email protected]>2011-02-20 14:34:23 +0000
commit3039c35e4af4f1b629665bfb993e4867c04f46ad (patch)
tree26fb21cc892d74037dfdc7bcdfe52899e7124fa2 /build.xml
parentd60bc0649761e4a2a103a7f681446a8f07e0f2d9 (diff)
Update to 2.0.2 in maven
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@239 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index c74489e..4fd242e 100644
--- a/build.xml
+++ b/build.xml
@@ -243,7 +243,7 @@
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant"
classpathref="maven-ant-tasks.classpath"/>
- <artifact:pom id="jinputpom" groupId="net.java.games" artifactId="jinput" version="2.0.2-SNAPSHOT">
+ <artifact:pom id="jinputpom" groupId="net.java.games" artifactId="jinput" version="2.0.3-SNAPSHOT">
</artifact:pom>
<artifact:writepom pomRefId="jinputpom" file="dist/pom.xml"/>
@@ -281,7 +281,7 @@
<target name="mvndeploy" depends="install" description="Installs jinput in to local mvn repo">
<artifact:install-provider artifactId="wagon-ssh" version="1.0-beta-2"/>
- <artifact:pom id="jinputpom" groupId="net.java.games" artifactId="jinput" version="2.0.1">
+ <artifact:pom id="jinputpom" groupId="net.java.games" artifactId="jinput" version="2.0.2">
</artifact:pom>
<artifact:writepom pomRefId="jinputpom" file="dist/pom.xml"/>