Author: tchemit Date: 2008-10-21 02:06:04 +0000 (Tue, 21 Oct 2008) New Revision: 985 Modified: lutinjaxx/trunk/pom.xml Log: plugin release can not deal with current.version substitution Modified: lutinjaxx/trunk/pom.xml =================================================================== --- lutinjaxx/trunk/pom.xml 2008-10-21 02:03:17 UTC (rev 984) +++ lutinjaxx/trunk/pom.xml 2008-10-21 02:06:04 UTC (rev 985) @@ -122,23 +122,23 @@ <dependency> <groupId>org.codelutin</groupId> <artifactId>jaxx-util</artifactId> - <version>${current.version}</version> + <version>0.5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codelutin</groupId> <artifactId>jaxx-core</artifactId> - <version>${current.version}</version> + <version>0.5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codelutin</groupId> <artifactId>jaxx-swing-action</artifactId> - <version>${current.version}</version> + <version>0.5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codelutin</groupId> <artifactId>jaxx-example</artifactId> - <version>${current.version}</version> + <version>0.5-SNAPSHOT</version> </dependency> <dependency>