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 e8b58c5e17c036576be1546233ce7b899ba33ebb Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 3 15:07:23 2016 +0100 Update parent pom --- chorem-webmotion/changelog.txt => README.md | 0 README.txt | 0 changelog.txt | 0 chorem-webmotion/README.txt => chorem-entities/README.md | 0 chorem-entities/README.txt | 0 .../changelog.txt => chorem-webmotion/README.md | 0 pom.xml | 15 +++++++-------- 7 files changed, 7 insertions(+), 8 deletions(-) diff --git a/chorem-webmotion/changelog.txt b/README.md similarity index 100% rename from chorem-webmotion/changelog.txt rename to README.md diff --git a/README.txt b/README.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/chorem-webmotion/README.txt b/chorem-entities/README.md similarity index 100% rename from chorem-webmotion/README.txt rename to chorem-entities/README.md diff --git a/chorem-entities/README.txt b/chorem-entities/README.txt deleted file mode 100644 index e69de29..0000000 diff --git a/chorem-entities/changelog.txt b/chorem-webmotion/README.md similarity index 100% rename from chorem-entities/changelog.txt rename to chorem-webmotion/README.md diff --git a/pom.xml b/pom.xml index 9d9cb7d..ea5d8f2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>chorempom</artifactId> - <version>6</version> + <version>8.1</version> </parent> <groupId>org.chorem</groupId> @@ -83,12 +83,6 @@ <connection>scm:git:git@gitlab.nuiton.org:chorem/chorem.git</connection> <developerConnection>scm:git:git@gitlab.nuiton.org:chorem/chorem.git</developerConnection> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> <properties> @@ -134,7 +128,12 @@ <!-- i18n config --> <i18n.bundles>fr_FR,en_GB</i18n.bundles> <i18n.silent>true</i18n.silent> - + + <ciViewId>Chorem</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>.