This is an automated email from the git hooks/post-receive script. unknown user pushed a commit to branch devel in repository jredmine. commit 25cde843053bbcc9a34c88bc688d246bbe117a9f Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat May 24 20:05:47 2014 +0200 - update scm info (now use git) - update mavenpom - update jredmine last stable version --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 6fa38ff..9bf1940 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>5.0.6</version> + <version>5.0.7</version> </parent> <artifactId>jredmine</artifactId> @@ -63,11 +63,11 @@ </modules> <scm> - <connection>scm:svn:http://svn.nuiton.org/jredmine/trunk</connection> + <connection>scm:git:http://git.nuiton.org/jredmine.git</connection> <developerConnection> - scm:svn:https://svn.nuiton.org/jredmine/trunk + scm:git:https://git.nuiton.org/jredmine.git </developerConnection> - <url>https://forge.nuiton.org/projects/jredmine/repository/show/trunk</url> + <url>http://git.nuiton.org/jredmine.git</url> </scm> <distributionManagement> <site> @@ -81,7 +81,7 @@ <projectId>jredmine</projectId> <!-- must be on a fixed version, not on the snapshot to make possible release --> - <jredminePluginVersion>1.8.1</jredminePluginVersion> + <jredminePluginVersion>1.8.2</jredminePluginVersion> <doxiaVersion>1.4</doxiaVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.