branch develop updated (e05fc51 -> 9dafbb0)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository scmwebeditor. See https://gitlab.nuiton.org/nuiton/scmwebeditor.git from e05fc51 Fixes #1696 Merge branch 'feature/1696' into develop new 9dafbb0 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 9dafbb0dbba52239e2a34ba32851504fd9ea2b45 Author: CHRE <CHATELLIER@codelutin.com> Date: Tue Aug 9 10:32:40 2016 +0200 Update parent pom Summary of changes: swe-ui-web/README.txt => README.md | 0 pom.xml | 12 +++++------- swe-svn/README.txt => swe-git/README.md | 0 swe-scm-api/{README.txt => README.md} | 0 swe-git/README.txt => swe-svn/README.md | 0 README.txt => swe-ui-web/README.md | 0 6 files changed, 5 insertions(+), 7 deletions(-) rename swe-ui-web/README.txt => README.md (100%) rename swe-svn/README.txt => swe-git/README.md (100%) rename swe-scm-api/{README.txt => README.md} (100%) rename swe-git/README.txt => swe-svn/README.md (100%) rename README.txt => swe-ui-web/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 scmwebeditor. See https://gitlab.nuiton.org/nuiton/scmwebeditor.git commit 9dafbb0dbba52239e2a34ba32851504fd9ea2b45 Author: CHRE <CHATELLIER@codelutin.com> Date: Tue Aug 9 10:32:40 2016 +0200 Update parent pom --- swe-ui-web/README.txt => README.md | 0 pom.xml | 12 +++++------- swe-svn/README.txt => swe-git/README.md | 0 swe-scm-api/{README.txt => README.md} | 0 swe-git/README.txt => swe-svn/README.md | 0 README.txt => swe-ui-web/README.md | 0 6 files changed, 5 insertions(+), 7 deletions(-) diff --git a/swe-ui-web/README.txt b/README.md similarity index 100% rename from swe-ui-web/README.txt rename to README.md diff --git a/pom.xml b/pom.xml index 4999506..2d5e5ad 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>6</version> + <version>10.2</version> </parent> <groupId>org.nuiton</groupId> @@ -79,17 +79,15 @@ <developerConnection>scm:git:git@gitlab.nuiton.org:nuiton/scmwebeditor.git</developerConnection> <url>https://gitlab.nuiton.org/nuiton/scmwebeditor</url> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> <properties> <!-- redmine project Id --> <projectId>scmwebeditor</projectId> + <ciViewId>ScmWebEditor</ciViewId> + <javaVersion>1.6</javaVersion> + <signatureArtifactId>java16</signatureArtifactId> + <signatureVersion>1.1</signatureVersion> <!--Multilanguage maven-site --> <locales>fr,en</locales> diff --git a/swe-svn/README.txt b/swe-git/README.md similarity index 100% rename from swe-svn/README.txt rename to swe-git/README.md diff --git a/swe-scm-api/README.txt b/swe-scm-api/README.md similarity index 100% rename from swe-scm-api/README.txt rename to swe-scm-api/README.md diff --git a/swe-git/README.txt b/swe-svn/README.md similarity index 100% rename from swe-git/README.txt rename to swe-svn/README.md diff --git a/README.txt b/swe-ui-web/README.md similarity index 100% rename from README.txt rename to swe-ui-web/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