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-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new aebb8ca Update parent pom to v14, fulcrum testcontainer to 2.0.1,
fulcrum yaafi to 2.0.1
aebb8ca is described below
commit aebb8caede689bd722f5ee8177956981343a20a6
Author: gk <[email protected]>
AuthorDate: Wed Apr 23 14:34:08 2025 +0200
Update parent pom to v14, fulcrum testcontainer to 2.0.1, fulcrum yaafi to
2.0.1
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index de27204..3adf381 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.turbine</groupId>
<artifactId>turbine-parent</artifactId>
- <version>13-SNAPSHOT</version>
+ <version>14</version>
<relativePath />
</parent>
@@ -89,7 +89,7 @@
<dependency>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-testcontainer</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-yaafi</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>