Author: sbavencoff Date: 2015-06-02 12:43:44 +0000 (Tue, 02 Jun 2015) New Revision: 737 Url: http://forge.codelutin.com/projects/sammoa/repository/revisions/737 Log: update parent pom Modified: branches/sammoa-1.0.4.x/pom.xml Modified: branches/sammoa-1.0.4.x/pom.xml =================================================================== --- branches/sammoa-1.0.4.x/pom.xml 2014-10-20 09:57:56 UTC (rev 736) +++ branches/sammoa-1.0.4.x/pom.xml 2015-06-02 12:43:44 UTC (rev 737) @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>5.0.7</version> + <version>6.1</version> </parent> <groupId>fr.ulr</groupId> @@ -74,8 +74,8 @@ </scm> <distributionManagement> <site> - <id>doc.${platform}</id> - <url>${our.site.repository}/${projectId}</url> + <id>${siteDeployId}</id> + <url>${siteDeployUrl}</url> </site> </distributionManagement> @@ -112,6 +112,13 @@ <i18n.bundles>en_GB</i18n.bundles> <i18n.silent>true</i18n.silent> + <guavaVersion>17.0</guavaVersion> + <commonsLang3Version>3.3.2</commonsLang3Version> + <commonsCollectionsVersion>3.2.1</commonsCollectionsVersion> + <junitVersion>4.11</junitVersion> + <commonsIoVersion>2.4</commonsIoVersion> + <commonsLoggingVersion>1.1.3</commonsLoggingVersion> + <!-- do not relatize links in generated site --> <relativizeDecorationLinks>false</relativizeDecorationLinks> @@ -156,6 +163,43 @@ <dependencies> <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>${commonsLoggingVersion}</version> + </dependency> + + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>${commonsCollectionsVersion}</version> + </dependency> + + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>${commonsLang3Version}</version> + </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junitVersion}</version> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>${commonsIoVersion}</version> + </dependency> + + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>${commonsLoggingVersion}</version> + </dependency> + + <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> <version>${nuitonUtilsVersion}</version>