branch develop updated (7d5a580 -> eb0f138)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository sammoa. See http://git.codelutin.com/sammoa.git from 7d5a580 ref #5986 : merge branch 1.0.4.x to trunc new eb0f138 finalize git migration (refs #7191) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit eb0f138adef47a19bf7c26a155e1496b047e0dff Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Jun 5 14:53:13 2015 +0200 finalize git migration (refs #7191) Summary of changes: pom.xml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository sammoa. See http://git.codelutin.com/sammoa.git commit eb0f138adef47a19bf7c26a155e1496b047e0dff Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Jun 5 14:53:13 2015 +0200 finalize git migration (refs #7191) --- pom.xml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index c11d9d6..ba4134e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,8 +4,8 @@ <parent> <groupId>org.nuiton</groupId> - <artifactId>mavenpom4redmine</artifactId> - <version>5.0.9</version> + <artifactId>codelutinpom</artifactId> + <version></version> </parent> <groupId>fr.ulr</groupId> @@ -47,7 +47,7 @@ <developer> <id>chemit</id> <name>Tony Chemit</name> - <email>chemit at codelutin dot com</email> + <email>chemit@codelutin.com</email> <organization>CodeLutin</organization> <organizationUrl>http://www.codelutin.com</organizationUrl> <roles> @@ -64,29 +64,24 @@ </modules> <scm> - <url>http://svn.codelutin.com/sammoa/trunk</url> - <connection> - scm:svn:http://svn.codelutin.com/sammoa/trunk - </connection> + <connection>scm:git:http://git.codelutin.com/sammoa.git</connection> <developerConnection> - scm:svn:http://svn.codelutin.com/sammoa/trunk + scm:git:https://git.codelutin.com/sammoa.git </developerConnection> + <url>https://gitweb.codelutin.com/sammoa.git</url> </scm> + <distributionManagement> <site> - <id>doc.${platform}</id> - <url>${our.site.repository}/${projectId}</url> + <id>${site.server}</id> + <url>${site.url}</url> </site> </distributionManagement> <properties> - <platform>codelutin.com</platform> <projectId>sammoa</projectId> - <releaseEmailDomain>forge.codelutin.com</releaseEmailDomain> - <!-- libraries version --> - <nuitonUtilsVersion>3.0-rc-4</nuitonUtilsVersion> <nuitonConfigVersion>3.0-alpha-2</nuitonConfigVersion> <nuitonCsvVersion>3.0-rc-2</nuitonCsvVersion> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm