You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by di...@apache.org on 2021/06/29 14:37:27 UTC

[sling-org-apache-sling-sitemap] 02/03: releng: update to latest parent pom

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

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

commit 83e8921acd908e67edddd51c8a7ab2c51914f263
Author: Dirk Rudolph <di...@apache.org>
AuthorDate: Tue Jun 29 16:31:12 2021 +0200

    releng: update to latest parent pom
---
 pom.xml | 26 ++------------------------
 1 file changed, 2 insertions(+), 24 deletions(-)

diff --git a/pom.xml b/pom.xml
index b181fe1..c7ee24e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>41</version>
+        <version>43</version>
     </parent>
 
     <artifactId>org.apache.sling.sitemap</artifactId>
     <version>1.0.1-SNAPSHOT</version>
     <name>Apache Sling Sitemap</name>
-    <description>An Apache Sling extension to generate xml sitemaps.</description>
+    <description>An Apache Sling extension to generate xml sitemaps</description>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-sitemap.git</connection>
@@ -282,26 +282,4 @@
         </dependency>
     </dependencies>
 
-    <profiles>
-        <profile>
-            <id>autoInstallBundle</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.sling</groupId>
-                        <artifactId>sling-maven-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>install-bundle</id>
-                                <goals>
-                                    <goal>install</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
-
 </project>