- fixing relativePath in poms cache, intake, quartz, parser, security, testcontainer
- intake: update parser, use in test pool2, add log4j2 for next testcontainer
- parser: formatting, dependency fixes, site skin update
- testcontainer: add and use log4j2 avalon adapter in yaafi testcontainer, use more JUnit 5
- moved README.txt to READMe.md in root

git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/quartz@1890285 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 0b26cc1..eeae9d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,22 +16,23 @@
    limitations under the License.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<parent>
-		<artifactId>turbine-parent</artifactId>
-		<groupId>org.apache.turbine</groupId>
-		<version>8</version>
-	</parent>
+    <parent>
+        <artifactId>turbine-parent</artifactId>
+        <groupId>org.apache.turbine</groupId>
+        <version>8</version>
+        <relativePath></relativePath>
+    </parent>
 
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.apache.fulcrum</groupId>
-	<artifactId>fulcrum-quartz</artifactId>
-	<version>1.1.2-SNAPSHOT</version>
-	<name>Fulcrum Quartz</name>
-	<inceptionYear>2004</inceptionYear>
-	<description>A wrapper around the Quartz Scheduler.</description>
-	<url>http://turbine.apache.org/fulcrum/fulcrum-quartz/</url>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.fulcrum</groupId>
+    <artifactId>fulcrum-quartz</artifactId>
+    <version>1.1.2-SNAPSHOT</version>
+    <name>Fulcrum Quartz</name>
+    <inceptionYear>2004</inceptionYear>
+    <description>A wrapper around the Quartz Scheduler.</description>
+    <url>https://turbine.apache.org/fulcrum/fulcrum-quartz/</url>
 
-	<!-- Required for staging to work -->
+    <!-- Required for staging to work -->
     <distributionManagement>
        <site>
               <id>turbine.apache.org</id>
@@ -146,7 +147,7 @@
 
 
 
-	</build>
+    </build>
 
   <properties>
     <turbine.site.path>fulcrum/fulcrum-quartz</turbine.site.path>