Author: eworley Date: Sun May 25 17:36:48 2008 New Revision: 660063 URL: http://svn.apache.org/viewvc?rev=660063&view=rev Log: [NMAVEN-117] netexecutable archetype was defaulting project version to 0.14-SNAPSHOT, now using ${version} param which the maven archetype plugin defaults to 1.0-SNAPSHOT Submitted by: Napoleon Esmundo C. Ramirez
Modified: incubator/nmaven/branches/NMAVEN_0.14/archetypes/maven-archetype-netexecutable/src/main/resources/archetype-resources/pom.xml Modified: incubator/nmaven/branches/NMAVEN_0.14/archetypes/maven-archetype-netexecutable/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/NMAVEN_0.14/archetypes/maven-archetype-netexecutable/src/main/resources/archetype-resources/pom.xml?rev=660063&r1=660062&r2=660063&view=diff ============================================================================== --- incubator/nmaven/branches/NMAVEN_0.14/archetypes/maven-archetype-netexecutable/src/main/resources/archetype-resources/pom.xml (original) +++ incubator/nmaven/branches/NMAVEN_0.14/archetypes/maven-archetype-netexecutable/src/main/resources/archetype-resources/pom.xml Sun May 25 17:36:48 2008 @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>${groupId}</groupId> <artifactId>${artifactId}</artifactId> - <version>0.14-incubating-SNAPSHOT</version> + <version>${version}</version> <packaging>maven-plugin</packaging> <dependencies> <dependency>