[bow] branch develop updated (0adb03d -> 1387082)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository bow. See http://git.chorem.org/bow.git from 0adb03d fixes #1130: Migrates to git new 1387082 fixes #1130: 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 1387082bea5f9a80f90ecb5c6842f478b2c9b8a5 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Oct 27 20:40:14 2014 +0100 fixes #1130: Migrates to git Summary of changes: bow-extension-chromium/pom.xml | 1 + pom.xml | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) -- 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 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>.
participants (1)
-
chorem.org scm