Author: wsmoak Date: Thu Apr 6 12:59:42 2006 New Revision: 392055 URL: http://svn.apache.org/viewcvs?rev=392055&view=rev Log: Synchronize the version number across Struts Action by removing <version> tags and using the ${pom.version} expression. Correct the path to the build directory for license and notice files.
Modified: struts/action/trunk/core/pom.xml struts/action/trunk/el/pom.xml struts/action/trunk/extras/pom.xml struts/action/trunk/taglib/pom.xml Modified: struts/action/trunk/core/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/core/pom.xml?rev=392055&r1=392054&r2=392055&view=diff ============================================================================== --- struts/action/trunk/core/pom.xml (original) +++ struts/action/trunk/core/pom.xml Thu Apr 6 12:59:42 2006 @@ -44,7 +44,6 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts-core</artifactId> <packaging>jar</packaging> - <version>1.3.2-SNAPSHOT</version> <name>Struts Action - Core</name> <url>http://struts.apache.org</url> @@ -90,7 +89,7 @@ </includes> </resource> <resource> - <directory>build</directory> + <directory>../build</directory> <includes> <include>LICENSE.txt</include> <include>NOTICE.txt</include> Modified: struts/action/trunk/el/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/el/pom.xml?rev=392055&r1=392054&r2=392055&view=diff ============================================================================== --- struts/action/trunk/el/pom.xml (original) +++ struts/action/trunk/el/pom.xml Thu Apr 6 12:59:42 2006 @@ -43,7 +43,6 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts-el</artifactId> <packaging>jar</packaging> - <version>1.3.1-SNAPSHOT</version> <name>Struts Action - EL</name> <url>http://struts.apache.org</url> @@ -61,7 +60,7 @@ <targetPath>META-INF/tlds</targetPath> </resource> <resource> - <directory>build</directory> + <directory>../build</directory> <includes> <include>LICENSE.txt</include> <include>NOTICE.txt</include> @@ -106,13 +105,13 @@ <dependency> <groupId>org.apache.struts.action</groupId> <artifactId>struts-core</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>${pom.version}</version> </dependency> <dependency> <groupId>org.apache.struts.action</groupId> <artifactId>struts-taglib</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>${pom.version}</version> </dependency> <dependency> Modified: struts/action/trunk/extras/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/extras/pom.xml?rev=392055&r1=392054&r2=392055&view=diff ============================================================================== --- struts/action/trunk/extras/pom.xml (original) +++ struts/action/trunk/extras/pom.xml Thu Apr 6 12:59:42 2006 @@ -43,7 +43,6 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts-extras</artifactId> <packaging>jar</packaging> - <version>1.3.1-SNAPSHOT</version> <name>Struts Action - Extras</name> <url>http://struts.apache.org</url> @@ -60,7 +59,7 @@ </includes> </resource> <resource> - <directory>build</directory> + <directory>../build</directory> <includes> <include>LICENSE.txt</include> <include>NOTICE.txt</include> @@ -91,7 +90,7 @@ <dependency> <groupId>org.apache.struts.action</groupId> <artifactId>struts-core</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>${pom.version}</version> </dependency> </dependencies> Modified: struts/action/trunk/taglib/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/taglib/pom.xml?rev=392055&r1=392054&r2=392055&view=diff ============================================================================== --- struts/action/trunk/taglib/pom.xml (original) +++ struts/action/trunk/taglib/pom.xml Thu Apr 6 12:59:42 2006 @@ -43,7 +43,6 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts-taglib</artifactId> <packaging>jar</packaging> - <version>1.3.1-SNAPSHOT</version> <name>Struts Action - Taglib</name> <url>http://struts.apache.org</url> @@ -67,7 +66,7 @@ <targetPath>META-INF/tlds</targetPath> </resource> <resource> - <directory>build</directory> + <directory>../build</directory> <includes> <include>LICENSE.txt</include> <include>NOTICE.txt</include> @@ -105,7 +104,7 @@ <dependency> <groupId>org.apache.struts.action</groupId> <artifactId>struts-core</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>${pom.version}</version> </dependency> </dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]