Updates for current 2.x.
diff --git a/log4j-server/pom.xml b/log4j-server/pom.xml
index 10868b9..df8c100 100644
--- a/log4j-server/pom.xml
+++ b/log4j-server/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-tools</artifactId>
-    <version>2.11.1-SNAPSHOT</version>
+    <version>2.14.1-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-server</artifactId>
diff --git a/pom.xml b/pom.xml
index c3f948c..07b8e01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,11 +21,12 @@
   <artifactId>log4j-tools</artifactId>
   <packaging>pom</packaging>
   <name>Apache Log4j 2 Tools</name>
-  <version>2.11.1-SNAPSHOT</version>
+  <version>2.14.1-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.logging</groupId>
     <artifactId>logging-parent</artifactId>
-    <version>1</version>
+    <version>3</version>
+    <relativePath />
   </parent>
   <description>Apache Log4j 2 Tools</description>
   <url>https://logging.apache.org/log4j/2.x/</url>
@@ -166,14 +167,14 @@
   <properties>
     <!-- make sure to update these for each release! -->
     <log4jParentDir>${basedir}</log4jParentDir>
-    <Log4jReleaseVersion>2.10.0</Log4jReleaseVersion>
+    <Log4jReleaseVersion>2.14.0</Log4jReleaseVersion>
     <!--<Log4jReleaseManager>Ralph Goers</Log4jReleaseManager>-->
     <!--<Log4jReleaseKey>B3D8E1BA</Log4jReleaseKey>-->
     <Log4jReleaseManager>Matt Sicker</Log4jReleaseManager>
     <Log4jReleaseKey>FA1C814D</Log4jReleaseKey>
     <!-- note that any properties you want available in velocity templates must not use periods! -->
     <jackson2Version>2.8.7</jackson2Version>
-    <compiler.plugin.version>3.6.0</compiler.plugin.version>
+    <compiler.plugin.version>3.8.1</compiler.plugin.version>
     <pmd.plugin.version>3.7</pmd.plugin.version>
     <findbugs.plugin.version>3.0.4</findbugs.plugin.version>
     <changes.plugin.version>2.12.1</changes.plugin.version>
@@ -194,8 +195,8 @@
     <site.plugin.version>3.4</site.plugin.version>
     <remote.resources.plugin.version>1.5</remote.resources.plugin.version>
     <manifestfile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestfile>
-    <maven.compiler.source>1.7</maven.compiler.source>
-    <maven.compiler.target>1.7</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
     <docLabel>Site Documentation</docLabel>
     <projectDir />
     <commonsLoggingVersion>1.2</commonsLoggingVersion>
@@ -273,7 +274,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.12</version>
+        <version>4.13.1</version>
         <scope>test</scope>
       </dependency>
       <dependency>