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 2010/07/18 18:07:20 UTC

svn commit: r965253 - /felix/trunk/ipojo/arch-gogo/pom.xml

Author: clement
Date: Sun Jul 18 16:07:20 2010
New Revision: 965253

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

Modified:
    felix/trunk/ipojo/arch-gogo/pom.xml

Modified: felix/trunk/ipojo/arch-gogo/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/arch-gogo/pom.xml?rev=965253&r1=965252&r2=965253&view=diff
==============================================================================
--- felix/trunk/ipojo/arch-gogo/pom.xml (original)
+++ felix/trunk/ipojo/arch-gogo/pom.xml Sun Jul 18 16:07:20 2010
@@ -16,8 +16,7 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<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">
+<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>
@@ -29,7 +28,7 @@
     <name>Apache Felix iPOJO Arch Gogo Command</name>
     <artifactId>org.apache.felix.ipojo.arch.gogo</artifactId>
     <groupId>org.apache.felix</groupId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
 
     <description>
       Arch command to collect and print information about iPOJO instances.
@@ -142,4 +141,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.arch.gogo-1.0.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.arch.gogo-1.0.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.arch.gogo-1.0.0</url>
+  </scm>
 </project>