Author: rombert
Date: Thu Jun 25 13:17:57 2015
New Revision: 1687512

URL: http://svn.apache.org/r1687512
Log:
samples/mail-archive: use latest parent

Modified:
    sling/trunk/samples/mail-archive/james-wrapper/pom.xml
    sling/trunk/samples/mail-archive/server/pom.xml
    sling/trunk/samples/mail-archive/stats/pom.xml
    sling/trunk/samples/mail-archive/ui/pom.xml

Modified: sling/trunk/samples/mail-archive/james-wrapper/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/samples/mail-archive/james-wrapper/pom.xml?rev=1687512&r1=1687511&r2=1687512&view=diff
==============================================================================
--- sling/trunk/samples/mail-archive/james-wrapper/pom.xml (original)
+++ sling/trunk/samples/mail-archive/james-wrapper/pom.xml Thu Jun 25 13:17:57 
2015
@@ -22,7 +22,8 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>18</version>
+        <version>23</version>
+        <relativePath />
     </parent>
 
     <groupId>org.apache.sling</groupId>
@@ -32,10 +33,6 @@
     <name>Apache Sling Mail Archive Server - Apache James Wrapper</name>
     <description>Wraps the Apache James libraries  until newer James bundles 
are released</description>
 
-    <properties>
-        <sling.java.version>6</sling.java.version>
-    </properties>
-
     <build>
         <plugins>
             <plugin>

Modified: sling/trunk/samples/mail-archive/server/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/samples/mail-archive/server/pom.xml?rev=1687512&r1=1687511&r2=1687512&view=diff
==============================================================================
--- sling/trunk/samples/mail-archive/server/pom.xml (original)
+++ sling/trunk/samples/mail-archive/server/pom.xml Thu Jun 25 13:17:57 2015
@@ -22,7 +22,8 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>18</version>
+        <version>23</version>
+        <relativePath />
     </parent>
 
     <groupId>org.apache.sling</groupId>
@@ -32,11 +33,6 @@
     <name>Apache Sling Mail Archive Server</name>
     <description>Server is designed to archive messages of mailing lists and 
allows convenient search and navigation through them.</description>
 
-    <properties>
-        <sling.java.version>6</sling.java.version>
-    </properties>
-
-
     <build>
         <plugins>
             <plugin>
@@ -65,7 +61,6 @@
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
-                <version>0.6.2.201302030002</version>
                 <executions>
                     <execution>
                         <id>prepare-agent</id>

Modified: sling/trunk/samples/mail-archive/stats/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/samples/mail-archive/stats/pom.xml?rev=1687512&r1=1687511&r2=1687512&view=diff
==============================================================================
--- sling/trunk/samples/mail-archive/stats/pom.xml (original)
+++ sling/trunk/samples/mail-archive/stats/pom.xml Thu Jun 25 13:17:57 2015
@@ -24,7 +24,8 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>18</version>
+        <version>23</version>
+        <relativePath />
     </parent>
 
     <groupId>org.apache.sling</groupId>
@@ -39,10 +40,6 @@
         Stats module for the mail archive server
     </description>
 
-    <properties>
-        <sling.java.version>6</sling.java.version>
-    </properties>
-
     <build>
         <plugins>
             <plugin>

Modified: sling/trunk/samples/mail-archive/ui/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/samples/mail-archive/ui/pom.xml?rev=1687512&r1=1687511&r2=1687512&view=diff
==============================================================================
--- sling/trunk/samples/mail-archive/ui/pom.xml (original)
+++ sling/trunk/samples/mail-archive/ui/pom.xml Thu Jun 25 13:17:57 2015
@@ -22,7 +22,8 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>18</version>
+        <version>23</version>
+        <relativePath />
     </parent>
 
     <groupId>org.apache.sling</groupId>
@@ -32,10 +33,6 @@
     <name>Apache Sling Mail Archive Server UI</name>
     <description>User interface for Mail Archive Server.</description>
 
-    <properties>
-        <sling.java.version>6</sling.java.version>
-    </properties>
-
     <build>
         <plugins>
             <plugin>


Reply via email to