You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by my...@apache.org on 2010/10/25 11:45:31 UTC

svn commit: r1027011 - /sling/trunk/bundles/extensions/explorer/pom.xml

Author: mykee
Date: Mon Oct 25 09:45:31 2010
New Revision: 1027011

URL: http://svn.apache.org/viewvc?rev=1027011&view=rev
Log:
[maven-release-plugin] prepare release org.apache.sling.extensions.explorer-1.0.0

Modified:
    sling/trunk/bundles/extensions/explorer/pom.xml

Modified: sling/trunk/bundles/extensions/explorer/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/explorer/pom.xml?rev=1027011&r1=1027010&r2=1027011&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/explorer/pom.xml (original)
+++ sling/trunk/bundles/extensions/explorer/pom.xml Mon Oct 25 09:45:31 2010
@@ -21,14 +21,14 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>10-SNAPSHOT</version>
+        <version>9</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.sling</groupId>
     <artifactId>org.apache.sling.extensions.explorer
     </artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Explorer</name>
@@ -37,9 +37,9 @@
     </description>
         
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/explorer</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/explorer</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/explorer</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.extensions.explorer-1.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.extensions.explorer-1.0.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.extensions.explorer-1.0.0</url>
     </scm>
 
     <build>