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-quartz.git
The following commit(s) were added to refs/heads/master by this push:
new da3c2b5 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
da3c2b5 is described below
commit da3c2b57cc5349b3148b88dce94b89defbc0912f
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Nov 27 11:47:05 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 fdf293b..159330a 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-quartz</artifactId>
- <version>1.1.3-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<name>Fulcrum Quartz</name>
<inceptionYear>2004</inceptionYear>
<description>A wrapper around the Quartz Scheduler.</description>
@@ -105,15 +105,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>