Skip to content

Commit

Permalink
Prepare next iteration [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Jul 23, 2012
1 parent a98f1aa commit 12d4425
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-parent</artifactId>
<version>0.3.2</version>
<version>0.3.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Webcam Capture - Root POM</name>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-driver-civil/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-parent</artifactId>
<version>0.3.2</version>
<version>0.3.2-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-driver-civil</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-driver-jmf/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-parent</artifactId>
<version>0.3.2</version>
<version>0.3.2-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-driver-jmf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-driver-openimaj/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-parent</artifactId>
<version>0.3.2</version>
<version>0.3.2-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-driver-openimaj</artifactId>
Expand Down
12 changes: 11 additions & 1 deletion webcam-capture/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-parent</artifactId>
<version>0.3.2</version>
<version>0.3.2-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture</artifactId>
Expand All @@ -25,4 +25,14 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-9</version>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 12d4425

Please sign in to comment.