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-intake.git
The following commit(s) were added to refs/heads/master by this push:
new e0ca9a3b Use consistent fulcrum dep updating fulcrum-yaafi to
v2.0.1-SNAPSHOT
e0ca9a3b is described below
commit e0ca9a3b4fef71823b52ae3f80094e63d3b8ec7a
Author: Georg Kallidis <[email protected]>
AuthorDate: Thu Jul 18 11:15:20 2024 +0200
Use consistent fulcrum dep updating fulcrum-yaafi to v2.0.1-SNAPSHOT
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5074dab3..0cceb958 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
<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>