Skip to content

Commit 4dfb75f

Browse files
committed
bump java wrapper version, bundle with all dependencies
Signed-off-by: Robert Xiao <[email protected]>
1 parent 31ab4be commit 4dfb75f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

wrappers/java/pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
12
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<groupId>org.openkinect</groupId>
56
<artifactId>freenect</artifactId>
6-
<version>0.0.1-SNAPSHOT</version>
7+
<version>1.0</version>
78

89
<dependencies>
910
<dependency>
@@ -38,6 +39,14 @@
3839
<target>1.6</target>
3940
</configuration>
4041
</plugin>
42+
<plugin>
43+
<artifactId>maven-assembly-plugin</artifactId>
44+
<configuration>
45+
<descriptorRefs>
46+
<descriptorRef>jar-with-dependencies</descriptorRef>
47+
</descriptorRefs>
48+
</configuration>
49+
</plugin>
4150
</plugins>
4251
</build>
4352
</project>

0 commit comments

Comments
 (0)