Author: tchemit Date: 2012-12-01 11:28:53 +0100 (Sat, 01 Dec 2012) New Revision: 3756 Url: http://chorem.org/projects/pollen/repository/revisions/3756 Log: fixes #840: Updates to topia 2.7.1 + remove jdom from pom Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-11-21 01:38:41 UTC (rev 3755) +++ trunk/pom.xml 2012-12-01 10:28:53 UTC (rev 3756) @@ -148,7 +148,7 @@ <projectId>pollen</projectId> <!-- customized versions --> - <topiaVersion>2.7.1-SNAPSHOT</topiaVersion> + <topiaVersion>2.7.1</topiaVersion> <eugenePluginVersion>2.5.6</eugenePluginVersion> <nuitonI18nVersion>2.5</nuitonI18nVersion> @@ -392,12 +392,6 @@ </dependency> <dependency> - <groupId>org.jdom</groupId> - <artifactId>jdom</artifactId> - <version>1.1.3</version> - </dependency> - - <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>${mockitoVersion}</version>
participants (1)
-
tchemit@users.chorem.org