Author: mrdon Date: Sat Apr 19 05:14:02 2008 New Revision: 649802 URL: http://svn.apache.org/viewvc?rev=649802&view=rev Log: Fixing version, adding missing plugins WW-2604
Modified: struts/struts2/trunk/assembly/pom.xml Modified: struts/struts2/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=649802&r1=649801&r2=649802&view=diff ============================================================================== --- struts/struts2/trunk/assembly/pom.xml (original) +++ struts/struts2/trunk/assembly/pom.xml Sat Apr 19 05:14:02 2008 @@ -33,7 +33,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.2-SNAPSHOT</version> </parent> <scm> @@ -161,6 +161,11 @@ <dependencies> + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-codebehind-plugin</artifactId> + <version>${version}</version> + </dependency> <dependency> <groupId>org.apache.struts</groupId> @@ -170,6 +175,18 @@ <dependency> <groupId>org.apache.struts</groupId> + <artifactId>struts2-dojo-plugin</artifactId> + <version>${version}</version> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-dwr-plugin</artifactId> + <version>${version}</version> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> <artifactId>struts2-jasperreports-plugin</artifactId> <version>${version}</version> </dependency> @@ -188,6 +205,12 @@ <dependency> <groupId>org.apache.struts</groupId> + <artifactId>struts2-junit-plugin</artifactId> + <version>${version}</version> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> <artifactId>struts2-pell-multipart-plugin</artifactId> <version>${version}</version> </dependency> @@ -200,15 +223,32 @@ <dependency> <groupId>org.apache.struts</groupId> - <artifactId>struts2-sitegraph-plugin</artifactId> + <artifactId>struts2-portlet-plugin</artifactId> <version>${version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> + <artifactId>struts2-rest-plugin</artifactId> + <version>${version}</version> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-sitegraph-plugin</artifactId> + <version>${version}</version> + </dependency> + + <dependency> + <groupId>org.apache.struts</groupId> <artifactId>struts2-sitemesh-plugin</artifactId> <version>${version}</version> </dependency> + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-spring-plugin</artifactId> + <version>${version}</version> + </dependency> <dependency> <groupId>org.apache.struts</groupId> @@ -218,13 +258,13 @@ <dependency> <groupId>org.apache.struts</groupId> - <artifactId>struts2-tiles-plugin</artifactId> + <artifactId>struts2-testng-plugin</artifactId> <version>${version}</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> - <artifactId>struts2-rest-plugin</artifactId> + <artifactId>struts2-tiles-plugin</artifactId> <version>${version}</version> </dependency>