Repository: logging-log4cxx Updated Branches: refs/heads/master 2baa99d38 -> c4b9cff69
[maven-release-plugin] prepare release apache-log4cxx-0.11.0 Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/c4b9cff6 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/c4b9cff6 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/c4b9cff6 Branch: refs/heads/master Commit: c4b9cff692562e27ebb3cbeee2c6f99ced153bd6 Parents: 2baa99d Author: Thorsten Schöning <[email protected]> Authored: Fri Jul 7 16:24:54 2017 +0200 Committer: Thorsten Schöning <[email protected]> Committed: Fri Jul 7 16:24:54 2017 +0200 ---------------------------------------------------------------------- pom.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/c4b9cff6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7568d65..987a2f9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,9 @@ -<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-SNAPSHOT</version> + <version>0.11.0</version> <name>Apache log4cxx</name> <description>Logging framework for C++.</description> <url>http://logging.apache.org/log4cxx</url> @@ -67,7 +65,8 @@ <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> - </scm> + <tag>apache-log4cxx-0.11.0</tag> + </scm> <organization> <name>Apache Software Foundation</name>
