Author: tchemit Date: 2010-10-26 14:14:59 +0200 (Tue, 26 Oct 2010) New Revision: 105 Url: http://nuiton.org/repositories/revision/scmwebeditor/105 Log: use mavenpom 2.4-SNAPSHOT use camelCase style for version properties use default libraries version from mavenpom Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-17 01:39:21 UTC (rev 104) +++ trunk/pom.xml 2010-10-26 12:14:59 UTC (rev 105) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>2.3.2</version> + <version>2.4-SNAPSHOT</version> </parent> <artifactId>scmwebeditor</artifactId> @@ -54,7 +54,7 @@ <dependency> <groupId>org.nuiton.jrst</groupId> <artifactId>jrst</artifactId> - <version>${jrst.version}</version> + <version>${jrstPluginVersion}</version> <scope>compile</scope> </dependency> @@ -162,7 +162,7 @@ <dependency> <groupId>org.nuiton.jrst</groupId> <artifactId>doxia-module-jrst</artifactId> - <version>${jrst.version}</version> + <version>${jrstPluginVersion}</version> </dependency> </dependencies> </plugin>
participants (1)
-
tchemit@users.nuiton.org