Skip to content

Commit

Permalink
Change version in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Jul 6, 2012
1 parent 7c11404 commit 10872a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,2 +1,3 @@
language: java

script:
- mvn test -X
6 changes: 5 additions & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>0.1</version>
<version>0.2</version>

<name>Java Webcam Capture POC</name>
<description>Use your webcam directly from Java</description>
Expand Down Expand Up @@ -156,6 +156,8 @@
</execution>
</executions>
</plugin>

<!--
<plugin>
<groupId>com.github.github</groupId>
<artifactId>downloads-maven-plugin</artifactId>
Expand All @@ -176,6 +178,8 @@
</execution>
</executions>
</plugin>
-->

</plugins>

<extensions>
Expand Down

0 comments on commit 10872a6

Please sign in to comment.