This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jredmine. See https://gitlab.nuiton.org/nuiton/jredmine.git commit 020ee45929b750e50ec945708986391e5279d369 Author: CHRE <CHATELLIER@codelutin.com> Date: Tue Aug 9 10:28:27 2016 +0200 Update parent pom --- README.txt => README.md | 0 changelog.txt | 5 ----- jredmine-maven-plugin/README.txt => jredmine-client/README.md | 0 jredmine-client/changelog.txt | 5 ----- jredmine-client/README.txt => jredmine-maven-plugin/README.md | 0 jredmine-maven-plugin/changelog.txt | 5 ----- pom.xml | 6 +++++- 7 files changed, 5 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/changelog.txt b/changelog.txt deleted file mode 100644 index d83fbcf..0000000 --- a/changelog.txt +++ /dev/null @@ -1,5 +0,0 @@ -jredmine (1.0.0-SNAPSHOT) stable; urgency=low - - * //TODO_FILL_ME - - -- tchemit -- Mon, 02 Nov 2009 01:42:06 +0100 diff --git a/jredmine-maven-plugin/README.txt b/jredmine-client/README.md similarity index 100% rename from jredmine-maven-plugin/README.txt rename to jredmine-client/README.md diff --git a/jredmine-client/changelog.txt b/jredmine-client/changelog.txt deleted file mode 100644 index 23e2753..0000000 --- a/jredmine-client/changelog.txt +++ /dev/null @@ -1,5 +0,0 @@ -maven-redmine-plugin (1.0.0-SNAPSHOT) stable; urgency=low - - * //TODO_FILL_ME - - -- author -- date -R diff --git a/jredmine-client/README.txt b/jredmine-maven-plugin/README.md similarity index 100% rename from jredmine-client/README.txt rename to jredmine-maven-plugin/README.md diff --git a/jredmine-maven-plugin/changelog.txt b/jredmine-maven-plugin/changelog.txt deleted file mode 100644 index 23e2753..0000000 --- a/jredmine-maven-plugin/changelog.txt +++ /dev/null @@ -1,5 +0,0 @@ -maven-redmine-plugin (1.0.0-SNAPSHOT) stable; urgency=low - - * //TODO_FILL_ME - - -- author -- date -R diff --git a/pom.xml b/pom.xml index 6f99e48..e9cdf1d 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>5</version> + <version>10.2</version> </parent> <artifactId>jredmine</artifactId> @@ -69,6 +69,10 @@ <properties> <projectId>jredmine</projectId> + <ciViewId>JRedmine</ciViewId> + <javaVersion>1.6</javaVersion> + <signatureArtifactId>java16</signatureArtifactId> + <signatureVersion>1.1</signatureVersion> <!-- must be on a fixed version, not on the snapshot to make possible release --> <jredminePluginVersion>1.8.2</jredminePluginVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.