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


The following commit(s) were added to refs/heads/master by this push:
     new cf96330  Update deps: turbine parent 12 and fulcrum yaafi and 
testcontainer 2.0.0, add log4j2-core to test deps. Set version to 2.0.0-SNAPSHOT
cf96330 is described below

commit cf963305673854a1c7e5170639d36bfddc3d0583
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Nov 27 11:40:58 2023 +0100

    Update deps: turbine parent 12 and fulcrum yaafi and testcontainer 2.0.0, 
add log4j2-core to test deps. Set version to 2.0.0-SNAPSHOT
---
 pom.xml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index f9d81cf..8607b89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,14 +19,14 @@
   <parent>
     <artifactId>turbine-parent</artifactId>
        <groupId>org.apache.turbine</groupId>
-       <version>11</version>
+       <version>12</version>
        <relativePath />
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.fulcrum</groupId>
   <artifactId>fulcrum-factory</artifactId>
-  <version>1.1.2-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <name>Fulcrum Factory</name>
   <inceptionYear>2005</inceptionYear>
   <description>Fulcrum Factory Service</description>
@@ -92,15 +92,21 @@
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-testcontainer</artifactId>
-      <version>1.0.9</version>
+      <version>2.0.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-yaafi</artifactId>
-      <version>1.0.8</version>
+      <version>2.0.0</version>
       <scope>test</scope>
     </dependency>
+     <dependency>
+       <groupId>org.apache.logging.log4j</groupId>
+       <artifactId>log4j-core</artifactId>
+       <version>${turbine.log4j2.version}</version>
+       <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>

Reply via email to