branch develop updated (e412896 -> 2b8fd64)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia-2.x. See http://git.nuiton.org/topia-2.x.git from e412896 fix javadoc 8 new 2b8fd64 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 2b8fd64fedf0c84dd9b0f15005b506f3d25d4785 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 3 10:57:23 2016 +0100 Update parent pom Summary of changes: topia-service-security/README.txt => README.md | 0 pom.xml | 14 ++++++-------- .../README.txt => topia-persistence/README.md | 0 topia-service-migration/{README.txt => README.md} | 0 .../README.txt => topia-service-replication/README.md | 0 README.txt => topia-service-security/README.md | 0 6 files changed, 6 insertions(+), 8 deletions(-) rename topia-service-security/README.txt => README.md (100%) rename topia-service-replication/README.txt => topia-persistence/README.md (100%) rename topia-service-migration/{README.txt => README.md} (100%) rename topia-persistence/README.txt => topia-service-replication/README.md (100%) rename README.txt => topia-service-security/README.md (100%) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia-2.x. See http://git.nuiton.org/topia-2.x.git commit 2b8fd64fedf0c84dd9b0f15005b506f3d25d4785 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 3 10:57:23 2016 +0100 Update parent pom --- topia-service-security/README.txt => README.md | 0 pom.xml | 14 ++++++-------- .../README.txt => topia-persistence/README.md | 0 topia-service-migration/{README.txt => README.md} | 0 .../README.txt => topia-service-replication/README.md | 0 README.txt => topia-service-security/README.md | 0 6 files changed, 6 insertions(+), 8 deletions(-) diff --git a/topia-service-security/README.txt b/README.md similarity index 100% rename from topia-service-security/README.txt rename to README.md diff --git a/pom.xml b/pom.xml index e46e7eb..6d2942b 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>6</version> + <version>8.1</version> </parent> <artifactId>topia</artifactId> @@ -196,12 +196,6 @@ <developerConnection>scm:git:https://git.nuiton.org/topia_2.x.git</developerConnection> <url>https://gitweb.nuiton.org/topia_2.x.git</url> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> <properties> <!-- pour un muli module on doit fixer le projectId --> @@ -222,7 +216,11 @@ <!-- i18n configuration --> <i18n.bundles>fr_FR,en_GB,es_ES</i18n.bundles> - + + <ciViewId>ToPIA</ciViewId> + <javaVersion>1.7</javaVersion> + <signatureArtifactId>java17</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> </properties> <dependencyManagement> diff --git a/topia-service-replication/README.txt b/topia-persistence/README.md similarity index 100% rename from topia-service-replication/README.txt rename to topia-persistence/README.md diff --git a/topia-service-migration/README.txt b/topia-service-migration/README.md similarity index 100% rename from topia-service-migration/README.txt rename to topia-service-migration/README.md diff --git a/topia-persistence/README.txt b/topia-service-replication/README.md similarity index 100% rename from topia-persistence/README.txt rename to topia-service-replication/README.md diff --git a/README.txt b/topia-service-security/README.md similarity index 100% rename from README.txt rename to topia-service-security/README.md -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm