This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new f1979f5  releng: Use Parent POM 47
f1979f5 is described below

commit f1979f552199ca1c8e82ebd70d15f7a79980ca83
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Jan 26 17:45:48 2022 +0100

    releng: Use Parent POM 47
---
 pom.xml | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 06062dc..90d1df2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>39</version>
+        <version>47</version>
         <relativePath/>
     </parent>
 
@@ -53,6 +53,8 @@
         <docker.skip>true</docker.skip>
         <mongo.container.image>mongo:4.4.6</mongo.container.image>
         <it.startTimeoutSeconds>60</it.startTimeoutSeconds>
+        <!-- used for reproducible builds 
(https://maven.apache.org/guides/mini/guide-reproducible-builds.htm), 
automatically updated during release -->
+        <project.build.outputTimestamp>20</project.build.outputTimestamp>
     </properties>
 
     <build>
@@ -74,17 +76,6 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>ianal-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>verify-legal-files</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <artifactId>maven-clean-plugin</artifactId>
                 <configuration>
                     <filesets>

Reply via email to