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-yaafi.git
The following commit(s) were added to refs/heads/master by this push:
new fce5815 update parent to v9, update commons-io to 2.11
fce5815 is described below
commit fce58150f86264dee7810798a2ed8888785c974e
Author: Georg Kallidis <[email protected]>
AuthorDate: Wed Oct 13 16:59:20 2021 +0200
update parent to v9, update commons-io to 2.11
---
pom.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 794ce47..334299d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>turbine-parent</artifactId>
<groupId>org.apache.turbine</groupId>
- <version>9-SNAPSHOT</version>
+ <version>9</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -36,7 +36,8 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-yaafi.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-yaafi.git</developerConnection>
-
<url>https://gitbox.apache.org/repos/asf/turbine-fulcrum-yaafi.git</url>
+
<url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}</url>
+ <tag>HEAD</tag>
</scm>
<developers>
@@ -70,7 +71,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.8.0</version>
+ <version>2.11.0</version>
</dependency>
<!-- use own Log4jLogger avalon adapter and replace other in
turbine and testcontainer in upcoming releases -->