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 <lukaszlen...@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>