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 09ec2b9e54541a1678a493548bb93948a4f49d0e Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 3 15:07:11 2016 +0100 Update parent pom --- bow-ui/README.txt => README.md | 0 bow-extension-chromium/{README.txt => README.md} | 0 bow-extension-chromium/changelog.txt | 0 README.txt => bow-ui/README.md | 0 bow-ui/changelog.txt | 0 changelog.txt | 0 pom.xml | 30 +++++++++++------------- 7 files changed, 14 insertions(+), 16 deletions(-) diff --git a/bow-ui/README.txt b/README.md similarity index 100% rename from bow-ui/README.txt rename to README.md diff --git a/bow-extension-chromium/README.txt b/bow-extension-chromium/README.md similarity index 100% rename from bow-extension-chromium/README.txt rename to bow-extension-chromium/README.md diff --git a/bow-extension-chromium/changelog.txt b/bow-extension-chromium/changelog.txt deleted file mode 100644 index e69de29..0000000 diff --git a/README.txt b/bow-ui/README.md similarity index 100% rename from README.txt rename to bow-ui/README.md diff --git a/bow-ui/changelog.txt b/bow-ui/changelog.txt deleted file mode 100644 index e69de29..0000000 diff --git a/changelog.txt b/changelog.txt deleted file mode 100644 index e69de29..0000000 diff --git a/pom.xml b/pom.xml index 34d8098..41bf716 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>chorempom</artifactId> - <version>2.3</version> + <version>9</version> </parent> <groupId>org.chorem</groupId> @@ -27,15 +27,6 @@ <developers> <developer> - <id>sletellier</id> - <name>Sylvain Letellier</name> - <timezone>Europe/Paris</timezone> - <roles> - <role>Developer</role> - </roles> - </developer> - - <developer> <id>kmorin</id> <name>Kevin Morin</name> <email>morin@codelutin.com</email> @@ -71,6 +62,7 @@ </roles> </developer> </developers> + <contributors> <contributor> <name>Benoit Brossaud</name> @@ -87,6 +79,14 @@ <role>Developer</role> </roles> </contributor> + + <contributor> + <name>Sylvain Letellier</name> + <timezone>Europe/Paris</timezone> + <roles> + <role>Developer</role> + </roles> + </contributor> </contributors> <modules> @@ -99,12 +99,6 @@ <connection>scm:git:git@gitlab.nuiton.org:chorem/.git</connection> <developerConnection>scm:git:git@gitlab.nuiton.org:chorem/.git</developerConnection> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> <properties> @@ -133,6 +127,10 @@ <!-- documentation locale --> <locales>fr</locales> + <ciViewId>Bow</ciViewId> + <javaVersion>1.7</javaVersion> + <signatureArtifactId>java17</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> </properties> <repositories> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.