You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2014/01/24 11:49:12 UTC

svn commit: r1560940 - in /sling/trunk: pom.xml testing/sling-pax-util/pom.xml

Author: bdelacretaz
Date: Fri Jan 24 10:49:12 2014
New Revision: 1560940

URL: http://svn.apache.org/r1560940
Log:
SLING-2788 - move sling-pax-util under testing

Modified:
    sling/trunk/pom.xml
    sling/trunk/testing/sling-pax-util/pom.xml

Modified: sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1560940&r1=1560939&r2=1560940&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Fri Jan 24 10:49:12 2014
@@ -196,6 +196,7 @@
         <module>testing/junit/healthcheck</module>
         <module>testing/junit/remote</module>
         <module>testing/resourceresolver-mock</module>
+        <module>testing/sling-pax-util</module>
         
         <!-- Installer -->
         <module>installer/core</module>

Modified: sling/trunk/testing/sling-pax-util/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/sling-pax-util/pom.xml?rev=1560940&r1=1560939&r2=1560940&view=diff
==============================================================================
--- sling/trunk/testing/sling-pax-util/pom.xml (original)
+++ sling/trunk/testing/sling-pax-util/pom.xml Fri Jan 24 10:49:12 2014
@@ -26,7 +26,7 @@
     <version>1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
-    <name>Sling Pax Exam Utilities</name>
+    <name>Apache Sling Pax Exam Utilities</name>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>