branch develop-2.x updated (c5516e1 -> c22f719)
This is an automated email from the git hooks/post-receive script. New change to branch develop-2.x in repository jaxx. See http://git.nuiton.org/jaxx.git from c5516e1 Can now specify components to accept by their type (refs #3678) new c22f719 use pom 1.8.3 and configure this branch as support for jaxx 2.x 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 c22f71956576732adc3e6c540bd87fe8bd3d924a Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Apr 22 20:33:52 2015 +0200 use pom 1.8.3 and configure this branch as support for jaxx 2.x Summary of changes: pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -- 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 branch develop-2.x in repository jaxx. See http://git.nuiton.org/jaxx.git commit c22f71956576732adc3e6c540bd87fe8bd3d924a Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Apr 22 20:33:52 2015 +0200 use pom 1.8.3 and configure this branch as support for jaxx 2.x --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index efe1b99..fc5861c 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>1.8.2</version> + <version>1.8.3</version> </parent> <artifactId>jaxx</artifactId> @@ -148,6 +148,10 @@ <javadocPluginVersion>2.9.1</javadocPluginVersion> <!-- FIXME-tchemit-2012-07-02 Still not working, normalize all rst docs --> <!--pdfGenerationEnabled>true</pdfGenerationEnabled--> + + <jgitflow.masterBranchName>master-2.x</jgitflow.masterBranchName> + <jgitflow.developBranchName>develop-2.x</jgitflow.developBranchName> + </properties> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm