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 2013/09/26 15:34:43 UTC

svn commit: r1526484 - in /sling/trunk/bundles/extensions/healthcheck: core/pom.xml it/pom.xml jmx/pom.xml pom.xml samples/pom.xml support/pom.xml webconsole/pom.xml

Author: bdelacretaz
Date: Thu Sep 26 13:34:43 2013
New Revision: 1526484

URL: http://svn.apache.org/r1526484
Log:
SLING-3127 - use latest parent pom

Modified:
    sling/trunk/bundles/extensions/healthcheck/core/pom.xml
    sling/trunk/bundles/extensions/healthcheck/it/pom.xml
    sling/trunk/bundles/extensions/healthcheck/jmx/pom.xml
    sling/trunk/bundles/extensions/healthcheck/pom.xml
    sling/trunk/bundles/extensions/healthcheck/samples/pom.xml
    sling/trunk/bundles/extensions/healthcheck/support/pom.xml
    sling/trunk/bundles/extensions/healthcheck/webconsole/pom.xml

Modified: sling/trunk/bundles/extensions/healthcheck/core/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/healthcheck/core/pom.xml?rev=1526484&r1=1526483&r2=1526484&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/healthcheck/core/pom.xml (original)
+++ sling/trunk/bundles/extensions/healthcheck/core/pom.xml Thu Sep 26 13:34:43 2013
@@ -9,8 +9,8 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>17</version>
-        <relativePath/>
+        <version>18</version>
+        <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.sling</groupId>

Modified: sling/trunk/bundles/extensions/healthcheck/it/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/healthcheck/it/pom.xml?rev=1526484&r1=1526483&r2=1526484&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/healthcheck/it/pom.xml (original)
+++ sling/trunk/bundles/extensions/healthcheck/it/pom.xml Thu Sep 26 13:34:43 2013
@@ -9,8 +9,8 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>17</version>
-        <relativePath/>
+        <version>18</version>
+        <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.sling</groupId>

Modified: sling/trunk/bundles/extensions/healthcheck/jmx/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/healthcheck/jmx/pom.xml?rev=1526484&r1=1526483&r2=1526484&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/healthcheck/jmx/pom.xml (original)
+++ sling/trunk/bundles/extensions/healthcheck/jmx/pom.xml Thu Sep 26 13:34:43 2013
@@ -9,8 +9,8 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>17</version>
-        <relativePath/>
+        <version>18</version>
+        <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.sling</groupId>

Modified: sling/trunk/bundles/extensions/healthcheck/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/healthcheck/pom.xml?rev=1526484&r1=1526483&r2=1526484&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/healthcheck/pom.xml (original)
+++ sling/trunk/bundles/extensions/healthcheck/pom.xml Thu Sep 26 13:34:43 2013
@@ -9,8 +9,8 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>16</version>
-        <relativePath />
+        <version>18</version>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.sling</groupId>

Modified: sling/trunk/bundles/extensions/healthcheck/samples/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/healthcheck/samples/pom.xml?rev=1526484&r1=1526483&r2=1526484&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/healthcheck/samples/pom.xml (original)
+++ sling/trunk/bundles/extensions/healthcheck/samples/pom.xml Thu Sep 26 13:34:43 2013
@@ -9,8 +9,8 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>17</version>
-        <relativePath/>
+        <version>18</version>
+        <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.sling</groupId>

Modified: sling/trunk/bundles/extensions/healthcheck/support/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/healthcheck/support/pom.xml?rev=1526484&r1=1526483&r2=1526484&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/healthcheck/support/pom.xml (original)
+++ sling/trunk/bundles/extensions/healthcheck/support/pom.xml Thu Sep 26 13:34:43 2013
@@ -9,8 +9,8 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>17</version>
-        <relativePath/>
+        <version>18</version>
+        <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.sling</groupId>

Modified: sling/trunk/bundles/extensions/healthcheck/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/healthcheck/webconsole/pom.xml?rev=1526484&r1=1526483&r2=1526484&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/healthcheck/webconsole/pom.xml (original)
+++ sling/trunk/bundles/extensions/healthcheck/webconsole/pom.xml Thu Sep 26 13:34:43 2013
@@ -9,8 +9,8 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>17</version>
-        <relativePath/>
+        <version>18</version>
+        <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.sling</groupId>