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-upload.git
The following commit(s) were added to refs/heads/master by this push:
new 0942281 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 from 1.1.3-SNAPSHOT
0942281 is described below
commit 0942281939b095b9198a13aace09d8b22e2d5a18
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Nov 27 11:51:17 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 from 1.1.3-SNAPSHOT
---
pom.xml | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 384e86c..21016aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,13 +19,13 @@
<parent>
<artifactId>turbine-parent</artifactId>
<groupId>org.apache.turbine</groupId>
- <version>11</version>
+ <version>12</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>fulcrum-upload</artifactId>
<groupId>org.apache.fulcrum</groupId>
- <version>1.0.6-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<name>Fulcrum Upload</name>
<inceptionYear>2005</inceptionYear>
<description>Fulcrum Upload Service</description>
@@ -109,15 +109,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.9-SNAPSHOT</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>