Repository: logging-log4cxx
Updated Branches:
  refs/heads/master 3cc02bf5e -> 34e737737


Revert "[maven-release-plugin] prepare release apache-log4cxx-0.11.0"

This reverts commit 3cc02bf5e05258e85189f1659ccb8b35e213c7fe.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/f2044954
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/f2044954
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/f2044954

Branch: refs/heads/master
Commit: f20449547b6fa333a14fadfbfcf5d00694c3cbb8
Parents: 3cc02bf
Author: Thorsten Schöning <tschoen...@am-soft.de>
Authored: Fri Jul 7 13:45:30 2017 +0200
Committer: Thorsten Schöning <tschoen...@am-soft.de>
Committed: Fri Jul 7 13:45:30 2017 +0200

----------------------------------------------------------------------
 pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/f2044954/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 42ffe65..0601112 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>

Reply via email to