You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2014/05/30 11:54:30 UTC

svn commit: r1598531 - in /sling/trunk/tooling/ide: ./ api-test/ api/ artifacts/ eclipse-core/ eclipse-m2e-test/ eclipse-m2e-ui/ eclipse-test/ eclipse-ui/ feature/ impl-resource-test/ impl-resource/ impl-vlt-test/ impl-vlt/ m2e-feature/ p2update/ targe...

Author: rombert
Date: Fri May 30 09:54:29 2014
New Revision: 1598531

URL: http://svn.apache.org/r1598531
Log:
SLING-3620 - POM preparations for release

Add scm settings

Modified:
    sling/trunk/tooling/ide/api-test/pom.xml
    sling/trunk/tooling/ide/api/pom.xml
    sling/trunk/tooling/ide/artifacts/pom.xml
    sling/trunk/tooling/ide/eclipse-core/pom.xml
    sling/trunk/tooling/ide/eclipse-m2e-test/pom.xml
    sling/trunk/tooling/ide/eclipse-m2e-ui/pom.xml
    sling/trunk/tooling/ide/eclipse-test/pom.xml
    sling/trunk/tooling/ide/eclipse-ui/pom.xml
    sling/trunk/tooling/ide/feature/pom.xml
    sling/trunk/tooling/ide/impl-resource-test/pom.xml
    sling/trunk/tooling/ide/impl-resource/pom.xml
    sling/trunk/tooling/ide/impl-vlt-test/pom.xml
    sling/trunk/tooling/ide/impl-vlt/pom.xml
    sling/trunk/tooling/ide/m2e-feature/pom.xml
    sling/trunk/tooling/ide/p2update/pom.xml
    sling/trunk/tooling/ide/pom.xml
    sling/trunk/tooling/ide/target-definition/pom.xml
    sling/trunk/tooling/ide/vlt-wrapper/pom.xml

Modified: sling/trunk/tooling/ide/api-test/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/api-test/pom.xml?rev=1598531&r1=1598530&r2=1598531&view=diff
==============================================================================
--- sling/trunk/tooling/ide/api-test/pom.xml (original)
+++ sling/trunk/tooling/ide/api-test/pom.xml Fri May 30 09:54:29 2014
@@ -7,6 +7,13 @@
   </parent>
   <artifactId>org.apache.sling.ide.api-test</artifactId>
   <name>Sling IDE Tools: API Tests</name>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/ide/api-test</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/ide/api-test</developerConnection>
+    <url>http://svn.apache.org/viewvc/sling/trunk/tooling/ide/api-test</url>
+  </scm>
+
   <dependencies>
       <dependency>
           <groupId>junit</groupId>

Modified: sling/trunk/tooling/ide/api/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/api/pom.xml?rev=1598531&r1=1598530&r2=1598531&view=diff
==============================================================================
--- sling/trunk/tooling/ide/api/pom.xml (original)
+++ sling/trunk/tooling/ide/api/pom.xml Fri May 30 09:54:29 2014
@@ -10,4 +10,10 @@
   <artifactId>org.apache.sling.ide.api</artifactId>
   <packaging>eclipse-plugin</packaging>
   <name>Sling IDE Tools: API</name>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/ide/api</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/ide/api</developerConnection>
+    <url>http://svn.apache.org/viewvc/sling/trunk/tooling/ide/api</url>
+  </scm>
 </project>

Modified: sling/trunk/tooling/ide/artifacts/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/artifacts/pom.xml?rev=1598531&r1=1598530&r2=1598531&view=diff
==============================================================================
--- sling/trunk/tooling/ide/artifacts/pom.xml (original)
+++ sling/trunk/tooling/ide/artifacts/pom.xml Fri May 30 09:54:29 2014
@@ -11,6 +11,13 @@
     <artifactId>org.apache.sling.ide.artifacts</artifactId>
     <packaging>eclipse-plugin</packaging>
     <name>Sling IDE Tools: Embedded Artifacts</name>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/ide/artifacts</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/ide/artifacts</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/ide/artifacts</url>
+    </scm>
+
     <build>
         <plugins>
             <plugin>

Modified: sling/trunk/tooling/ide/eclipse-core/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-core/pom.xml?rev=1598531&r1=1598530&r2=1598531&view=diff
==============================================================================
--- sling/trunk/tooling/ide/eclipse-core/pom.xml (original)
+++ sling/trunk/tooling/ide/eclipse-core/pom.xml Fri May 30 09:54:29 2014
@@ -10,4 +10,10 @@
   <artifactId>org.apache.sling.ide.eclipse-core</artifactId>
   <packaging>eclipse-plugin</packaging>
   <name>Sling IDE Tools: Eclipse Core</name>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/ide/eclipse-core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/ide/eclipse-core</developerConnection>
+    <url>http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-core</url>
+  </scm>
 </project>

Modified: sling/trunk/tooling/ide/eclipse-m2e-test/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-m2e-test/pom.xml?rev=1598531&r1=1598530&r2=1598531&view=diff
==============================================================================
--- sling/trunk/tooling/ide/eclipse-m2e-test/pom.xml (original)
+++ sling/trunk/tooling/ide/eclipse-m2e-test/pom.xml Fri May 30 09:54:29 2014
@@ -10,4 +10,10 @@
   <artifactId>org.apache.sling.ide.eclipse-m2e-test</artifactId>
   <packaging>eclipse-test-plugin</packaging>
   <name>Sling IDE Tools: Eclipse M2Eclipse-based Tests</name>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/ide/eclipse-m2e-test</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/ide/eclipse-m2e-test</developerConnection>
+    <url>http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-m2e-test</url>
+  </scm>
 </project>

Modified: sling/trunk/tooling/ide/eclipse-m2e-ui/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-m2e-ui/pom.xml?rev=1598531&r1=1598530&r2=1598531&view=diff
==============================================================================
--- sling/trunk/tooling/ide/eclipse-m2e-ui/pom.xml (original)
+++ sling/trunk/tooling/ide/eclipse-m2e-ui/pom.xml Fri May 30 09:54:29 2014
@@ -10,6 +10,13 @@
   <artifactId>org.apache.sling.ide.eclipse-m2e-ui</artifactId>
   <packaging>eclipse-plugin</packaging>
   <name>Sling IDE Tools: Eclipse M2Eclipse-based UI</name>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/ide/eclipse-m2e-ui</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/ide/eclipse-m2e-ui</developerConnection>
+    <url>http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-m2e-ui</url>
+  </scm>
+
 <build>
     <resources>
       <resource>

Modified: sling/trunk/tooling/ide/eclipse-test/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-test/pom.xml?rev=1598531&r1=1598530&r2=1598531&view=diff
==============================================================================
--- sling/trunk/tooling/ide/eclipse-test/pom.xml (original)
+++ sling/trunk/tooling/ide/eclipse-test/pom.xml Fri May 30 09:54:29 2014
@@ -12,6 +12,12 @@
     <packaging>eclipse-test-plugin</packaging>
     <name>Sling IDE Tools: Eclipse Tests</name>
 
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/ide/eclipse-test</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/ide/eclipse-test</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-test</url>
+    </scm>
+
     <build>
         <plugins>
             <plugin>

Modified: sling/trunk/tooling/ide/eclipse-ui/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-ui/pom.xml?rev=1598531&r1=1598530&r2=1598531&view=diff
==============================================================================
--- sling/trunk/tooling/ide/eclipse-ui/pom.xml (original)
+++ sling/trunk/tooling/ide/eclipse-ui/pom.xml Fri May 30 09:54:29 2014
@@ -11,6 +11,12 @@
   <packaging>eclipse-plugin</packaging>
   <name>Sling IDE Tools: Eclipse UI</name>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/ide/eclipse-ui</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/ide/eclipse-ui</developerConnection>
+    <url>http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-ui</url>
+  </scm>
+
   <build>
     <resources>
       <resource>

Modified: sling/trunk/tooling/ide/feature/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/feature/pom.xml?rev=1598531&r1=1598530&r2=1598531&view=diff
==============================================================================
--- sling/trunk/tooling/ide/feature/pom.xml (original)
+++ sling/trunk/tooling/ide/feature/pom.xml Fri May 30 09:54:29 2014
@@ -10,4 +10,10 @@
   <artifactId>org.apache.sling.ide.feature</artifactId>
   <packaging>eclipse-feature</packaging>
   <name>Sling IDE Tools: Eclipse Feature</name>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/ide/feature</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/ide/feature</developerConnection>
+    <url>http://svn.apache.org/viewvc/sling/trunk/tooling/ide/feature</url>
+  </scm>
 </project>

Modified: sling/trunk/tooling/ide/impl-resource-test/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/impl-resource-test/pom.xml?rev=1598531&r1=1598530&r2=1598531&view=diff
==============================================================================
--- sling/trunk/tooling/ide/impl-resource-test/pom.xml (original)
+++ sling/trunk/tooling/ide/impl-resource-test/pom.xml Fri May 30 09:54:29 2014
@@ -7,6 +7,13 @@
   </parent>
   <artifactId>org.apache.sling.ide.impl-resource-test</artifactId>
   <name>Sling IDE Tools: Resource-based Implementation Tests</name>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/ide/impl-resource-test</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/ide/impl-resource-test</developerConnection>
+    <url>http://svn.apache.org/viewvc/sling/trunk/tooling/ide/impl-resource-test</url>
+  </scm>
+
   <dependencies>
       <dependency>
           <groupId>junit</groupId>

Modified: sling/trunk/tooling/ide/impl-resource/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/impl-resource/pom.xml?rev=1598531&r1=1598530&r2=1598531&view=diff
==============================================================================
--- sling/trunk/tooling/ide/impl-resource/pom.xml (original)
+++ sling/trunk/tooling/ide/impl-resource/pom.xml Fri May 30 09:54:29 2014
@@ -10,4 +10,10 @@
   <artifactId>org.apache.sling.ide.impl-resource</artifactId>
   <packaging>eclipse-plugin</packaging>
   <name>Sling IDE Tools: Resource-based Implementation</name>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/ide/impl-resource</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/ide/impl-resource</developerConnection>
+    <url>http://svn.apache.org/viewvc/sling/trunk/tooling/ide/impl-resource</url>
+  </scm>
 </project>

Modified: sling/trunk/tooling/ide/impl-vlt-test/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/impl-vlt-test/pom.xml?rev=1598531&r1=1598530&r2=1598531&view=diff
==============================================================================
--- sling/trunk/tooling/ide/impl-vlt-test/pom.xml (original)
+++ sling/trunk/tooling/ide/impl-vlt-test/pom.xml Fri May 30 09:54:29 2014
@@ -7,6 +7,13 @@
   </parent>
   <artifactId>org.apache.sling.ide.impl-vlt-test</artifactId>
   <name>Sling IDE Tools: FileVault Implementation Tests</name>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/ide/impl-vlt-test</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/ide/impl-vlt-test</developerConnection>
+    <url>http://svn.apache.org/viewvc/sling/trunk/tooling/ide/impl-vlt-test</url>
+  </scm>
+
   <dependencies>
       <dependency>
           <groupId>junit</groupId>

Modified: sling/trunk/tooling/ide/impl-vlt/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/impl-vlt/pom.xml?rev=1598531&r1=1598530&r2=1598531&view=diff
==============================================================================
--- sling/trunk/tooling/ide/impl-vlt/pom.xml (original)
+++ sling/trunk/tooling/ide/impl-vlt/pom.xml Fri May 30 09:54:29 2014
@@ -10,4 +10,10 @@
   <artifactId>org.apache.sling.ide.impl-vlt</artifactId>
   <packaging>eclipse-plugin</packaging>
   <name>Sling IDE Tools: FileVault implementation</name>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/ide/impl-vlt</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/ide/impl-vlt</developerConnection>
+    <url>http://svn.apache.org/viewvc/sling/trunk/tooling/ide/impl-vlt</url>
+  </scm>
 </project>

Modified: sling/trunk/tooling/ide/m2e-feature/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/m2e-feature/pom.xml?rev=1598531&r1=1598530&r2=1598531&view=diff
==============================================================================
--- sling/trunk/tooling/ide/m2e-feature/pom.xml (original)
+++ sling/trunk/tooling/ide/m2e-feature/pom.xml Fri May 30 09:54:29 2014
@@ -10,4 +10,10 @@
   <artifactId>org.apache.sling.ide.m2e-feature</artifactId>
   <packaging>eclipse-feature</packaging>
   <name>Sling IDE Tools: M2Eclipse-based Feature</name>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/ide/m2e-feature</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/ide/m2e-feature</developerConnection>
+    <url>http://svn.apache.org/viewvc/sling/trunk/tooling/ide/m2e-feature</url>
+  </scm>
 </project>

Modified: sling/trunk/tooling/ide/p2update/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/p2update/pom.xml?rev=1598531&r1=1598530&r2=1598531&view=diff
==============================================================================
--- sling/trunk/tooling/ide/p2update/pom.xml (original)
+++ sling/trunk/tooling/ide/p2update/pom.xml Fri May 30 09:54:29 2014
@@ -11,6 +11,12 @@
   <packaging>eclipse-repository</packaging>
   <name>Sling IDE Tools: Update Site</name>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/ide/p2update</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/ide/p2update</developerConnection>
+    <url>http://svn.apache.org/viewvc/sling/trunk/tooling/ide/p2update</url>
+  </scm>
+
   <build>
     <plugins>
       <plugin>

Modified: sling/trunk/tooling/ide/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/pom.xml?rev=1598531&r1=1598530&r2=1598531&view=diff
==============================================================================
--- sling/trunk/tooling/ide/pom.xml (original)
+++ sling/trunk/tooling/ide/pom.xml Fri May 30 09:54:29 2014
@@ -15,6 +15,12 @@
 	<name>Sling IDE Tools: Reactor</name>
     <url>http://sling.apache.org</url>
     
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/ide</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/ide</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/ide</url>
+    </scm>
+
 	<modules>
 		<module>target-definition</module>
 		<module>api</module>

Modified: sling/trunk/tooling/ide/target-definition/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/target-definition/pom.xml?rev=1598531&r1=1598530&r2=1598531&view=diff
==============================================================================
--- sling/trunk/tooling/ide/target-definition/pom.xml (original)
+++ sling/trunk/tooling/ide/target-definition/pom.xml Fri May 30 09:54:29 2014
@@ -11,4 +11,10 @@
   <artifactId>org.apache.sling.ide.target-definition</artifactId>
   <packaging>eclipse-target-definition</packaging>
   <name>Sling IDE Tools: Target definition</name>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/ide/target-definition</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/ide/target-definition</developerConnection>
+    <url>http://svn.apache.org/viewvc/sling/trunk/tooling/ide/target-definition</url>
+  </scm>
 </project>

Modified: sling/trunk/tooling/ide/vlt-wrapper/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/vlt-wrapper/pom.xml?rev=1598531&r1=1598530&r2=1598531&view=diff
==============================================================================
--- sling/trunk/tooling/ide/vlt-wrapper/pom.xml (original)
+++ sling/trunk/tooling/ide/vlt-wrapper/pom.xml Fri May 30 09:54:29 2014
@@ -11,6 +11,12 @@
   <packaging>eclipse-plugin</packaging>
   <name>Sling IDE Tools: FileVault wrapper</name>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/ide/vlt-wrapper</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/ide/vlt-wrapper</developerConnection>
+    <url>http://svn.apache.org/viewvc/sling/trunk/tooling/ide/vlt-wrapper</url>
+  </scm>
+
     <build>
         <plugins>
             <plugin>