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-fulcrum-security.git
commit 1c611ce78d6cc0efd7a56fc9cccfd30f93dad551 Author: Georg Kallidis <[email protected]> AuthorDate: Wed Oct 13 16:12:11 2021 +0200 Update parent, complete changes.xml --- pom.xml | 2 +- src/changes/changes.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e848b3d..6de8ae6 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>turbine-parent</artifactId> <groupId>org.apache.turbine</groupId> - <version>9-SNAPSHOT</version> + <version>9</version> <relativePath></relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 740ae62..13359b8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -29,7 +29,8 @@ - add groupSet to interface to TurbineAccessControlList - add transient avalon logger to TurbineAccessControlList constructor - use model manager to fetch global group (model manager should be set always) - - Add Torque 5.0. schemata, update to Turbine parent v8 + - Add Torque 5.0 schemata, update to Turbine parent v9 + - Java Dependency updates: Update to commons-dbcp2 2.9.0 (Torque) </action> </release> <release version="2.0.0" description="2020-01-04">
