You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2007/05/17 00:09:23 UTC

svn commit: r538756 - /logging/log4j/branches/v1_2-branch/pom.xml

Author: carnold
Date: Wed May 16 15:09:22 2007
New Revision: 538756

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

Modified:
    logging/log4j/branches/v1_2-branch/pom.xml

Modified: logging/log4j/branches/v1_2-branch/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/pom.xml?view=diff&rev=538756&r1=538755&r2=538756
==============================================================================
--- logging/log4j/branches/v1_2-branch/pom.xml (original)
+++ logging/log4j/branches/v1_2-branch/pom.xml Wed May 16 15:09:22 2007
@@ -1,29 +1,10 @@
-<!--
- 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">
+<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>log4j</groupId>
   <artifactId>log4j</artifactId>
   <packaging>jar</packaging>
   <name>Apache Log4j</name>
-  <version>1.2.15-SNAPSHOT</version>
+  <version>1.2.15</version>
   <properties>
     <currentVersion>1.2.15</currentVersion>
   </properties>  
@@ -70,9 +51,9 @@
     </license>
   </licenses>
   <scm>
-       <connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch</connection>
-       <developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/logging/log4j/branches/v1_2-branch</url>
+       <connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/tags/v1_2_15_rc2</connection>
+       <developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/tags/v1_2_15_rc2</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/logging/log4j/tags/v1_2_15_rc2</url>
   </scm>
   <organization>
     <name>Apache Software Foundation</name>
@@ -168,10 +149,10 @@
             <configuration>
               <tasks>
 				  <ant antfile="src/ntdll/build.xml">
-					  <property name="target.dir" location="target"/>
-					  <property name="classes.dir" location="target/classes"/>
-					  <property name="src.dir" location="src/ntdll"/>
-                      <property name="jni.include.dir" location="${java.home}/../include"/>
+					  <property name="target.dir" location="target" />
+					  <property name="classes.dir" location="target/classes" />
+					  <property name="src.dir" location="src/ntdll" />
+                      <property name="jni.include.dir" location="${java.home}/../include" />
 				  </ant>
 			  </tasks>
             </configuration>
@@ -185,7 +166,7 @@
 			<id>mkdir_tests_output</id>
             <configuration>
               <tasks>
-				  <mkdir dir="tests/output"/>
+				  <mkdir dir="tests/output" />
 			  </tasks>
             </configuration>
             <goals>
@@ -197,7 +178,7 @@
 			<id>rmdir_tests_output</id>
             <configuration>
               <tasks>
-				  <delete dir="tests/output"/>
+				  <delete dir="tests/output" />
 			  </tasks>
             </configuration>
             <goals>
@@ -210,10 +191,10 @@
             <configuration>
                 <tasks>
 			  <ant dir="tests" target="runAll">
-				<property name="junit.jar" location="${user.home}/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar"/>
-				<property name="jakarta.oro.jar" location="${user.home}/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar"/>
-                        <property name="log4j.jar" location="target/classes"/>
-				<property name="project.lib.home" location="target"/>
+				<property name="junit.jar" location="${user.home}/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar" />
+				<property name="jakarta.oro.jar" location="${user.home}/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar" />
+                        <property name="log4j.jar" location="target/classes" />
+				<property name="project.lib.home" location="target" />
                     </ant> 
                 </tasks>
             </configuration>
@@ -227,12 +208,8 @@
             <id>untag-site</id>
             <configuration>
                 <tasks>
-                    <taskdef name="replaceregexp"
-                        classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp"/>                
-                   <replaceregexp file="target/site/source-repository.html"
-                                  match="/tags/[^ ]*"
-                                  replace="/branches/v1_2-branch"
-                                  flags="g"/>
+                    <taskdef name="replaceregexp" classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />                
+                   <replaceregexp file="target/site/source-repository.html" match="/tags/[^ ]*" replace="/branches/v1_2-branch" flags="g" />
                 </tasks>
             </configuration>
             <goals>
@@ -424,4 +401,4 @@
       <url>scp://people.apache.org/www/logging.apache.org/log4j/1.2/</url>
     </site>
   </distributionManagement> 
-</project>
+</project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org