diff options
author | endolf <[email protected]> | 2011-02-20 14:34:23 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2011-02-20 14:34:23 +0000 |
commit | 3039c35e4af4f1b629665bfb993e4867c04f46ad (patch) | |
tree | 26fb21cc892d74037dfdc7bcdfe52899e7124fa2 | |
parent | d60bc0649761e4a2a103a7f681446a8f07e0f2d9 (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
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"/> |