Author: lukaszlenart Date: Fri Mar 4 08:01:18 2011 New Revision: 1077840 URL: http://svn.apache.org/viewvc?rev=1077840&view=rev Log: Adjusts poms to Maven 3 to avoid warnings
Modified: struts/struts2/trunk/apps/jboss-blank/pom.xml struts/struts2/trunk/apps/mailreader/pom.xml struts/struts2/trunk/apps/pom.xml struts/struts2/trunk/apps/portlet/pom.xml struts/struts2/trunk/apps/rest-showcase/pom.xml struts/struts2/trunk/apps/showcase/pom.xml struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml struts/struts2/trunk/archetypes/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml struts/struts2/trunk/archetypes/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml struts/struts2/trunk/assembly/pom.xml struts/struts2/trunk/bundles/admin/pom.xml struts/struts2/trunk/bundles/demo/pom.xml struts/struts2/trunk/bundles/pom.xml struts/struts2/trunk/plugins/javatemplates/pom.xml struts/struts2/trunk/plugins/pom.xml struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/apps/jboss-blank/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/jboss-blank/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/apps/jboss-blank/pom.xml (original) +++ struts/struts2/trunk/apps/jboss-blank/pom.xml Fri Mar 4 08:01:18 2011 @@ -55,9 +55,9 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>${pom.groupId}</groupId> + <groupId>${project.groupId}</groupId> <artifactId>struts2-junit-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> <scope>test</scope> </dependency> </dependencies> Modified: struts/struts2/trunk/apps/mailreader/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/apps/mailreader/pom.xml (original) +++ struts/struts2/trunk/apps/mailreader/pom.xml Fri Mar 4 08:01:18 2011 @@ -48,7 +48,7 @@ </dependency> <dependency> - <groupId>${pom.groupId}</groupId> + <groupId>${project.groupId}</groupId> <artifactId>struts-mailreader-dao</artifactId> <version>1.3.5</version> </dependency> Modified: struts/struts2/trunk/apps/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/apps/pom.xml (original) +++ struts/struts2/trunk/apps/pom.xml Fri Mar 4 08:01:18 2011 @@ -179,10 +179,10 @@ <phase>process-sources</phase> <configuration> <tasks> - <copy todir="${project.build.directory}/${pom.artifactId}/WEB-INF/src/java" failonerror="false"> + <copy todir="${project.build.directory}/${project.artifactId}/WEB-INF/src/java" failonerror="false"> <fileset dir="${basedir}/src/main/java" /> </copy> - <copy todir="${project.build.directory}/${pom.artifactId}/WEB-INF/src/java" failonerror="false"> + <copy todir="${project.build.directory}/${project.artifactId}/WEB-INF/src/java" failonerror="false"> <fileset dir="${basedir}/src/main/resources" /> </copy> </tasks> @@ -212,7 +212,7 @@ </plugin> </plugins> - <finalName>${pom.artifactId}</finalName> + <finalName>${project.artifactId}</finalName> </build> @@ -221,7 +221,7 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> Modified: struts/struts2/trunk/apps/portlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/apps/portlet/pom.xml (original) +++ struts/struts2/trunk/apps/portlet/pom.xml Fri Mar 4 08:01:18 2011 @@ -101,17 +101,17 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-spring-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-portlet-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-dwr-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> Modified: struts/struts2/trunk/apps/rest-showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/rest-showcase/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/apps/rest-showcase/pom.xml (original) +++ struts/struts2/trunk/apps/rest-showcase/pom.xml Fri Mar 4 08:01:18 2011 @@ -40,12 +40,12 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-rest-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-convention-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>junit</groupId> Modified: struts/struts2/trunk/apps/showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/apps/showcase/pom.xml (original) +++ struts/struts2/trunk/apps/showcase/pom.xml Fri Mar 4 08:01:18 2011 @@ -56,43 +56,43 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-struts1-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-dojo-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-jsf-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-config-browser-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-sitemesh-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-tiles-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-dwr-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> @@ -105,13 +105,13 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-codebehind-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-spring-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> Modified: struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml (original) +++ struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml Fri Mar 4 08:01:18 2011 @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>${groupId}</groupId> <artifactId>${artifactId}</artifactId> - <version>${version}</version> + <version>${project.version}</version> <packaging>war</packaging> <name>Struts 2 Blank Webapp</name> Modified: struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml (original) +++ struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml Fri Mar 4 08:01:18 2011 @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>${groupId}</groupId> <artifactId>${artifactId}</artifactId> - <version>${version}</version> + <version>${project.version}</version> <packaging>war</packaging> <name>Struts 2 Blank Convention Webapp</name> Modified: struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml (original) +++ struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml Fri Mar 4 08:01:18 2011 @@ -5,7 +5,7 @@ <groupId>${groupId}</groupId> <artifactId>${artifactId}</artifactId> <packaging>war</packaging> - <version>${version}</version> + <version>${project.version}</version> <name>Struts 2 Database Portlet</name> <url>http://www.myComp.com</url> <description>Struts 2 Database Portlet</description> Modified: struts/struts2/trunk/archetypes/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/archetypes/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml (original) +++ struts/struts2/trunk/archetypes/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml Fri Mar 4 08:01:18 2011 @@ -5,7 +5,7 @@ <groupId>${groupId}</groupId> <artifactId>${artifactId}</artifactId> - <version>${version}</version> + <version>${project.version}</version> <name>Struts 2 Plugin</name> <dependencies> Modified: struts/struts2/trunk/archetypes/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/archetypes/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml (original) +++ struts/struts2/trunk/archetypes/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml Fri Mar 4 08:01:18 2011 @@ -7,7 +7,7 @@ <artifactId>${artifactId}</artifactId> <packaging>war</packaging> <name>My Portlet Application</name> - <version>${version}</version> + <version>${project.version}</version> <properties> <struts2.version>${project.version}</struts2.version> Modified: struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml (original) +++ struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml Fri Mar 4 08:01:18 2011 @@ -5,7 +5,7 @@ <groupId>${groupId}</groupId> <artifactId>${artifactId}</artifactId> <packaging>war</packaging> - <version>${version}</version> + <version>${project.version}</version> <name>Struts 2 Starter</name> <url>http://www.myComp.com</url> <description>Struts 2 Starter</description> Modified: struts/struts2/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/assembly/pom.xml (original) +++ struts/struts2/trunk/assembly/pom.xml Fri Mar 4 08:01:18 2011 @@ -46,7 +46,7 @@ <descriptor>src/main/assembly/src.xml</descriptor> <descriptor>src/main/assembly/docs.xml</descriptor> </descriptors> - <finalName>struts-${version}</finalName> + <finalName>struts-${project.version}</finalName> <outputDirectory>target/assembly/out</outputDirectory> <workDirectory>target/assembly/work</workDirectory> </configuration> @@ -72,7 +72,7 @@ <dependency> <groupId>org.apache.struts.xwork</groupId> <artifactId>xwork-core</artifactId> - <version>${version}</version> + <version>${project.version}</version> <type>jar</type> <classifier>jdk14</classifier> <scope>runtime</scope> @@ -81,119 +81,119 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> - <version>${version}</version> + <version>${project.version}</version> <classifier>jdk14</classifier> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-config-browser-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> <classifier>jdk14</classifier> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-jasperreports-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> <classifier>jdk14</classifier> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-jfreechart-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> <classifier>jdk14</classifier> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-jsf-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> <classifier>jdk14</classifier> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-pell-multipart-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> <classifier>jdk14</classifier> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-plexus-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> <classifier>jdk14</classifier> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-sitegraph-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> <classifier>jdk14</classifier> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-sitemesh-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> <classifier>jdk14</classifier> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-struts1-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> <classifier>jdk14</classifier> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-tiles-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> <classifier>jdk14</classifier> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-rest-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> <classifier>jdk14</classifier> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-oval-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> <classifier>jdk14</classifier> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-osgi-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> <classifier>jdk14</classifier> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-json-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> <classifier>jdk14</classifier> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-embeddedjsp-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> <classifier>jdk14</classifier> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-gxp-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> <classifier>jdk14</classifier> </dependency> </dependencies> @@ -218,37 +218,37 @@ <artifactItem> <groupId>org.apache.struts</groupId> <artifactId>struts2-blank</artifactId> - <version>${version}</version> + <version>${project.version}</version> <type>war</type> </artifactItem> <artifactItem> <groupId>org.apache.struts</groupId> <artifactId>struts2-mailreader</artifactId> - <version>${version}</version> + <version>${project.version}</version> <type>war</type> </artifactItem> <artifactItem> <groupId>org.apache.struts</groupId> <artifactId>struts2-portlet</artifactId> - <version>${version}</version> + <version>${project.version}</version> <type>war</type> </artifactItem> <artifactItem> <groupId>org.apache.struts</groupId> <artifactId>struts2-showcase</artifactId> - <version>${version}</version> + <version>${project.version}</version> <type>war</type> </artifactItem> <artifactItem> <groupId>org.apache.struts</groupId> <artifactId>struts2-rest-showcase</artifactId> - <version>${version}</version> + <version>${project.version}</version> <type>war</type> </artifactItem> <artifactItem> <groupId>org.apache.struts</groupId> <artifactId>struts2-mailreader</artifactId> - <version>${version}</version> + <version>${project.version}</version> <type>war</type> </artifactItem> </artifactItems> @@ -313,7 +313,7 @@ <descriptor>src/main/assembly/src.xml</descriptor> <descriptor>src/main/assembly/docs.xml</descriptor> </descriptors> - <finalName>struts-${version}</finalName> + <finalName>struts-${project.version}</finalName> <outputDirectory>target/assembly/out</outputDirectory> <workDirectory>target/assembly/work</workDirectory> </configuration> @@ -326,162 +326,162 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-codebehind-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-convention-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-javatemplates-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-config-browser-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-dojo-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-dwr-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-jasperreports-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-jfreechart-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-jsf-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-junit-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-pell-multipart-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-plexus-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-portlet-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-rest-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-sitegraph-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-sitemesh-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-spring-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-struts1-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-testng-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-tiles-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-oval-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-json-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-embeddedjsp-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-gxp-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-osgi-plugin</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-osgi-admin-bundle</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-osgi-demo-bundle</artifactId> - <version>${version}</version> + <version>${project.version}</version> </dependency> Modified: struts/struts2/trunk/bundles/admin/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/bundles/admin/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/bundles/admin/pom.xml (original) +++ struts/struts2/trunk/bundles/admin/pom.xml Fri Mar 4 08:01:18 2011 @@ -21,7 +21,7 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-osgi-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> </dependencies> Modified: struts/struts2/trunk/bundles/demo/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/bundles/demo/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/bundles/demo/pom.xml (original) +++ struts/struts2/trunk/bundles/demo/pom.xml Fri Mar 4 08:01:18 2011 @@ -44,19 +44,19 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-convention-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-osgi-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> </dependencies> Modified: struts/struts2/trunk/bundles/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/bundles/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/bundles/pom.xml (original) +++ struts/struts2/trunk/bundles/pom.xml Fri Mar 4 08:01:18 2011 @@ -49,7 +49,7 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <!-- Test dependencies --> Modified: struts/struts2/trunk/plugins/javatemplates/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/javatemplates/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/plugins/javatemplates/pom.xml (original) +++ struts/struts2/trunk/plugins/javatemplates/pom.xml Fri Mar 4 08:01:18 2011 @@ -21,7 +21,7 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>commons-lang</groupId> Modified: struts/struts2/trunk/plugins/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/plugins/pom.xml (original) +++ struts/struts2/trunk/plugins/pom.xml Fri Mar 4 08:01:18 2011 @@ -72,7 +72,7 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <!-- Test dependencies --> Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1077840&r1=1077839&r2=1077840&view=diff ============================================================================== --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Fri Mar 4 08:01:18 2011 @@ -320,6 +320,7 @@ </plugin> <plugin> <artifactId>maven-surefire-report-plugin</artifactId> + <version>2.6</version> </plugin> <!-- <plugin> @@ -332,6 +333,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jxr-maven-plugin</artifactId> + <version>2.0-beta-1</version> </plugin> <!-- <plugin>