[coser] branch develop updated (b68b02f -> 0a457c3)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coser. See http://git.codelutin.com/coser.git from b68b02f fixes #5918: Migration Git (fix scm section) new 0a457c3 refs #5918: Migration Git (fix release build) 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 0a457c3f2857c82adfb8cf733afdf7ecd2b42efd Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Oct 7 13:09:14 2014 +0200 refs #5918: Migration Git (fix release build) Summary of changes: pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) -- 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 coser. See http://git.codelutin.com/coser.git commit 0a457c3f2857c82adfb8cf733afdf7ecd2b42efd Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Oct 7 13:09:14 2014 +0200 refs #5918: Migration Git (fix release build) --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 5486b2b..643ba3f 100644 --- a/pom.xml +++ b/pom.xml @@ -442,6 +442,21 @@ </properties> </profile> + <profile> + <id>release-quality-profile</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + <properties> + <!-- We use some none central dependencies --> + <helper.skipCheckAutocontainer>true</helper.skipCheckAutocontainer> + </properties> + + </profile> + </profiles> </project> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm