Repository: logging-log4cxx Updated Branches: refs/heads/master 6090388ee -> 83bfd58de
[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/83bfd58d Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/83bfd58d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/83bfd58d Branch: refs/heads/master Commit: 83bfd58defd469ff399b304fa350fbbc32585604 Parents: 6090388 Author: Thorsten Schöning <tschoening@ub-12-04-lts-server-x64.(none)> Authored: Thu Jul 6 18:59:12 2017 +0200 Committer: Thorsten Schöning <tschoening@ub-12-04-lts-server-x64.(none)> Committed: Thu Jul 6 18:59:12 2017 +0200 ---------------------------------------------------------------------- pom.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/83bfd58d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 766169b..9f3a556 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>
