You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2009/07/21 20:49:49 UTC

svn commit: r796464 - /felix/trunk/ipojo/webconsole-plugin/pom.xml

Author: clement
Date: Tue Jul 21 18:49:49 2009
New Revision: 796464

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

Modified:
    felix/trunk/ipojo/webconsole-plugin/pom.xml

Modified: felix/trunk/ipojo/webconsole-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/webconsole-plugin/pom.xml?rev=796464&r1=796463&r2=796464&view=diff
==============================================================================
--- felix/trunk/ipojo/webconsole-plugin/pom.xml (original)
+++ felix/trunk/ipojo/webconsole-plugin/pom.xml Tue Jul 21 18:49:49 2009
@@ -16,7 +16,7 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>felix-parent</artifactId>
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <packaging>bundle</packaging>
   <artifactId>org.apache.felix.ipojo.webconsole</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.4.0</version>
   <name>Apache Felix iPOJO WebConsole Plugin</name>
   
   <description>
@@ -122,4 +122,10 @@
       <version>1.4.0</version>
     </dependency>
   </dependencies>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.webconsole-1.4.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.webconsole-1.4.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.webconsole-1.4.0</url>
+  </scm>
 </project>