branch develop updated (6885525 -> 21580f6)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-jpa. See https://gitlab.nuiton.org/nuiton/nuiton-jpa.git from 6885525 Migration vers gitlab + simplification configuration des sites new 21580f6 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 21580f60041f96c7e604ab89e0c27d7df20bdac6 Author: CHRE <CHATELLIER@codelutin.com> Date: Tue Aug 9 10:42:28 2016 +0200 Update parent pom Summary of changes: nuiton-jpa-templates/changelog.txt => README.md | 0 README.txt | 0 changelog.txt | 0 nuiton-jpa-templates/README.txt => nuiton-jpa-api/README.md | 0 nuiton-jpa-api/README.txt | 0 nuiton-jpa-api/changelog.txt | 0 .../changelog.txt => nuiton-jpa-hibernate/README.md | 0 nuiton-jpa-hibernate/README.txt | 0 nuiton-jpa-junit/{README.txt => README.md} | 0 .../changelog.txt => nuiton-jpa-templates/README.md | 0 pom.xml | 13 +++++-------- 11 files changed, 5 insertions(+), 8 deletions(-) rename nuiton-jpa-templates/changelog.txt => README.md (100%) delete mode 100644 README.txt delete mode 100644 changelog.txt rename nuiton-jpa-templates/README.txt => nuiton-jpa-api/README.md (100%) delete mode 100644 nuiton-jpa-api/README.txt delete mode 100644 nuiton-jpa-api/changelog.txt rename nuiton-jpa-junit/changelog.txt => nuiton-jpa-hibernate/README.md (100%) delete mode 100644 nuiton-jpa-hibernate/README.txt rename nuiton-jpa-junit/{README.txt => README.md} (100%) rename nuiton-jpa-hibernate/changelog.txt => nuiton-jpa-templates/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 nuiton-jpa. See https://gitlab.nuiton.org/nuiton/nuiton-jpa.git commit 21580f60041f96c7e604ab89e0c27d7df20bdac6 Author: CHRE <CHATELLIER@codelutin.com> Date: Tue Aug 9 10:42:28 2016 +0200 Update parent pom --- nuiton-jpa-templates/changelog.txt => README.md | 0 README.txt | 0 changelog.txt | 0 nuiton-jpa-templates/README.txt => nuiton-jpa-api/README.md | 0 nuiton-jpa-api/README.txt | 0 nuiton-jpa-api/changelog.txt | 0 .../changelog.txt => nuiton-jpa-hibernate/README.md | 0 nuiton-jpa-hibernate/README.txt | 0 nuiton-jpa-junit/{README.txt => README.md} | 0 .../changelog.txt => nuiton-jpa-templates/README.md | 0 pom.xml | 13 +++++-------- 11 files changed, 5 insertions(+), 8 deletions(-) diff --git a/nuiton-jpa-templates/changelog.txt b/README.md similarity index 100% rename from nuiton-jpa-templates/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/nuiton-jpa-templates/README.txt b/nuiton-jpa-api/README.md similarity index 100% rename from nuiton-jpa-templates/README.txt rename to nuiton-jpa-api/README.md diff --git a/nuiton-jpa-api/README.txt b/nuiton-jpa-api/README.txt deleted file mode 100644 index e69de29..0000000 diff --git a/nuiton-jpa-api/changelog.txt b/nuiton-jpa-api/changelog.txt deleted file mode 100644 index e69de29..0000000 diff --git a/nuiton-jpa-junit/changelog.txt b/nuiton-jpa-hibernate/README.md similarity index 100% rename from nuiton-jpa-junit/changelog.txt rename to nuiton-jpa-hibernate/README.md diff --git a/nuiton-jpa-hibernate/README.txt b/nuiton-jpa-hibernate/README.txt deleted file mode 100644 index e69de29..0000000 diff --git a/nuiton-jpa-junit/README.txt b/nuiton-jpa-junit/README.md similarity index 100% rename from nuiton-jpa-junit/README.txt rename to nuiton-jpa-junit/README.md diff --git a/nuiton-jpa-hibernate/changelog.txt b/nuiton-jpa-templates/README.md similarity index 100% rename from nuiton-jpa-hibernate/changelog.txt rename to nuiton-jpa-templates/README.md diff --git a/pom.xml b/pom.xml index ebec3c7..b8a57da 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>5</version> + <version>10.2</version> </parent> <artifactId>nuiton-jpa</artifactId> @@ -63,17 +63,14 @@ <url>https://gitlab.nuiton.org/nuiton/nuiton-jpa</url> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> - <properties> <!-- redmine project Id --> <projectId>nuiton-jpa</projectId> + <ciViewId>nuiton-jpa</ciViewId> + <javaVersion>1.6</javaVersion> + <signatureArtifactId>java16</signatureArtifactId> + <signatureVersion>1.1</signatureVersion> <!-- Documentation in english --> <locales>en</locales> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm