Author: cziegeler
Date: Mon Oct 17 13:29:34 2016
New Revision: 1765282

URL: http://svn.apache.org/viewvc?rev=1765282&view=rev
Log:
Use parent 29

Modified:
    sling/trunk/bundles/scripting/core/pom.xml

Modified: sling/trunk/bundles/scripting/core/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/core/pom.xml?rev=1765282&r1=1765281&r2=1765282&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/core/pom.xml (original)
+++ sling/trunk/bundles/scripting/core/pom.xml Mon Oct 17 13:29:34 2016
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>28</version>
+        <version>29</version>
         <relativePath />
     </parent>
 
@@ -80,8 +80,6 @@
             </plugin>
             <plugin>
                 <artifactId>maven-failsafe-plugin</artifactId>
-                <!-- don't update to 2.19 as PaxExam will fail to run 
correctly; might be related to PAXEXAM-741 -->
-                <version>2.18.1</version>
                 <executions>
                   <execution>
                     <goals>


Reply via email to