Author: olamy Date: Fri Oct 19 20:22:15 2012 New Revision: 1400268 URL: http://svn.apache.org/viewvc?rev=1400268&view=rev Log: use better naming convention for this property
Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml?rev=1400268&r1=1400267&r2=1400268&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml Fri Oct 19 20:22:15 2012 @@ -33,7 +33,7 @@ </description> <properties> - <tomcat.version>6.0.35</tomcat.version> + <tomcat6Version>6.0.35</tomcat6Version> <managerWebAppPath>${basedir}/target/</managerWebAppPath> <warTestPath>${basedir}/src/test/simple-war-project-1.0-SNAPSHOT.war</warTestPath> <keystoreTestPath>${basedir}/src/test/keystore</keystoreTestPath> @@ -94,24 +94,24 @@ <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>catalina</artifactId> - <version>${tomcat.version}</version> + <version>${tomcat6Version}</version> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>catalina-ha</artifactId> - <version>${tomcat.version}</version> + <version>${tomcat6Version}</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tribes</artifactId> - <version>${tomcat.version}</version> + <version>${tomcat6Version}</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>el-api</artifactId> - <version>${tomcat.version}</version> + <version>${tomcat6Version}</version> <scope>runtime</scope> </dependency> <dependency> @@ -121,37 +121,37 @@ <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>jasper</artifactId> - <version>${tomcat.version}</version> + <version>${tomcat6Version}</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>jasper-el</artifactId> - <version>${tomcat.version}</version> + <version>${tomcat6Version}</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>jsp-api</artifactId> - <version>${tomcat.version}</version> + <version>${tomcat6Version}</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>servlet-api</artifactId> - <version>${tomcat.version}</version> + <version>${tomcat6Version}</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>coyote</artifactId> - <version>${tomcat.version}</version> + <version>${tomcat6Version}</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>dbcp</artifactId> - <version>${tomcat.version}</version> + <version>${tomcat6Version}</version> <scope>runtime</scope> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org