You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2015/07/07 10:09:19 UTC

svn commit: r1689593 [2/2] - in /sling/trunk: bundles/api/ bundles/auth/core/ bundles/auth/form/ bundles/commons/classloader/ bundles/commons/compiler/ bundles/commons/fsclassloader/ bundles/commons/json/ bundles/commons/log/ bundles/commons/logservice...

Modified: sling/trunk/samples/webloader/ui/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/samples/webloader/ui/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/samples/webloader/ui/pom.xml (original)
+++ sling/trunk/samples/webloader/ui/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
+        <version>24</version>
         <relativePath/>
     </parent>
 

Modified: sling/trunk/testing/junit/core/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/core/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/testing/junit/core/pom.xml (original)
+++ sling/trunk/testing/junit/core/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
+        <version>24</version>
         <relativePath/>
     </parent>
 

Modified: sling/trunk/testing/junit/healthcheck/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/healthcheck/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/testing/junit/healthcheck/pom.xml (original)
+++ sling/trunk/testing/junit/healthcheck/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
+        <version>24</version>
         <relativePath/>
     </parent>
 

Modified: sling/trunk/testing/junit/performance/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/performance/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/testing/junit/performance/pom.xml (original)
+++ sling/trunk/testing/junit/performance/pom.xml Tue Jul  7 08:09:17 2015
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
+        <version>24</version>
         <relativePath/>
     </parent>
 

Modified: sling/trunk/testing/junit/remote/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/remote/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/testing/junit/remote/pom.xml (original)
+++ sling/trunk/testing/junit/remote/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
+        <version>24</version>
         <relativePath/>
     </parent>
 

Modified: sling/trunk/testing/junit/scriptable/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/scriptable/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/testing/junit/scriptable/pom.xml (original)
+++ sling/trunk/testing/junit/scriptable/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
+        <version>24</version>
         <relativePath/>
     </parent>
 

Modified: sling/trunk/testing/mocks/jcr-mock/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/mocks/jcr-mock/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/testing/mocks/jcr-mock/pom.xml (original)
+++ sling/trunk/testing/mocks/jcr-mock/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,8 +23,8 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
-        <relativePath />
+        <version>24</version>
+        <relativePath/>
     </parent>
 
     <artifactId>org.apache.sling.testing.jcr-mock</artifactId>

Modified: sling/trunk/testing/mocks/logging-mock/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/mocks/logging-mock/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/testing/mocks/logging-mock/pom.xml (original)
+++ sling/trunk/testing/mocks/logging-mock/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,8 +23,8 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
-        <relativePath />
+        <version>24</version>
+        <relativePath/>
     </parent>
 
     <artifactId>org.apache.sling.testing.logging-mock</artifactId>

Modified: sling/trunk/testing/mocks/osgi-mock/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/mocks/osgi-mock/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/testing/mocks/osgi-mock/pom.xml (original)
+++ sling/trunk/testing/mocks/osgi-mock/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,8 +23,8 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
-        <relativePath />
+        <version>24</version>
+        <relativePath/>
     </parent>
 
     <artifactId>org.apache.sling.testing.osgi-mock</artifactId>

Modified: sling/trunk/testing/mocks/resourceresolver-mock/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/mocks/resourceresolver-mock/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/testing/mocks/resourceresolver-mock/pom.xml (original)
+++ sling/trunk/testing/mocks/resourceresolver-mock/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,8 +23,8 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
-        <relativePath />
+        <version>24</version>
+        <relativePath/>
     </parent>
 
     <artifactId>org.apache.sling.testing.resourceresolver-mock</artifactId>

Modified: sling/trunk/testing/mocks/sling-mock-jackrabbit/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/mocks/sling-mock-jackrabbit/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/testing/mocks/sling-mock-jackrabbit/pom.xml (original)
+++ sling/trunk/testing/mocks/sling-mock-jackrabbit/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
+        <version>24</version>
         <relativePath/>
     </parent>
 

Modified: sling/trunk/testing/mocks/sling-mock-oak/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/mocks/sling-mock-oak/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/testing/mocks/sling-mock-oak/pom.xml (original)
+++ sling/trunk/testing/mocks/sling-mock-oak/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
+        <version>24</version>
         <relativePath/>
     </parent>
 

Modified: sling/trunk/testing/mocks/sling-mock/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/mocks/sling-mock/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/testing/mocks/sling-mock/pom.xml (original)
+++ sling/trunk/testing/mocks/sling-mock/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,8 +23,8 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
-        <relativePath />
+        <version>24</version>
+        <relativePath/>
     </parent>
 
     <artifactId>org.apache.sling.testing.sling-mock</artifactId>

Modified: sling/trunk/testing/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/testing/pom.xml (original)
+++ sling/trunk/testing/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
-    <version>23</version>
+    <version>24</version>
     <relativePath/>
   </parent>
 

Modified: sling/trunk/testing/samples/failing-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/samples/failing-tests/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/testing/samples/failing-tests/pom.xml (original)
+++ sling/trunk/testing/samples/failing-tests/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
+        <version>24</version>
         <relativePath/>
     </parent>
 

Modified: sling/trunk/testing/samples/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/samples/integration-tests/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/testing/samples/integration-tests/pom.xml (original)
+++ sling/trunk/testing/samples/integration-tests/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
+        <version>24</version>
         <relativePath/>
     </parent>
 

Modified: sling/trunk/testing/samples/sample-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/samples/sample-tests/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/testing/samples/sample-tests/pom.xml (original)
+++ sling/trunk/testing/samples/sample-tests/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
+        <version>24</version>
         <relativePath/>
     </parent>
 

Modified: sling/trunk/testing/sling-pax-util/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/sling-pax-util/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/testing/sling-pax-util/pom.xml (original)
+++ sling/trunk/testing/sling-pax-util/pom.xml Tue Jul  7 08:09:17 2015
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
+        <version>24</version>
         <relativePath/>
     </parent>
 

Modified: sling/trunk/testing/tools/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/tools/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/testing/tools/pom.xml (original)
+++ sling/trunk/testing/tools/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
+        <version>24</version>
         <relativePath/>
     </parent>
 

Modified: sling/trunk/tooling/maven/adapter-annotations/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/maven/adapter-annotations/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/tooling/maven/adapter-annotations/pom.xml (original)
+++ sling/trunk/tooling/maven/adapter-annotations/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>sling</artifactId>
         <groupId>org.apache.sling</groupId>
-        <version>23</version>
+        <version>24</version>
         <relativePath/>
     </parent>
     <groupId>org.apache.sling</groupId>

Modified: sling/trunk/tooling/maven/maven-jcrocm-plugin/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-jcrocm-plugin/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/tooling/maven/maven-jcrocm-plugin/pom.xml (original)
+++ sling/trunk/tooling/maven/maven-jcrocm-plugin/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.sling</groupId>
 		<artifactId>sling</artifactId>
-		<version>23</version>
+		<version>24</version>
 		<relativePath/>
 	</parent>
 

Modified: sling/trunk/tooling/maven/maven-jspc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-jspc-plugin/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/tooling/maven/maven-jspc-plugin/pom.xml (original)
+++ sling/trunk/tooling/maven/maven-jspc-plugin/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
+        <version>24</version>
         <relativePath/>
     </parent>
 

Modified: sling/trunk/tooling/maven/maven-launchpad-plugin/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-launchpad-plugin/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/tooling/maven/maven-launchpad-plugin/pom.xml (original)
+++ sling/trunk/tooling/maven/maven-launchpad-plugin/pom.xml Tue Jul  7 08:09:17 2015
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
+        <version>24</version>
         <relativePath/>
     </parent>
 

Modified: sling/trunk/tooling/maven/maven-sling-plugin/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-sling-plugin/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/tooling/maven/maven-sling-plugin/pom.xml (original)
+++ sling/trunk/tooling/maven/maven-sling-plugin/pom.xml Tue Jul  7 08:09:17 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
+        <version>24</version>
         <relativePath/>
     </parent>
 

Modified: sling/trunk/tooling/maven/slingstart-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/maven/slingstart-maven-plugin/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/tooling/maven/slingstart-maven-plugin/pom.xml (original)
+++ sling/trunk/tooling/maven/slingstart-maven-plugin/pom.xml Tue Jul  7 08:09:17 2015
@@ -17,8 +17,8 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
-        <relativePath />
+        <version>24</version>
+        <relativePath/>
     </parent>
 
     <artifactId>slingstart-maven-plugin</artifactId>

Modified: sling/trunk/tooling/support/provisioning-model/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/support/provisioning-model/pom.xml?rev=1689593&r1=1689592&r2=1689593&view=diff
==============================================================================
--- sling/trunk/tooling/support/provisioning-model/pom.xml (original)
+++ sling/trunk/tooling/support/provisioning-model/pom.xml Tue Jul  7 08:09:17 2015
@@ -17,8 +17,8 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>23</version>
-        <relativePath />
+        <version>24</version>
+        <relativePath/>
     </parent>
 
     <artifactId>org.apache.sling.provisioning.model</artifactId>