Author: tchemit Date: 2010-10-26 14:12:32 +0200 (Tue, 26 Oct 2010) New Revision: 352 Url: http://nuiton.org/repositories/revision/processor/352 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-25 06:53:53 UTC (rev 351) +++ trunk/pom.xml 2010-10-26 12:12:32 UTC (rev 352) @@ -53,8 +53,6 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.1.1</version> - <scope>compile</scope> </dependency> <dependency> @@ -223,7 +221,6 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.8.1</version> <scope>test</scope> </dependency> @@ -244,7 +241,6 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.16</version> </dependency> </dependencies>