[chorem] branch develop updated (a4b614d -> 7508a6b)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository chorem. See http://git.chorem.org/chorem.git from a4b614d fixes #1129: Migrates to git new 7508a6b fixes #1129: Migrates to git 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 7508a6b6f62e347ba9e2e5dc28127cb7230f0b4d Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Oct 27 20:01:42 2014 +0100 fixes #1129: Migrates to git Summary of changes: pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository chorem. See http://git.chorem.org/chorem.git commit 7508a6b6f62e347ba9e2e5dc28127cb7230f0b4d Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Oct 27 20:01:42 2014 +0100 fixes #1129: Migrates to git --- pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pom.xml b/pom.xml index b16d0f4..302fb99 100644 --- a/pom.xml +++ b/pom.xml @@ -442,4 +442,23 @@ </pluginManagement> </build> + <profiles> + + <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 chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm