This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository bow. See http://git.chorem.org/bow.git commit 1387082bea5f9a80f90ecb5c6842f478b2c9b8a5 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Oct 27 20:40:14 2014 +0100 fixes #1130: Migrates to git --- bow-extension-chromium/pom.xml | 1 + pom.xml | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/bow-extension-chromium/pom.xml b/bow-extension-chromium/pom.xml index ab32891..627997f 100644 --- a/bow-extension-chromium/pom.xml +++ b/bow-extension-chromium/pom.xml @@ -11,6 +11,7 @@ <artifactId>bow-extension-chromium</artifactId> <packaging>crx</packaging> + <name>BOW :: Chromium extension</name> <description>Chromium extension for BOW</description> <inceptionYear>2011</inceptionYear> diff --git a/pom.xml b/pom.xml index dd7c2a8..6401c30 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,6 @@ <description>bookmarks on web</description> <url>http://bow.chorem.org</url> <inceptionYear>2010</inceptionYear> - <licenses> <license> <name>GNU Affero General Public License version 3</name> @@ -449,4 +448,22 @@ </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>.