This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-parent.git
commit 27dba2869648b54f358ff0d4c9962ca5d702f746 Author: Georg Kallidis <[email protected]> AuthorDate: Mon Sep 27 12:41:17 2021 +0200 set url to redirect target, update changes.xml --- pom.xml | 2 +- src/changes/changes.xml | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9cbc996..59731c4 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-parent.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-parent.git</developerConnection> - <url>https://gitbox.apache.org/repos/asf/turbine-parent.git</url> + <url>https://gitbox.apache.org/repos/asf?p=turbine-parent.git</url> </scm> <mailingLists> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6604465..c5f4fe3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,7 +24,24 @@ </properties> <body> - <release version="8" date="in SVN"> + <release version="9" date="in version control"> + <action dev="gk" type="update" date="2021-09-27"> + - scm url (not redirected) in pom.xm and update changes.xml + </action> + <action dev="gk" type="update" date="2021-09-09"> + - scm and asf-site setting in pom.xml + </action> + <action dev="gk" type="update" date="2021-09-08"> + - scm update from svn to git + </action> + <action dev="gk" type="update" date="2021-06-08"> + - java 11/12 bug: flag to avoid https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8212233 + - java > 11 replace Findbugs with SpotBugs + - pmd plugin v3.14.0 + </action> + </release> + + <release version="8" date="2021-04-28"> <action dev="gk" type="update" date="2021-04-21"> - org.owasp dependency-check-maven plugin to 6.1.2 - log4j2 version 2.14.1
