We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b5cfb commit 299a52aCopy full SHA for 299a52a
.travis.yml
@@ -2,7 +2,7 @@ language: java
2
3
install: true
4
5
-before_install: ./scripts/download-openpnp-capture.sh v0.0.12
+before_install: ./scripts/download-openpnp-capture.sh v0.0.16
6
7
script: mvn clean package
8
pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openpnp</groupId>
<artifactId>openpnp-capture-java</artifactId>
- <version>0.0.12</version>
+ <version>0.0.16</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9
</properties>
0 commit comments