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 8ee4e1f Update parent pom to v14, set fulcrum testcontainer and yaafi
to 2.0.2 SNAPSHOT
8ee4e1f is described below
commit 8ee4e1f77e8e91c7dfd21816b1e16f5c682a67d6
Author: gk <[email protected]>
AuthorDate: Wed Apr 23 14:38:17 2025 +0200
Update parent pom to v14, set fulcrum testcontainer and yaafi to 2.0.2
SNAPSHOT
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index c504a82..1122cd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>turbine-parent</artifactId>
<groupId>org.apache.turbine</groupId>
- <version>13</version>
+ <version>14</version>
<relativePath />
</parent>
@@ -106,13 +106,13 @@
<dependency>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-testcontainer</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-yaafi</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>