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-testcontainer.git
The following commit(s) were added to refs/heads/master by this push:
new 7bca02e Update parent pom to v14, update fulcrum yaafi to 2.0.2
SNAPSHOT
7bca02e is described below
commit 7bca02e2e84f182ee87b5914bbfc565e0e038ed6
Author: gk <[email protected]>
AuthorDate: Wed Apr 23 14:39:36 2025 +0200
Update parent pom to v14, update fulcrum yaafi to 2.0.2 SNAPSHOT
---
pom.xml | 5 ++---
src/changes/changes.xml | 4 +++-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 738e767..3b24149 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
<parent>
<artifactId>turbine-parent</artifactId>
<groupId>org.apache.turbine</groupId>
- <version>13</version>
+ <version>14</version>
<relativePath />
</parent>
@@ -30,7 +30,6 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-testcontainer.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-testcontainer.git</developerConnection>
<url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}</url>
- <tag>fulcrum-testcontainer-2.0.1-candidate</tag>
</scm>
<!-- distributionManagement id and url defined in parent, adapt
turbine.site.path -->
@@ -71,7 +70,7 @@
<dependency>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-yaafi</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
<!--optional>true</optional-->
</dependency>
<!-- required for testcontainer and not test scope, we have to define
version here -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d025739..c44fd59 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,9 @@
<!-- author email="[email protected]">Quinton McCombs</author -->
</properties>
<body>
- <release version="2.0.1-SNAPSHOT" date="in GIT">
+ <release version="2.0.2-SNAPSHOT" date="in GIT">
+ </release>
+ <release version="2.0.1" date="2024-10-25">
<action type="update" dev="gk">
Java 17 minimum
</action>