Cleanups poms
Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/8f5f4a7a Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/8f5f4a7a Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/8f5f4a7a Branch: refs/heads/feature/move-jsps-under-webinf Commit: 8f5f4a7a4016fe3bea6bd93af2b9cc2164b7bc48 Parents: b180908 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Thu Mar 6 21:53:35 2014 +0100 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Thu Mar 6 21:53:35 2014 +0100 ---------------------------------------------------------------------- apps/blank/pom.xml | 2 +- apps/jboss-blank/pom.xml | 2 +- apps/mailreader/pom.xml | 2 +- apps/pom.xml | 1 - archetypes/pom.xml | 2 +- archetypes/struts2-archetype-angularjs/pom.xml | 1 - archetypes/struts2-archetype-blank/pom.xml | 1 - archetypes/struts2-archetype-convention/pom.xml | 1 - archetypes/struts2-archetype-dbportlet/pom.xml | 1 - archetypes/struts2-archetype-plugin/pom.xml | 1 - archetypes/struts2-archetype-portlet/pom.xml | 1 - archetypes/struts2-archetype-starter/pom.xml | 1 - 12 files changed, 4 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/8f5f4a7a/apps/blank/pom.xml ---------------------------------------------------------------------- diff --git a/apps/blank/pom.xml b/apps/blank/pom.xml index 2b2cf63..3e8187f 100644 --- a/apps/blank/pom.xml +++ b/apps/blank/pom.xml @@ -31,7 +31,7 @@ <artifactId>struts2-blank</artifactId> <packaging>war</packaging> - <name>Blank Webapp</name> + <name>Struts 2 Blank Webapp</name> <dependencies> http://git-wip-us.apache.org/repos/asf/struts/blob/8f5f4a7a/apps/jboss-blank/pom.xml ---------------------------------------------------------------------- diff --git a/apps/jboss-blank/pom.xml b/apps/jboss-blank/pom.xml index e16d5ff..270e115 100644 --- a/apps/jboss-blank/pom.xml +++ b/apps/jboss-blank/pom.xml @@ -31,7 +31,7 @@ <artifactId>struts2-jboss-blank</artifactId> <packaging>war</packaging> - <name>JBoss Blank Webapp</name> + <name>Struts 2 JBoss Blank Webapp</name> <dependencies> http://git-wip-us.apache.org/repos/asf/struts/blob/8f5f4a7a/apps/mailreader/pom.xml ---------------------------------------------------------------------- diff --git a/apps/mailreader/pom.xml b/apps/mailreader/pom.xml index 1992cde..b9c4497 100644 --- a/apps/mailreader/pom.xml +++ b/apps/mailreader/pom.xml @@ -31,7 +31,7 @@ <artifactId>struts2-mailreader</artifactId> <packaging>war</packaging> - <name>Mail Reader Webapp</name> + <name>Struts 2 Mail Reader Webapp</name> <dependencies> http://git-wip-us.apache.org/repos/asf/struts/blob/8f5f4a7a/apps/pom.xml ---------------------------------------------------------------------- diff --git a/apps/pom.xml b/apps/pom.xml index fc75a3b..a8c6af1 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -28,7 +28,6 @@ <artifactId>struts2-parent</artifactId> <version>2.3.16.1</version> </parent> - <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> <packaging>pom</packaging> <name>Struts 2 Webapps</name> http://git-wip-us.apache.org/repos/asf/struts/blob/8f5f4a7a/archetypes/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/pom.xml b/archetypes/pom.xml index da001b5..d841a9a 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -28,7 +28,7 @@ <artifactId>struts2-parent</artifactId> <version>2.3.16.1</version> </parent> - <groupId>org.apache.struts</groupId> + <artifactId>struts2-archetypes</artifactId> <packaging>pom</packaging> <name>Struts 2 Maven Archetypes</name> http://git-wip-us.apache.org/repos/asf/struts/blob/8f5f4a7a/archetypes/struts2-archetype-angularjs/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/pom.xml b/archetypes/struts2-archetype-angularjs/pom.xml index 2a4044f..3338365 100644 --- a/archetypes/struts2-archetype-angularjs/pom.xml +++ b/archetypes/struts2-archetype-angularjs/pom.xml @@ -7,7 +7,6 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-angularjs</artifactId> - <version>2.3.16.1</version> <packaging>jar</packaging> <name>Struts 2 Archetypes - Angular JS</name> http://git-wip-us.apache.org/repos/asf/struts/blob/8f5f4a7a/archetypes/struts2-archetype-blank/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-blank/pom.xml b/archetypes/struts2-archetype-blank/pom.xml index 778f204..e957d24 100644 --- a/archetypes/struts2-archetype-blank/pom.xml +++ b/archetypes/struts2-archetype-blank/pom.xml @@ -8,7 +8,6 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-blank</artifactId> - <version>2.3.16.1</version> <packaging>jar</packaging> <name>Struts 2 Archetypes - Blank</name> http://git-wip-us.apache.org/repos/asf/struts/blob/8f5f4a7a/archetypes/struts2-archetype-convention/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-convention/pom.xml b/archetypes/struts2-archetype-convention/pom.xml index cf40954..daf639d 100644 --- a/archetypes/struts2-archetype-convention/pom.xml +++ b/archetypes/struts2-archetype-convention/pom.xml @@ -7,7 +7,6 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-convention</artifactId> - <version>2.3.16.1</version> <packaging>jar</packaging> <name>Struts 2 Archetypes - Blank Convention</name> http://git-wip-us.apache.org/repos/asf/struts/blob/8f5f4a7a/archetypes/struts2-archetype-dbportlet/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-dbportlet/pom.xml b/archetypes/struts2-archetype-dbportlet/pom.xml index 38dc66f..3b261b2 100644 --- a/archetypes/struts2-archetype-dbportlet/pom.xml +++ b/archetypes/struts2-archetype-dbportlet/pom.xml @@ -7,7 +7,6 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-dbportlet</artifactId> - <version>2.3.16.1</version> <packaging>jar</packaging> <name>Struts 2 Archetypes - Database Portlet</name> http://git-wip-us.apache.org/repos/asf/struts/blob/8f5f4a7a/archetypes/struts2-archetype-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-plugin/pom.xml b/archetypes/struts2-archetype-plugin/pom.xml index 2d102e2..116031a 100644 --- a/archetypes/struts2-archetype-plugin/pom.xml +++ b/archetypes/struts2-archetype-plugin/pom.xml @@ -7,7 +7,6 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-plugin</artifactId> - <version>2.3.16.1</version> <packaging>jar</packaging> <name>Struts 2 Archetypes - Plugin</name> http://git-wip-us.apache.org/repos/asf/struts/blob/8f5f4a7a/archetypes/struts2-archetype-portlet/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-portlet/pom.xml b/archetypes/struts2-archetype-portlet/pom.xml index cb7c7b2..b7ea056 100644 --- a/archetypes/struts2-archetype-portlet/pom.xml +++ b/archetypes/struts2-archetype-portlet/pom.xml @@ -7,7 +7,6 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-portlet</artifactId> - <version>2.3.16.1</version> <packaging>jar</packaging> <name>Struts 2 Archetypes - Portlet</name> http://git-wip-us.apache.org/repos/asf/struts/blob/8f5f4a7a/archetypes/struts2-archetype-starter/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-starter/pom.xml b/archetypes/struts2-archetype-starter/pom.xml index c5dd6ba..76bd8d3 100644 --- a/archetypes/struts2-archetype-starter/pom.xml +++ b/archetypes/struts2-archetype-starter/pom.xml @@ -9,7 +9,6 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-starter</artifactId> - <version>2.3.16.1</version> <packaging>jar</packaging> <name>Struts 2 Archetypes - Starter</name>