You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/01/09 07:26:15 UTC

[struts-master] branch master updated: Upgrades to Apache Parent version 22 and drops unused settings

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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-master.git


The following commit(s) were added to refs/heads/master by this push:
     new 5aa6cfe  Upgrades to Apache Parent version 22 and drops unused settings
5aa6cfe is described below

commit 5aa6cfeae0451c7a57a0677f6baa4f720c2980e3
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu Jan 9 08:26:06 2020 +0100

    Upgrades to Apache Parent version 22 and drops unused settings
---
 pom.xml | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/pom.xml b/pom.xml
index 50cd71c..a021112 100755
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>21</version>
+        <version>22</version>
     </parent>
     <groupId>org.apache.struts</groupId>
     <artifactId>struts-master</artifactId>
@@ -331,22 +331,4 @@
             </roles>
         </developer>
     </developers>
-    <distributionManagement>
-        <site>
-            <id>apache-site</id>
-            <name>Apache Struts Website</name>
-            <url>scp://people.apache.org/www/struts.apache.org</url>
-        </site>
-    </distributionManagement>
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-release-plugin</artifactId>
-                <configuration>
-                    <releaseProfiles>apache-release</releaseProfiles>
-                    <goals>deploy</goals>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 </project>