diff options
Diffstat (limited to 'Bindings/Java/pom.xml')
-rw-r--r-- | Bindings/Java/pom.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/Bindings/Java/pom.xml b/Bindings/Java/pom.xml index 958f848..3b264b0 100644 --- a/Bindings/Java/pom.xml +++ b/Bindings/Java/pom.xml @@ -1,13 +1,13 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>com.oculusvr</groupId> + <groupId>org.saintandreas</groupId> <artifactId>jocular</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>0.0.1-SNAPSHOT</version> <scm> - <connection>scm:git:git://[email protected]/jherico/OculusSDK.git</connection> - <developerConnection>scm:git:git://[email protected]/jherico/OculusSDK.git</developerConnection> + <connection>scm:git:https://github.com/jherico/OculusSDK.git</connection> + <developerConnection>scm:git:[email protected]:jherico/OculusSDK.git</developerConnection> <url>https://github.com/jherico/OculusSDK</url> </scm> @@ -46,6 +46,7 @@ <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> + <version>2.3.2</version> <configuration> <source>1.7</source> <target>1.7</target> @@ -63,16 +64,16 @@ <version>[1, )</version> </dependency> <dependency> + <groupId>com.codeminders</groupId> + <artifactId>hidapi</artifactId> + <version>[1.1, 2)</version> + </dependency> + <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>[14, )</version> </dependency> <dependency> - <groupId>com.codeminders</groupId> - <artifactId>hidapi</artifactId> - <version>[1.1, )</version> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${slf4j.version}</version> |