Author: tchemit Date: 2012-02-10 00:24:15 +0100 (Fri, 10 Feb 2012) New Revision: 3129 Url: http://chorem.org/repositories/revision/pollen/3129 Log: updates to mavenpom 3.1.1 Modified: branches/pollen-1.2.6-struts2/pom.xml Modified: branches/pollen-1.2.6-struts2/pom.xml =================================================================== --- branches/pollen-1.2.6-struts2/pom.xml 2012-02-01 13:17:42 UTC (rev 3128) +++ branches/pollen-1.2.6-struts2/pom.xml 2012-02-09 23:24:15 UTC (rev 3129) @@ -12,7 +12,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.0.7</version> + <version>3.1.1-SNAPSHOT</version> </parent> <groupId>org.chorem</groupId> @@ -415,7 +415,7 @@ <name>Pollen</name> <description>Application de vote Pollen</description> <inceptionYear>2009</inceptionYear> - <url>http://maven-site.chorem.org/pollen/</url> + <url>http://maven-site.chorem.org/pollen${projectUrlSuffix}</url> <licenses> <license> @@ -563,8 +563,6 @@ <jqueryPluginVersion>3.2.1</jqueryPluginVersion> <slf4jVersion>1.6.4</slf4jVersion> - <jettyVersion>8.1.0.RC5</jettyVersion> - <!--Multilanguage maven-site --> <siteLocales>en,fr</siteLocales> @@ -677,7 +675,7 @@ <distributionManagement> <site> <id>${platform}</id> - <url>${our.site.repository}/${projectId}-1.2.6</url> + <url>${our.site.repository}/${projectId}${projectUrlSuffix}</url> </site> </distributionManagement>
participants (1)
-
tchemit@users.chorem.org