You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2009/06/18 12:11:51 UTC

svn commit: r785998 - in /sling/whiteboard: assembly/ configresource/ fmeschbe/launchpad/base/src/main/resources/META-INF/ fmeschbe/launchpad/base/src/main/webapp/WEB-INF/ fmeschbe/servlet_resolver/src/main/resources/META-INF/ fmeschbe/startlevel/src/m...

Author: cziegeler
Date: Thu Jun 18 10:11:45 2009
New Revision: 785998

URL: http://svn.apache.org/viewvc?rev=785998&view=rev
Log:
SLING-1011 : Remove disclaimer, addjust svn location and version for some projects in whiteboard

Removed:
    sling/whiteboard/assembly/DISCLAIMER
    sling/whiteboard/fmeschbe/launchpad/base/src/main/resources/META-INF/DISCLAIMER
    sling/whiteboard/fmeschbe/launchpad/base/src/main/webapp/WEB-INF/DISCLAIMER
    sling/whiteboard/fmeschbe/servlet_resolver/src/main/resources/META-INF/DISCLAIMER
    sling/whiteboard/fmeschbe/startlevel/src/main/resources/META-INF/DISCLAIMER
    sling/whiteboard/jvazquez/org.apache.sling.scripting.xproc/src/main/resources/META-INF/DISCLAIMER
    sling/whiteboard/maven-slingassembly-plugin/DISCLAIMER
    sling/whiteboard/portal/container-api/src/main/resources/META-INF/DISCLAIMER
    sling/whiteboard/portal/container-fragment/src/main/resources/META-INF/DISCLAIMER
    sling/whiteboard/portal/container/src/main/resources/META-INF/DISCLAIMER
    sling/whiteboard/portal/portlet-fragment/src/main/resources/META-INF/DISCLAIMER
Modified:
    sling/whiteboard/assembly/pom.xml
    sling/whiteboard/configresource/pom.xml
    sling/whiteboard/maven-slingassembly-plugin/pom.xml
    sling/whiteboard/portal/container-api/pom.xml
    sling/whiteboard/portal/container-fragment/pom.xml
    sling/whiteboard/portal/container/pom.xml
    sling/whiteboard/portal/portlet-fragment/pom.xml

Modified: sling/whiteboard/assembly/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/assembly/pom.xml?rev=785998&r1=785997&r2=785998&view=diff
==============================================================================
--- sling/whiteboard/assembly/pom.xml (original)
+++ sling/whiteboard/assembly/pom.xml Thu Jun 18 10:11:45 2009
@@ -23,13 +23,12 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>1-incubator-SNAPSHOT</version>
-        <relativePath>../../parent/pom.xml</relativePath>
+        <version>5-incubator</version>
     </parent>
 
     <artifactId>org.apache.sling.osgi.assembly</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.0-incubator-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
 
     <name>Sling - Assembly Packaging</name>
     <description>
@@ -40,13 +39,13 @@
 
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/incubator/sling/whiteboard/assembly
+            scm:svn:http://svn.apache.org/repos/asf/sling/whiteboard/assembly
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/incubator/sling/whiteboard/assembly
+            scm:svn:https://svn.apache.org/repos/asf/sling/whiteboard/assembly
         </developerConnection>
         <url>
-            http://svn.apache.org/viewvc/incubator/sling/whiteboard/assembly
+            http://svn.apache.org/viewvc/sling/whiteboard/assembly
         </url>
     </scm>
 

Modified: sling/whiteboard/configresource/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/configresource/pom.xml?rev=785998&r1=785997&r2=785998&view=diff
==============================================================================
--- sling/whiteboard/configresource/pom.xml (original)
+++ sling/whiteboard/configresource/pom.xml Thu Jun 18 10:11:45 2009
@@ -22,13 +22,12 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>5-incubator-SNAPSHOT</version>
-        <relativePath>../../parent/pom.xml</relativePath>
+        <version>5-incubator</version>
     </parent>
 
     <artifactId>org.apache.sling.configresource</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-incubator-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
 
     <name>Sling - ConfigAdmin Resource Provider</name>
     <description>
@@ -37,9 +36,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/samples/configresource</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/samples/configresource</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/sling/trunk/samples/configresource</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/samples/configresource</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/samples/configresource</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/samples/configresource</url>
     </scm>
 
     <build>
@@ -87,7 +86,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.0.3-incubator-SNAPSHOT</version>
+            <version>2.0.4-incubator</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>

Modified: sling/whiteboard/maven-slingassembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/maven-slingassembly-plugin/pom.xml?rev=785998&r1=785997&r2=785998&view=diff
==============================================================================
--- sling/whiteboard/maven-slingassembly-plugin/pom.xml (original)
+++ sling/whiteboard/maven-slingassembly-plugin/pom.xml Thu Jun 18 10:11:45 2009
@@ -23,13 +23,12 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>1-incubator-SNAPSHOT</version>
-        <relativePath>../../parent/pom.xml</relativePath>
+        <version>5-incubator</version>
     </parent>
 
     <groupId>org.apache.sling</groupId>
     <artifactId>maven-slingassembly-plugin</artifactId>
-    <version>2.0.0-incubator-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <name>Sling - Maven Plugin for Supporting Bundle Development</name>
@@ -39,13 +38,13 @@
 
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/incubator/sling/whiteboard/maven-slingassembly-plugin
+            scm:svn:http://svn.apache.org/repos/asf/sling/whiteboard/maven-slingassembly-plugin
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/incubator/sling/whiteboard/maven-slingassembly-plugin
+            scm:svn:https://svn.apache.org/repos/asf/sling/whiteboard/maven-slingassembly-plugin
         </developerConnection>
         <url>
-            http://svn.apache.org/viewvc/incubator/sling/whiteboard/maven-slingassembly-plugin
+            http://svn.apache.org/viewvc/sling/whiteboard/maven-slingassembly-plugin
         </url>
     </scm>
 

Modified: sling/whiteboard/portal/container-api/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/portal/container-api/pom.xml?rev=785998&r1=785997&r2=785998&view=diff
==============================================================================
--- sling/whiteboard/portal/container-api/pom.xml (original)
+++ sling/whiteboard/portal/container-api/pom.xml Thu Jun 18 10:11:45 2009
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.sling.portal</groupId>
     <artifactId>org.apache.sling.portal.container.api</artifactId>
-    <version>0.1.0-incubator-SNAPSHOT</version>
+    <version>0.1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Apache Sling Portal Container API</name>
@@ -37,9 +37,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/whiteboard/portal/container-api</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/whiteboard/portal/container-api</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/sling/whiteboard/portal/container-api</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/whiteboard/portal/container-api</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/whiteboard/portal/container-api</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/whiteboard/portal/container-api</url>
     </scm>
 
     <!-- ====================================================================== -->

Modified: sling/whiteboard/portal/container-fragment/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/portal/container-fragment/pom.xml?rev=785998&r1=785997&r2=785998&view=diff
==============================================================================
--- sling/whiteboard/portal/container-fragment/pom.xml (original)
+++ sling/whiteboard/portal/container-fragment/pom.xml Thu Jun 18 10:11:45 2009
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.sling.portal</groupId>
     <artifactId>org.apache.sling.portal.container.fragment</artifactId>
-    <version>0.1.0-incubator-SNAPSHOT</version>
+    <version>0.1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Apache Sling Portal Container API Fragment Bundle</name>
@@ -37,9 +37,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/whiteboard/portal/container-fragment</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/whiteboard/portal/container-fragment</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/sling/whiteboard/portal/container-fragment</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/whiteboard/portal/container-fragment</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/whiteboard/portal/container-fragment</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/whiteboard/portal/container-fragment</url>
     </scm>
 
     <!-- ====================================================================== -->

Modified: sling/whiteboard/portal/container/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/portal/container/pom.xml?rev=785998&r1=785997&r2=785998&view=diff
==============================================================================
--- sling/whiteboard/portal/container/pom.xml (original)
+++ sling/whiteboard/portal/container/pom.xml Thu Jun 18 10:11:45 2009
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.sling.portal</groupId>
     <artifactId>org.apache.sling.portal.container</artifactId>
-    <version>0.1.0-incubator-SNAPSHOT</version>
+    <version>0.1.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Portal Container</name>
@@ -37,9 +37,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/whiteboard/portal/container</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/whiteboard/portal/container</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/sling/whiteboard/portal/container</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/whiteboard/portal/container</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/whiteboard/portal/container</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/whiteboard/portal/container</url>
     </scm>
 
     <!-- ====================================================================== -->
@@ -129,7 +129,7 @@
         <dependency>
             <groupId>org.apache.sling.portal</groupId>
             <artifactId>org.apache.sling.portal.container.api</artifactId>
-            <version>0.1.0-incubator-SNAPSHOT</version>
+            <version>0.1.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>
@@ -196,7 +196,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.rewriter</artifactId>
-            <version>0.7.0-incubator-SNAPSHOT</version>
+            <version>0.7.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Modified: sling/whiteboard/portal/portlet-fragment/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/portal/portlet-fragment/pom.xml?rev=785998&r1=785997&r2=785998&view=diff
==============================================================================
--- sling/whiteboard/portal/portlet-fragment/pom.xml (original)
+++ sling/whiteboard/portal/portlet-fragment/pom.xml Thu Jun 18 10:11:45 2009
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.sling.portal</groupId>
     <artifactId>org.apache.sling.portal.portlet.fragment</artifactId>
-    <version>0.1.0-incubator-SNAPSHOT</version>
+    <version>0.1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Apache Sling Portal Portlet API Fragment Bundle</name>
@@ -37,9 +37,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/whiteboard/portal/portlet-fragment</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/whiteboard/portal/portlet-fragment</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/sling/whiteboard/portal/portlet-fragment</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/whiteboard/portal/portlet-fragment</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/whiteboard/portal/portlet-fragment</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/whiteboard/portal/portlet-fragment</url>
     </scm>
 
     <!-- ====================================================================== -->