You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2008/02/22 19:16:52 UTC

svn commit: r630276 - /logging/log4cxx/trunk/pom.xml

Author: carnold
Date: Fri Feb 22 10:16:37 2008
New Revision: 630276

URL: http://svn.apache.org/viewvc?rev=630276&view=rev
Log:
[maven-release-plugin] prepare release v0_10_0-rc1

Modified:
    logging/log4cxx/trunk/pom.xml

Modified: logging/log4cxx/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/pom.xml?rev=630276&r1=630275&r2=630276&view=diff
==============================================================================
--- logging/log4cxx/trunk/pom.xml (original)
+++ logging/log4cxx/trunk/pom.xml Fri Feb 22 10:16:37 2008
@@ -1,26 +1,9 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
--->
 <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.10.0-SNAPSHOT</version>
+  <version>0.10.0</version>
   <name>Apache log4cxx</name>
   <description>Logging framework for C++.</description>
   <url>http://logging.apache.org:80/log4cxx</url>
@@ -62,9 +45,9 @@
         </license>
 </licenses>
 <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4cxx/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4cxx/trunk</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/logging/log4cxx/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4cxx/tags/v0_10_0-rc1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4cxx/tags/v0_10_0-rc1</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/logging/log4cxx/tags/v0_10_0-rc1</url>
 </scm>
 <organization>
     <name>Apache Software Foundation</name>
@@ -80,7 +63,7 @@
             <id>compile</id>
             <configuration>
                 <tasks>
-                   <ant target="build"/>
+                   <ant target="build" />
                 </tasks>
             </configuration>
             <goals>
@@ -92,7 +75,7 @@
             <id>test-compile</id>
             <configuration>
                 <tasks>
-                   <ant target="test-compile"/>
+                   <ant target="test-compile" />
                 </tasks>
             </configuration>
             <goals>
@@ -104,7 +87,7 @@
             <id>test</id>
             <configuration>
                 <tasks>
-                    <ant target="check"/>
+                    <ant target="check" />
                 </tasks>
             </configuration>
             <goals>
@@ -116,11 +99,11 @@
             <id>site</id>
             <configuration>
                 <tasks>
-                    <ant target="site"/>
+                    <ant target="site" />
                     <taskdef name="replaceregexp" classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />                
-                   <replaceregexp file="target/site/source-repository.html" match="/tags/[^ &quot;&apos;&lt;]*" replace="/trunk" flags="g"/>
+                   <replaceregexp file="target/site/source-repository.html" match="/tags/[^ &quot;'&lt;]*" replace="/trunk" flags="g" />
                 <replaceregexp match="Generated on .* for " replace="Generated for " flags="g">
-                    <fileset dir="target/site/apidocs" includes="**/*.html"/>
+                    <fileset dir="target/site/apidocs" includes="**/*.html" />
       </replaceregexp>
                 </tasks>
             </configuration>
@@ -133,7 +116,7 @@
             <id>post-site</id>
             <configuration>
                 <tasks>
-                   <ant target="post-site"/>
+                   <ant target="post-site" />
                 </tasks>
             </configuration>
             <goals>
@@ -145,7 +128,7 @@
             <id>site-deploy</id>
             <configuration>
                 <tasks>
-                   <ant target="site-deploy"/>
+                   <ant target="site-deploy" />
                 </tasks>
             </configuration>
             <goals>
@@ -245,4 +228,4 @@
       <url>file:///${user.dir}/target/site-deploy</url>
     </site>
   </distributionManagement> 
-</project>
+</project>
\ No newline at end of file