branch develop updated (4f66696 -> c5644b3)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository processor. See https://gitlab.nuiton.org/nuiton/processor.git from 4f66696 doc(README.text) Adding a small description of the project new c5644b3 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 c5644b3dc836b7810c3e3cc1b868c9155e89b473 Author: CHRE <CHATELLIER@codelutin.com> Date: Tue Aug 9 10:32:15 2016 +0200 Update parent pom Summary of changes: README.txt => README.md | 0 .../README.txt => ant-processor-task/README.md | 0 ant-processor-task/changelog.txt | 1 - nuiton-processor/{README.txt => README.md} | 0 nuiton-processor/changelog.txt | 1 - pom.xml | 19 ++++++------------- .../README.txt => processor-maven-plugin/README.md | 0 processor-maven-plugin/changelog.txt | 1 - 8 files changed, 6 insertions(+), 16 deletions(-) rename README.txt => README.md (100%) rename processor-maven-plugin/README.txt => ant-processor-task/README.md (100%) delete mode 100644 ant-processor-task/changelog.txt rename nuiton-processor/{README.txt => README.md} (100%) delete mode 100644 nuiton-processor/changelog.txt rename ant-processor-task/README.txt => processor-maven-plugin/README.md (100%) delete mode 100644 processor-maven-plugin/changelog.txt -- 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 processor. See https://gitlab.nuiton.org/nuiton/processor.git commit c5644b3dc836b7810c3e3cc1b868c9155e89b473 Author: CHRE <CHATELLIER@codelutin.com> Date: Tue Aug 9 10:32:15 2016 +0200 Update parent pom --- README.txt => README.md | 0 .../README.txt => ant-processor-task/README.md | 0 ant-processor-task/changelog.txt | 1 - nuiton-processor/{README.txt => README.md} | 0 nuiton-processor/changelog.txt | 1 - pom.xml | 19 ++++++------------- .../README.txt => processor-maven-plugin/README.md | 0 processor-maven-plugin/changelog.txt | 1 - 8 files changed, 6 insertions(+), 16 deletions(-) diff --git a/README.txt b/README.md similarity index 100% rename from README.txt rename to README.md diff --git a/processor-maven-plugin/README.txt b/ant-processor-task/README.md similarity index 100% rename from processor-maven-plugin/README.txt rename to ant-processor-task/README.md diff --git a/ant-processor-task/changelog.txt b/ant-processor-task/changelog.txt deleted file mode 100644 index 21fae5f..0000000 --- a/ant-processor-task/changelog.txt +++ /dev/null @@ -1 +0,0 @@ -No more used, we will soon make optional multi-module childs changelog.txt (mavenpom>1.0.0) \ No newline at end of file diff --git a/nuiton-processor/README.txt b/nuiton-processor/README.md similarity index 100% rename from nuiton-processor/README.txt rename to nuiton-processor/README.md diff --git a/nuiton-processor/changelog.txt b/nuiton-processor/changelog.txt deleted file mode 100644 index f9a28aa..0000000 --- a/nuiton-processor/changelog.txt +++ /dev/null @@ -1 +0,0 @@ -No more used, we will soon make optional multi-module childs changelog.txt (mavenpom>1.0.0) diff --git a/pom.xml b/pom.xml index b1f0121..7e3207b 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>5</version> + <version>10.2</version> </parent> <artifactId>processor</artifactId> @@ -78,13 +78,6 @@ <url>https://gitlab.nuiton.org/nuiton/processor</url> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> - <properties> <!-- redmine project Id --> @@ -96,11 +89,11 @@ <mavenVersion>2.2.1</mavenVersion> <antVersion>1.8.3</antVersion> - <!-- Stay on jdk5 (requirement for some other project using this - library) --> - <maven.compiler.source>1.5</maven.compiler.source> - <maven.compiler.target>1.5</maven.compiler.target> - + <!-- Stay on jdk5 (requirement for some other project using this library) --> + <ciViewId>processor</ciViewId> + <javaVersion>1.5</javaVersion> + <signatureArtifactId>java15</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> </properties> <dependencyManagement> diff --git a/ant-processor-task/README.txt b/processor-maven-plugin/README.md similarity index 100% rename from ant-processor-task/README.txt rename to processor-maven-plugin/README.md diff --git a/processor-maven-plugin/changelog.txt b/processor-maven-plugin/changelog.txt deleted file mode 100644 index 21fae5f..0000000 --- a/processor-maven-plugin/changelog.txt +++ /dev/null @@ -1 +0,0 @@ -No more used, we will soon make optional multi-module childs changelog.txt (mavenpom>1.0.0) \ No newline at end of file -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm