branch master updated (2ba3bf4 -> 62dc0a7)
This is an automated email from the git hooks/post-receive script. New change to branch master in repository jredmine. See http://git.nuiton.org/jredmine.git from 2ba3bf4 [maven-release-plugin] copy for tag jredmine-1.8.2 adds 085e439 [maven-release-plugin] prepare for next development iteration adds a611356 update scm informations adds 490b628 update mavenpom to 5.0.9 + add .gitignore file adds 534e3a4 refs-50 #3255 updates mavenpom to 5.1 and use new site layout adds b1dc3b6 refs #3255 fix site url + use site xsd adds e943001 update changes plugin version adds fd63fdd fixes #3311: Updates doxia to 1.6 refs #3255: updates mavenpom to 5.1 and use new site layout adds b1e23a2 refs #3318: Add a tool to fetch versions of a project in a file adds af71e97 refs-80 #3255: updates mavenpom to 5.1 and use new site layout adds 3c77857 refs #3318: Add a tool to fetch versions of a project in a file adds f0e2aa8 fixes #3532: Add a get_project_closed_versions REST Request adds c02efd2 fixes #3531: Migrates to git fixes #3255: Use pom and use new site layout adds 9b79b5d up nuitonpom version adds c3d3711 fix plexus bug :( adds e27d3d4 fix site layout adds 021cf9c fixes #3641 Updates to nuitonpom 1.8.1 Merge branch 'feature/3641' into develop adds 730c593 use new ActiveRecord Query API adds 18f5a29 all request API are now ok to go adds 1b0c102 update docs adds d102c7f fixes #3642 Make jredmine client works with redmine 3.0.0 Merge branch 'feature/3642' into develop adds 807623d add warning when publish attachment failed adds 31a0235 add warning message when publish was not possible adds 0992fa7 fixes #3643: Add a tip when could not publish an attachment adds 653e87b fixes #3644: Redmine error if could not save attachment adds 256bf3e [jgitflow-maven-plugin]updating poms for branch '1.9' with snapshot versions adds 1424897 prepare release 1.9 adds ed37967 [jgitflow-maven-plugin]updating poms for branch'release/1.9' with non-snapshot versions adds 62dc0a7 Merge branch 'release/1.9' No new revisions were added by this update. Summary of changes: .gitignore | 13 ++ jredmine-client/pom.xml | 59 ++++++- jredmine-client/src/license/THIRD-PARTY.properties | 19 +++ .../src/main/assembly/dist/config/chorem.config | 3 + .../src/main/assembly/dist/config/codelutin.config | 3 + .../src/main/assembly/dist/config/nuiton.config | 3 + .../main/assembly/dist/fetch-projects-versions.bat | 1 + .../main/assembly/dist/fetch-projects-versions.sh | 3 + .../assembly/dist}/log4j.properties | 13 +- jredmine-client/src/main/assembly/tool.xml | 78 +++++++++ .../java/org/nuiton/jredmine/model/Project.java | 4 + .../java/org/nuiton/jredmine/model/Version.java | 8 + .../jredmine/service/DefaultRedmineService.java | 3 +- .../jredmine/service/RedmineConfigurationUtil.java | 38 +++++ .../jredmine/tool/FetchProjectsVersionsTool.java | 108 +++++++++++++ .../nuiton/jredmine/tool/JRedmineToolAction.java | 65 ++++++++ .../JRedmineToolCommandLine.java} | 43 +++-- .../app/controllers/jredmine_controller.rb | 42 ++--- jredmine-client/src/site/apt/index.apt | 4 + jredmine-client/src/site/apt/rails_api.apt | 13 ++ jredmine-client/src/site/{site_fr.xml => site.xml} | 34 +--- jredmine-maven-plugin/pom.xml | 7 +- .../src/license/THIRD-PARTY.properties | 3 +- .../jredmine/plugin/AbstractRedmineMojo.java | 12 +- .../jredmine/plugin/PublishAttachmentsMojo.java | 21 ++- .../plugin/report/AbstractRedmineReport.java | 2 +- .../src/site/{site_fr.xml => site.xml} | 39 +---- pom.xml | 175 ++++++++++++++------- src/site/apt/index.apt | 6 + src/site/site.xml | 69 ++++++++ src/site/site_fr.xml | 112 ------------- 31 files changed, 703 insertions(+), 300 deletions(-) create mode 100644 .gitignore create mode 100644 jredmine-client/src/license/THIRD-PARTY.properties create mode 100644 jredmine-client/src/main/assembly/dist/config/chorem.config create mode 100644 jredmine-client/src/main/assembly/dist/config/codelutin.config create mode 100644 jredmine-client/src/main/assembly/dist/config/nuiton.config create mode 100644 jredmine-client/src/main/assembly/dist/fetch-projects-versions.bat create mode 100644 jredmine-client/src/main/assembly/dist/fetch-projects-versions.sh copy jredmine-client/src/{it/redmine-2.0.x/src/test/resources => main/assembly/dist}/log4j.properties (89%) create mode 100644 jredmine-client/src/main/assembly/tool.xml create mode 100644 jredmine-client/src/main/java/org/nuiton/jredmine/tool/FetchProjectsVersionsTool.java create mode 100644 jredmine-client/src/main/java/org/nuiton/jredmine/tool/JRedmineToolAction.java copy jredmine-client/src/main/java/org/nuiton/jredmine/{service/RedmineServiceException.java => tool/JRedmineToolCommandLine.java} (52%) rename jredmine-client/src/site/{site_fr.xml => site.xml} (55%) rename jredmine-maven-plugin/src/site/{site_fr.xml => site.xml} (64%) create mode 100644 src/site/site.xml delete mode 100644 src/site/site_fr.xml -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm