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 2008/05/20 20:29:21 UTC

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

Author: fmeschbe
Date: Tue May 20 11:29:21 2008
New Revision: 658380

URL: http://svn.apache.org/viewvc?rev=658380&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.webconsole-1.0.0

Modified:
    felix/trunk/webconsole/pom.xml

Modified: felix/trunk/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/pom.xml?rev=658380&r1=658379&r2=658380&view=diff
==============================================================================
--- felix/trunk/webconsole/pom.xml (original)
+++ felix/trunk/webconsole/pom.xml Tue May 20 11:29:21 2008
@@ -28,7 +28,7 @@
 
     <artifactId>org.apache.felix.webconsole</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
 
     <name>Apache Felix Web Management Console</name>
     <description>
@@ -36,9 +36,9 @@
     </description>
 
     <scm>
-        <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>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.webconsole-1.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.webconsole-1.0.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/releases/org.apache.felix.webconsole-1.0.0</url>
     </scm>
 
     <build>