You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2017/02/27 09:11:01 UTC

svn commit: r1784513 - /sling/trunk/bundles/extensions/validation/core/pom.xml

Author: kwin
Date: Mon Feb 27 09:11:01 2017
New Revision: 1784513

URL: http://svn.apache.org/viewvc?rev=1784513&view=rev
Log:
use latest released parent, use lowest version of serviceresolver possible, ignore repository for rat checks

Modified:
    sling/trunk/bundles/extensions/validation/core/pom.xml

Modified: sling/trunk/bundles/extensions/validation/core/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/validation/core/pom.xml?rev=1784513&r1=1784512&r2=1784513&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/validation/core/pom.xml (original)
+++ sling/trunk/bundles/extensions/validation/core/pom.xml Mon Feb 27 09:11:01 2017
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>30-SNAPSHOT</version>
+        <version>29</version>
         <relativePath/>
     </parent>
 
@@ -91,6 +91,16 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes combine.children="append">
+                        <!-- sling-home used by paxexam is outside of target -->
+                        <exclude>sling/*</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
     <dependencies>
@@ -129,7 +139,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.serviceusermapper</artifactId>
-            <version>1.2.4</version>
+            <version>1.2.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>