From 3be1fd3897ee546bee26d16171b94aba407a372f Mon Sep 17 00:00:00 2001 From: Bartosz Firyn Date: Wed, 14 Nov 2012 00:02:00 +0100 Subject: [PATCH] Revert version --- webcam-capture/pom.xml | 166 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 161 insertions(+), 5 deletions(-) diff --git a/webcam-capture/pom.xml b/webcam-capture/pom.xml index aa9c6b44..e0dbef56 100644 --- a/webcam-capture/pom.xml +++ b/webcam-capture/pom.xml @@ -11,7 +11,7 @@ com.github.sarxos webcam-capture - 0.3.5-SNAPSHOT + 0.3.4-SNAPSHOT bundle Webcam Capture @@ -110,9 +110,167 @@ + + + notest + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.9 + + true + + + + + + + snapshot + + true + + + sonatype-nexus-staging + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + release + + + performRelease + true + + + + sonatype-nexus-staging + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.1 + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.2.2 + + + + + + assembly + + sarxos-ftp-repo + ftp://ftp.sarxos.pl/maven2 + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.4 + + + copy-dependencies + prepare-package + + copy-dependencies + + + ${project.build.directory}/dependencies + false + false + true + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.3 + + + ../distribution.xml + + + + + make-assembly + package + + single + + + + + + com.github.danielflower.mavenplugins + maven-gitlog-plugin + 1.4.11 + + + + generate + + process-resources + + + + false + true + CHANGELOG.htm + false + + + + + + + - org.apache.maven.plugins maven-compiler-plugin @@ -122,7 +280,6 @@ 1.6 - org.apache.maven.plugins maven-enforcer-plugin @@ -143,8 +300,7 @@ - - + org.apache.felix maven-bundle-plugin