update parent to v9, update commons-io to 2.11
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 -->