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 7b12653 Use consistent fulcrum dep updating parent to turbine-parent
13-SNAPSHOT, fulcrum-testcontainer and fulcrum-yaafi to v2.0.1-SNAPSHOT
7b12653 is described below
commit 7b12653dc1dcdf1dcae9a2456ca3c33a6ed88500
Author: gemkall <[email protected]>
AuthorDate: Thu Jul 18 11:16:26 2024 +0200
Use consistent fulcrum dep updating parent to turbine-parent 13-SNAPSHOT,
fulcrum-testcontainer and fulcrum-yaafi to v2.0.1-SNAPSHOT
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 159330a..9ac48d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>turbine-parent</artifactId>
<groupId>org.apache.turbine</groupId>
- <version>12</version>
+ <version>13-SNAPSHOT</version>
<relativePath />
</parent>
@@ -105,13 +105,13 @@
<dependency>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-testcontainer</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-yaafi</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>