branch develop updated (28ef233 -> 09ec2b9)
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 28ef233 Migration sous gitlab new 09ec2b9 Update parent pom 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 09ec2b9e54541a1678a493548bb93948a4f49d0e Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 3 15:07:11 2016 +0100 Update parent pom Summary of changes: 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(-) rename bow-ui/README.txt => README.md (100%) rename bow-extension-chromium/{README.txt => README.md} (100%) delete mode 100644 bow-extension-chromium/changelog.txt rename README.txt => bow-ui/README.md (100%) delete mode 100644 bow-ui/changelog.txt delete mode 100644 changelog.txt -- 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 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>.
participants (1)
-
chorem.org scm