This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository wlo. See http://git.codelutin.com/wlo.git commit e8892c5051ef6676d829beb75b5048548af7858c Author: Maven Release <maven-release@codelutin.com> Date: Tue Dec 23 15:39:24 2014 +0000 fix pom 4 christmas release --- pom.xml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index 18fd161..9ef50bd 100644 --- a/pom.xml +++ b/pom.xml @@ -80,12 +80,6 @@ <connection>scm:git:http://git.codelutin.com/wlo.git</connection> <developerConnection>scm:git:https://git.codelutin.com/wlo.git</developerConnection> </scm> - <distributionManagement> - <site> - <id>doc.${platform}</id> - <url>${our.site.repository}/${projectId}</url> - </site> - </distributionManagement> <packaging>apk</packaging> @@ -97,22 +91,12 @@ <signatureArtifactId>java17</signatureArtifactId> <signatureVersion>1.0</signatureVersion> - <platform>codelutin.com</platform> <projectId>wlo</projectId> - <maven.test.skip>true</maven.test.skip> - <!-- locales for the site generation, by default only french --> - <locales>fr</locales> - - <!-- do not relatize links in generated site --> - <relativizeDecorationLinks>false</relativizeDecorationLinks> <!-- license header configuration --> <license.organizationName>Ifremer, Code Lutin</license.organizationName> <license.licenseName>gpl_v3</license.licenseName> - <!-- Release configuration --> - <releaseEmailDomain>forge.codelutin.com</releaseEmailDomain> - <!-- Post Release configuration --> <skipPostRelease>false</skipPostRelease> @@ -575,7 +559,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>wagon-maven-plugin</artifactId> - <version>1.0-beta-4</version> + <version>1.0</version> <executions> <execution> <id>deploy wlo-update.properties</id> @@ -585,7 +569,7 @@ <goal>upload-single</goal> </goals> <configuration> - <serverId>wlo.codelutin.com</serverId> + <serverId>doc.codelutin.com</serverId> <fromFile> ${project.build.directory}/update/wlo-update.properties </fromFile> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.