This is an automated email from the ASF dual-hosted git repository. tschoening pushed a commit to branch ghpr_14_replace-ant-build-with-cmake in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
commit ac9050466766853f6fe7512762ccfcdf1524b369 Author: Stephen Webb <[email protected]> AuthorDate: Fri Feb 7 15:27:30 2020 +1100 Change to cmake-maven-plugin that works on Windows --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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>
