Skip to content

Commit

Permalink
bump java wrapper version, bundle with all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Xiao <[email protected]>
  • Loading branch information
nneonneo committed Jul 3, 2014
1 parent 31ab4be commit 4dfb75f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion wrappers/java/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<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>org.openkinect</groupId>
<artifactId>freenect</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0</version>

<dependencies>
<dependency>
Expand Down Expand Up @@ -38,6 +39,14 @@
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 4dfb75f

Please sign in to comment.