Change to cmake-maven-plugin that works on Windows
diff --git a/pom.xml b/pom.xml
index c0afaa2..b520f3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
 		<connection>scm:git:http://gitbox.apache.org/repos/asf/logging-log4cxx.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/logging-log4cxx.git</developerConnection>
 		<url>https://gitbox.apache.org/repos/asf?p=logging-log4cxx.git</url>
-		<tag>v0.11.0-RC1</tag>
+		<tag>HEAD</tag>
 	</scm>
 
 	<properties>
@@ -183,7 +183,7 @@
             <plugin>
               <groupId>com.googlecode.cmake-maven-project</groupId>
               <artifactId>cmake-maven-plugin</artifactId>
-              <version>3.14.5-b1</version>
+              <version>3.16.3-b1</version>
               <executions>
                 <execution>
                   <id>cmake-generate</id>