You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2022/01/10 14:07:44 UTC

[turbine-fulcrum-build] 02/02: Use Turbine Parent v11

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

commit b6b3b3251f70a269607b5cd6c2e27cbf9b236114
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Mon Jan 10 15:06:46 2022 +0100

    Use Turbine Parent v11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6135ff9..f121dd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>turbine-parent</artifactId>
        <groupId>org.apache.turbine</groupId>
-       <version>9</version>
+       <version>11</version>
   </parent>
   <artifactId>fulcrum</artifactId>
   <packaging>pom</packaging>