Skip to content

Commit

Permalink
[maven-release-plugin] prepare release webcam-capture-parent-0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Oct 3, 2015
1 parent da713fe commit a9423c9
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>webcam-capture-parent</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.11</version>
<packaging>pom</packaging>

<name>Webcam Capture Parent POM</name>
Expand Down Expand Up @@ -38,7 +38,7 @@
<connection>scm:git:git@github.com:sarxos/webcam-capture.git</connection>
<developerConnection>scm:git:git@github.com:sarxos/webcam-capture.git</developerConnection>
<url>git@github.com:sarxos/webcam-capture.git</url>
<tag>HEAD</tag>
<tag>webcam-capture-parent-0.3.11</tag>
</scm>

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

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

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

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

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

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

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

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

<artifactId>webcam-capture-driver-openimaj</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions webcam-capture-drivers/driver-v4l4j/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-drivers</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.11</version>
</parent>

<artifactId>webcam-capture-driver-v4l4j</artifactId>
Expand Down Expand Up @@ -38,7 +38,7 @@
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
<configuration>
<altDeploymentRepository></altDeploymentRepository>
<altDeploymentRepository />
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-drivers/driver-vlcj/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-drivers</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.11</version>
</parent>

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

<artifactId>webcam-capture-drivers</artifactId>
Expand Down
2 changes: 1 addition & 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.11-SNAPSHOT</version>
<version>0.3.11</version>
</parent>

<artifactId>webcam-capture</artifactId>
Expand Down

0 comments on commit a9423c9

Please sign in to comment.