Author: tchemit Date: 2010-10-15 12:27:38 +0200 (Fri, 15 Oct 2010) New Revision: 412 Url: http://nuiton.org/repositories/revision/wikitty/412 Log: use correct groupId for xstream : PLEASE pay attention on warnings in the Maven build, when a Warning occurs it is not for any reason... Modified: trunk/pom.xml trunk/wikitty-api/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-15 08:11:00 UTC (rev 411) +++ trunk/pom.xml 2010-10-15 10:27:38 UTC (rev 412) @@ -180,7 +180,7 @@ <!-- for event serialization --> <dependency> - <groupId>xstream</groupId> + <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <version>1.2.2</version> </dependency> @@ -475,8 +475,8 @@ <hbase.version>0.89.0-SNAPSHOT</hbase.version> <!-- TODO Remove this when using mavenpom4redmine > 2.3.1 --> - <license.version>2.4</license.version> - <licenseName>lgpl_v3</licenseName> + <license.version>2.4.1-SNAPSHOT</license.version> + <license.licenseName>lgpl_v3</license.licenseName> </properties> <!-- ************************************************************* --> Modified: trunk/wikitty-api/pom.xml =================================================================== --- trunk/wikitty-api/pom.xml 2010-10-15 08:11:00 UTC (rev 411) +++ trunk/wikitty-api/pom.xml 2010-10-15 10:27:38 UTC (rev 412) @@ -94,7 +94,7 @@ <!-- for event serialization --> <dependency> - <groupId>xstream</groupId> + <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> </dependency>