diff options
author | Brad Davis <[email protected]> | 2014-02-03 03:01:55 -0800 |
---|---|---|
committer | Brad Davis <[email protected]> | 2014-02-03 03:01:55 -0800 |
commit | 08c4e3d01f88089722e8d31028dcc78f20d0dd22 (patch) | |
tree | 2ea9253ca279131840918a2befeed2325e5fd2bf /Bindings/Java/pom.xml | |
parent | 513740fcdac4f78650ed1a7b0b4abc7b91530912 (diff) |
moving off snapshot deps
Diffstat (limited to 'Bindings/Java/pom.xml')
-rw-r--r-- | Bindings/Java/pom.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/Bindings/Java/pom.xml b/Bindings/Java/pom.xml index 521872d..67d9a8f 100644 --- a/Bindings/Java/pom.xml +++ b/Bindings/Java/pom.xml @@ -3,12 +3,19 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.oculusvr</groupId> <artifactId>jocular</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> + + <repositories> + <repository> + <id>ec2</id> + <url>http://ec2.saintandreas.org/maven</url> + </repository> + </repositories> + <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>2.3.2</version> <configuration> <source>1.7</source> <target>1.7</target> @@ -23,7 +30,7 @@ <dependency> <groupId>org.saintandreas</groupId> <artifactId>math</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>[1, )</version> </dependency> <dependency> <groupId>com.google.guava</groupId> @@ -33,7 +40,7 @@ <dependency> <groupId>com.codeminders</groupId> <artifactId>hidapi</artifactId> - <version>1.1</version> + <version>[1.1, )</version> </dependency> <dependency> <groupId>org.slf4j</groupId> |