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>.