You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2021/08/07 21:53:32 UTC

[sling-org-apache-sling-scripting-sightly-testing] branch master updated: SLING-10714 Update to Sling Bundle Parent 44

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

enorman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e641b8  SLING-10714 Update to Sling Bundle Parent 44
9e641b8 is described below

commit 9e641b8e9cbbdb9a00b3d76f5d40f13c8f3a544b
Author: Eric Norman <en...@apache.org>
AuthorDate: Sat Aug 7 14:53:21 2021 -0700

    SLING-10714 Update to Sling Bundle Parent 44
---
 pom.xml | 41 ++++++++++++++++++++++++++++++++++++++---
 1 file changed, 38 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 523afeb..b553fa2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>38</version>
+        <version>44</version>
         <relativePath />
     </parent>
 
@@ -73,6 +73,8 @@
         -->
         <debug.options />
         <keepInstanceRunning>false</keepInstanceRunning>
+
+        <project.build.outputTimestamp>2021-04-23T16:34:16Z</project.build.outputTimestamp>
     </properties>
 
     <build>
@@ -180,7 +182,6 @@ Require-Capability: osgi.extender;filter:="(&(osgi.extender=sling.scripting)(ver
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>slingstart-maven-plugin</artifactId>
-                <version>1.9.4</version>
                 <extensions>true</extensions>
                 <configuration>
                     <usePomDependencies>true</usePomDependencies>
@@ -233,7 +234,6 @@ Require-Capability: osgi.extender;filter:="(&(osgi.extender=sling.scripting)(ver
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-failsafe-plugin</artifactId>
-                <version>2.19.1</version>
                 <executions>
                     <execution>
                         <id>integration-tests</id>
@@ -276,6 +276,41 @@ Require-Capability: osgi.extender;filter:="(&(osgi.extender=sling.scripting)(ver
                 </configuration>
             </plugin>
         </plugins>
+        <pluginManagement>
+            <plugins>
+                <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+                <plugin>
+                    <groupId>org.eclipse.m2e</groupId>
+                    <artifactId>lifecycle-mapping</artifactId>
+                    <version>1.0.0</version>
+                    <configuration>
+                        <lifecycleMappingMetadata>
+                            <pluginExecutions>
+                                <pluginExecution>
+                                    <pluginExecutionFilter>
+                                        <groupId>
+                                            org.apache.sling
+                                        </groupId>
+                                        <artifactId>
+                                            scriptingbundle-maven-plugin
+                                        </artifactId>
+                                        <versionRange>
+                                            [0.2.2,)
+                                        </versionRange>
+                                        <goals>
+                                            <goal>metadata</goal>
+                                        </goals>
+                                    </pluginExecutionFilter>
+                                    <action>
+                                        <ignore></ignore>
+                                    </action>
+                                </pluginExecution>
+                            </pluginExecutions>
+                        </lifecycleMappingMetadata>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
     </build>
 
     <dependencies>