You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2010/08/11 13:36:38 UTC

svn commit: r984379 - /felix/trunk/webconsole/pom.xml

Author: fmeschbe
Date: Wed Aug 11 11:36:38 2010
New Revision: 984379

URL: http://svn.apache.org/viewvc?rev=984379&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    felix/trunk/webconsole/pom.xml

Modified: felix/trunk/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/pom.xml?rev=984379&r1=984378&r2=984379&view=diff
==============================================================================
--- felix/trunk/webconsole/pom.xml (original)
+++ felix/trunk/webconsole/pom.xml Wed Aug 11 11:36:38 2010
@@ -28,7 +28,7 @@
 
     <artifactId>org.apache.felix.webconsole</artifactId>
     <packaging>bundle</packaging>
-    <version>3.1.2</version>
+    <version>3.1.3-SNAPSHOT</version>
 
     <name>Apache Felix Web Management Console</name>
     <description>
@@ -38,9 +38,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.webconsole-3.1.2</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.webconsole-3.1.2</developerConnection>
-        <url>http://svn.apache.org/viewvc/felix/releases/org.apache.felix.webconsole-3.1.2</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/webconsole</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/webconsole</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/trunk/webconsole</url>
     </scm>
 
     <build>