mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-26 10:24:26 +01:00
Update to 2.0.2 in maven
This commit is contained in:
parent
73fe22bc94
commit
b1384277ad
|
|
@ -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"/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue