maven:release plugin failed at some point with very strange error, so I'm reverting to the old revision
[INFO] Executing: cmd.exe /X /C "svn --non-interactive commit --file C:\Users\valentin\AppData\Local\Temp\maven-scm-1682336543.commit --targets C:\Users\valenti
n\AppData\Local\Temp\maven-scm-52498-targets"
[INFO] Working directory: D:\download\apache-temp\upnp
[INFO] Tagging release with the label org.apache.felix.webconsole.plugins.upnp-1.0.4...
[INFO] Executing: cmd.exe /X /C "svn --non-interactive copy --file C:\Users\valentin\AppData\Local\Temp\maven-scm-961143978.commit --revision 1645673 https://sv
n.apache.org/repos/asf/felix/trunk/webconsole-plugins/upnp https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.webconsole.plugins.upnp-1.0.4"
[INFO] Working directory: d:\download\apache-temp\upnp
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 41.687 s
[INFO] Finished at: 2014-12-15T17:03:06+02:00
[INFO] Final Memory: 5M/62M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.1:prepare (default-cli) on project org.apache.felix.webconsole.plugins.upnp: Unab
le to tag SCM
[ERROR] Provider message:
[ERROR] The svn tag command failed.
[ERROR] Command output:
[ERROR] svn: No such revision 1645673
[ERROR] -> [Help 1]
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1645676 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole-plugins/upnp/pom.xml b/webconsole-plugins/upnp/pom.xml
index 5630bc1..6d619af 100644
--- a/webconsole-plugins/upnp/pom.xml
+++ b/webconsole-plugins/upnp/pom.xml
@@ -20,7 +20,7 @@
<artifactId>org.apache.felix.webconsole.plugins.upnp</artifactId>
<packaging>bundle</packaging>
- <version>1.0.4</version>
+ <version>1.0.3-SNAPSHOT</version>
<name>Apache Felix Web Console UPnP Plugin</name>
<description>
@@ -29,9 +29,9 @@
</description>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.webconsole.plugins.upnp-1.0.4</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.webconsole.plugins.upnp-1.0.4</developerConnection>
- <url>http://svn.apache.org/viewvc/felix/releases/org.apache.felix.webconsole.plugins.upnp-1.0.4</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/webconsole-plugins/upnp</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/webconsole-plugins/upnp</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/trunk/webconsole-plugins/upnp</url>
</scm>
<build>