You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2017/03/28 21:31:28 UTC

svn commit: r1789245 - /sling/trunk/bundles/extensions/i18n/pom.xml

Author: pauls
Date: Tue Mar 28 21:31:28 2017
New Revision: 1789245

URL: http://svn.apache.org/viewvc?rev=1789245&view=rev
Log:
SLING-6741: Change the parent to sling 29 for now as otherwise the tests fail.

Modified:
    sling/trunk/bundles/extensions/i18n/pom.xml

Modified: sling/trunk/bundles/extensions/i18n/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/i18n/pom.xml?rev=1789245&r1=1789244&r2=1789245&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/i18n/pom.xml (original)
+++ sling/trunk/bundles/extensions/i18n/pom.xml Tue Mar 28 21:31:28 2017
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>30</version>
+        <version>29</version>
         <relativePath />
     </parent>