Wrong versions corrected.

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

Branch: refs/heads/release_scripts
Commit: 863a568c83a7054dd1a3de67eae1450705a3bd69
Parents: 39a30b8
Author: Thorsten Schöning <[email protected]>
Authored: Thu Aug 17 10:37:32 2017 +0200
Committer: Thorsten Schöning <[email protected]>
Committed: Thu Aug 17 10:37:32 2017 +0200

----------------------------------------------------------------------
 pom.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/863a568c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b7188b9..5697b54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
        <groupId>log4cxx</groupId>
        <artifactId>apache-log4cxx</artifactId>
        <packaging>pom</packaging>
-       <version>0.11.1-SNAPSHOT</version>
+       <version>0.11.0-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>0.11.1-SNAPSHOT</version>
+                               <version>1.7</version>
                                <executions>
                                        <execution>
                                                <phase>compile</phase>
@@ -279,26 +279,26 @@
                                        <dependency>
                                                
<groupId>org.apache.ant</groupId>
                                                <artifactId>ant</artifactId>
-                                               
<version>0.11.1-SNAPSHOT</version>
+                                               <version>1.9.3</version>
                                        </dependency>
 
                                        <dependency>
                                                <groupId>ant-contrib</groupId>
                                                
<artifactId>ant-contrib</artifactId>
-                                               
<version>0.11.1-SNAPSHOT</version>
+                                               <version>1.0b2</version>
                                        </dependency>
 
                                        <dependency>
                                                <groupId>ant-contrib</groupId>
                                                
<artifactId>cpptasks</artifactId>
-                                               
<version>0.11.1-SNAPSHOT</version>
+                                               <version>1.0b5</version>
                                        </dependency>
                                </dependencies>
                        </plugin>
 
                        <plugin>
                                <artifactId>maven-assembly-plugin</artifactId>
-                               <version>0.11.1-SNAPSHOT</version>
+                               <version>2.3</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>0.11.1-SNAPSHOT</version>
+                               <version>1.0-alpha-3</version>
                        </plugin>
 
                        <plugin>
                                <artifactId>maven-site-plugin</artifactId>
-                               <version>0.11.1-SNAPSHOT</version>
+                               <version>3.3</version>
                                <configuration>
                                        
<templateFile>${basedir}/src/site/site.vm</templateFile>
                                </configuration>
@@ -331,7 +331,7 @@
 
                        <plugin>
                                <artifactId>maven-release-plugin</artifactId>
-                               <version>0.11.1-SNAPSHOT</version>
+                               <version>2.3</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>0.11.1-SNAPSHOT</version>
+                       <version>1.2.14</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>
@@ -354,7 +354,7 @@
                <plugins>
                        <plugin>
                                
<artifactId>maven-project-info-reports-plugin</artifactId>
-                               <version>0.11.1-SNAPSHOT</version>
+                               <version>2.7</version>
                                <reportSets>
                                        <reportSet>
                                                <reports>
@@ -369,7 +369,7 @@
 
                        <plugin>
                                <artifactId>maven-changes-plugin</artifactId>
-                               <version>0.11.1-SNAPSHOT</version>
+                               <version>2.9</version>
                                <reportSets>
                                        <reportSet>
                                                <reports>

Reply via email to