annotated tag v1.0.0-rc-2 created (now 828a451)
This is an automated email from the git hooks/post-receive script. New change to annotated tag v1.0.0-rc-2 in repository jredmine. See https://gitlab.nuiton.org/nuiton/jredmine.git at 828a451 (tag) tagging f1ead58ea744309490c3f1e401ee31b6727f64cb (commit) tagged by Tony Chemit on Sat Oct 10 12:37:51 2009 +0000 - Log ----------------------------------------------------------------- fix encoding pb, must be fix before 1.0.0 ----------------------------------------------------------------------- This annotated tag includes the following new commits: new 3164dca [maven-scm] copy for tag jredmine-1.0.0-rc-2 new 7b7ba89 fix site url new f1ead58 fix encoding pb, must be fix before 1.0.0 The 3 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 f1ead58ea744309490c3f1e401ee31b6727f64cb Author: Tony Chemit <chemit@codelutin.com> Date: Sat Oct 10 12:37:51 2009 +0000 fix encoding pb, must be fix before 1.0.0 commit 7b7ba894726e3a98fa560561c2d7ae17a0e2c5f1 Author: Tony Chemit <chemit@codelutin.com> Date: Sat Oct 10 10:30:30 2009 +0000 fix site url commit 3164dcaac8f24767f1f9db8f532a40dab2b0befb Author: Tony Chemit <chemit@codelutin.com> Date: Sat Oct 10 10:09:09 2009 +0000 [maven-scm] copy for tag jredmine-1.0.0-rc-2 -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to annotated tag v1.0.0-rc-2 in repository jredmine. See https://gitlab.nuiton.org/nuiton/jredmine.git commit 3164dcaac8f24767f1f9db8f532a40dab2b0befb Author: Tony Chemit <chemit@codelutin.com> Date: Sat Oct 10 10:09:09 2009 +0000 [maven-scm] copy for tag jredmine-1.0.0-rc-2 -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to annotated tag v1.0.0-rc-2 in repository jredmine. See https://gitlab.nuiton.org/nuiton/jredmine.git commit 7b7ba894726e3a98fa560561c2d7ae17a0e2c5f1 Author: Tony Chemit <chemit@codelutin.com> Date: Sat Oct 10 10:30:30 2009 +0000 fix site url --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 22b5edc..7cab326 100644 --- a/pom.xml +++ b/pom.xml @@ -144,7 +144,7 @@ <inceptionYear>2009</inceptionYear> - <url>http://maven-site.nuiton.org/sandbox/jredmine</url> + <url>http://maven-site.nuiton.org/jredmine</url> <licenses> <license> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to annotated tag v1.0.0-rc-2 in repository jredmine. See https://gitlab.nuiton.org/nuiton/jredmine.git commit f1ead58ea744309490c3f1e401ee31b6727f64cb Author: Tony Chemit <chemit@codelutin.com> Date: Sat Oct 10 12:37:51 2009 +0000 fix encoding pb, must be fix before 1.0.0 --- .../src/main/java/org/nuiton/jredmine/plugin/UpdateVersionMojo.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/UpdateVersionMojo.java b/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/UpdateVersionMojo.java index 25325d5..a5a2679 100644 --- a/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/UpdateVersionMojo.java +++ b/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/UpdateVersionMojo.java @@ -179,6 +179,9 @@ public class UpdateVersionMojo extends AbstractRedmineMojo { this.releaseVersion = v; + // fix encoding bug, must be fix in RedmineService + releaseVersion.setDescription(null); + // prepare version if (needCreateVersion) { @@ -192,8 +195,7 @@ public class UpdateVersionMojo extends AbstractRedmineMojo { } else { // update version - getLog().info("udpate version " + releaseVersion.getName()); - + getLog().info("udpate version " + releaseVersion.getName()); if (!dryRun) { service.updateVersion(projectId, releaseVersion); } -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm