Repository: logging-log4cxx
Updated Branches:
  refs/heads/next_stable 884b21369 -> df8f23b8f
  refs/heads/release_scripts e1265f0fd -> 3ca47c80a


Prepare for next development iteration: 0.11.1


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

Branch: refs/heads/next_stable
Commit: f5f73b636f025b752eb8fa7e86a9cfd7a99e5eea
Parents: 5878003
Author: Thorsten Schöning <tschoen...@am-soft.de>
Authored: Wed Aug 16 19:54:35 2017 +0200
Committer: Thorsten Schöning <tschoen...@am-soft.de>
Committed: Wed Aug 16 19:54:35 2017 +0200

----------------------------------------------------------------------
 pom.xml                 | 24 ++++++++++++------------
 src/changes/changes.xml |  5 +++++
 2 files changed, 17 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/f5f73b63/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5697b54..b7188b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
        <groupId>log4cxx</groupId>
        <artifactId>apache-log4cxx</artifactId>
        <packaging>pom</packaging>
-       <version>0.11.0-SNAPSHOT</version>
+       <version>0.11.1-SNAPSHOT</version>
        <name>Apache log4cxx</name>
        <description>Logging framework for C++.</description>
        <url>http://logging.apache.org/log4cxx</url>
@@ -181,7 +181,7 @@
                <plugins>
                        <plugin>
                                <artifactId>maven-antrun-plugin</artifactId>
-                               <version>1.7</version>
+                               <version>0.11.1-SNAPSHOT</version>
                                <executions>
                                        <execution>
                                                <phase>compile</phase>
@@ -279,26 +279,26 @@
                                        <dependency>
                                                
<groupId>org.apache.ant</groupId>
                                                <artifactId>ant</artifactId>
-                                               <version>1.9.3</version>
+                                               
<version>0.11.1-SNAPSHOT</version>
                                        </dependency>
 
                                        <dependency>
                                                <groupId>ant-contrib</groupId>
                                                
<artifactId>ant-contrib</artifactId>
-                                               <version>1.0b2</version>
+                                               
<version>0.11.1-SNAPSHOT</version>
                                        </dependency>
 
                                        <dependency>
                                                <groupId>ant-contrib</groupId>
                                                
<artifactId>cpptasks</artifactId>
-                                               <version>1.0b5</version>
+                                               
<version>0.11.1-SNAPSHOT</version>
                                        </dependency>
                                </dependencies>
                        </plugin>
 
                        <plugin>
                                <artifactId>maven-assembly-plugin</artifactId>
-                               <version>2.3</version>
+                               <version>0.11.1-SNAPSHOT</version>
                                <configuration>
                                        <descriptors>
                                                
<descriptor>src/assembly/source.xml</descriptor>
@@ -318,12 +318,12 @@
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>rat-maven-plugin</artifactId>
-                               <version>1.0-alpha-3</version>
+                               <version>0.11.1-SNAPSHOT</version>
                        </plugin>
 
                        <plugin>
                                <artifactId>maven-site-plugin</artifactId>
-                               <version>3.3</version>
+                               <version>0.11.1-SNAPSHOT</version>
                                <configuration>
                                        
<templateFile>${basedir}/src/site/site.vm</templateFile>
                                </configuration>
@@ -331,7 +331,7 @@
 
                        <plugin>
                                <artifactId>maven-release-plugin</artifactId>
-                               <version>2.3</version>
+                               <version>0.11.1-SNAPSHOT</version>
                                <configuration>
                                        
<tagNameFormat>v@{project.version}-RCx</tagNameFormat>
                                        <goals>site-deploy 
assembly:assembly</goals>
@@ -344,7 +344,7 @@
                <dependency>
                        <groupId>log4j</groupId>
                        <artifactId>log4j</artifactId>
-                       <version>1.2.14</version>
+                       <version>0.11.1-SNAPSHOT</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>
@@ -354,7 +354,7 @@
                <plugins>
                        <plugin>
                                
<artifactId>maven-project-info-reports-plugin</artifactId>
-                               <version>2.7</version>
+                               <version>0.11.1-SNAPSHOT</version>
                                <reportSets>
                                        <reportSet>
                                                <reports>
@@ -369,7 +369,7 @@
 
                        <plugin>
                                <artifactId>maven-changes-plugin</artifactId>
-                               <version>2.9</version>
+                               <version>0.11.1-SNAPSHOT</version>
                                <reportSets>
                                        <reportSet>
                                                <reports>

http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/f5f73b63/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bdf1b7b..9aa187a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,6 +23,11 @@
        </properties>
 
        <body>
+               <release        version="0.11.1"
+                                       date="XXXX-XX-XX"
+                                       description="Maintenance release">
+               </release>
+
                <release        version="0.11.0"
                                        date="2017-08-16"
                                        description="Maintenance release">

Reply via email to