You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2014/01/28 09:05:09 UTC

svn commit: r1561973 - /felix/trunk/inventory/pom.xml

Author: cziegeler
Date: Tue Jan 28 08:05:09 2014
New Revision: 1561973

URL: http://svn.apache.org/r1561973
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    felix/trunk/inventory/pom.xml

Modified: felix/trunk/inventory/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/inventory/pom.xml?rev=1561973&r1=1561972&r2=1561973&view=diff
==============================================================================
--- felix/trunk/inventory/pom.xml (original)
+++ felix/trunk/inventory/pom.xml Tue Jan 28 08:05:09 2014
@@ -28,15 +28,15 @@
 
     <artifactId>org.apache.felix.inventory</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.2</version>
+    <version>1.0.3-SNAPSHOT</version>
 
     <name>Apache Felix Inventory</name>
     <description>Apache Felix Inventory provides some mechanisms to get the current state of the system and therefore provides an inventory of the system.</description>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.inventory-1.0.2</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.inventory-1.0.2</developerConnection>
-        <url>http://svn.apache.org/viewvc/felix/releases/org.apache.felix.inventory-1.0.2</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/inventory</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/inventory</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/trunk/inventory</url>
     </scm>
 
     <build>