Revert "[maven-release-plugin] prepare release apache-log4cxx-0.11.0"
This reverts commit 83bfd58defd469ff399b304fa350fbbc32585604. Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/a7a773db Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/a7a773db Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/a7a773db Branch: refs/heads/master Commit: a7a773db2a12e9821ffd17e66b2d7970694f8973 Parents: 4f4ec88 Author: Thorsten Schöning <[email protected]> Authored: Fri Jul 7 08:47:16 2017 +0200 Committer: Thorsten Schöning <[email protected]> Committed: Fri Jul 7 08:47:16 2017 +0200 ---------------------------------------------------------------------- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/a7a773db/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9f3a556..766169b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,9 +1,11 @@ -<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"> +<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"> <modelVersion>4.0.0</modelVersion> <groupId>log4cxx</groupId> <artifactId>apache-log4cxx</artifactId> <packaging>pom</packaging> - <version>0.11.0</version> + <version>0.11.0-SNAPSHOT</version> <name>Apache log4cxx</name> <description>Logging framework for C++.</description> <url>http://logging.apache.org/log4cxx</url> @@ -65,8 +67,7 @@ <connection>scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4cxx.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4cxx.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=logging-log4cxx.git</url> - <tag>apache-log4cxx-0.11.0</tag> - </scm> + </scm> <organization> <name>Apache Software Foundation</name>
