You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by de...@apache.org on 2007/11/07 23:20:19 UTC

svn commit: r592926 - /commons/proper/logging/trunk/pom.xml

Author: dennisl
Date: Wed Nov  7 14:20:18 2007
New Revision: 592926

URL: http://svn.apache.org/viewvc?rev=592926&view=rev
Log:
Back up to previous version.
Use the latest parent to be able to use the maven-remote-resources-plugin.

Modified:
    commons/proper/logging/trunk/pom.xml

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=592926&r1=592925&r2=592926&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Wed Nov  7 14:20:18 2007
@@ -25,13 +25,13 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>4</version>
+    <version>5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-logging</groupId>
   <artifactId>commons-logging</artifactId>
   <name>Commons Logging</name>
-  <version>1.1.2-SNAPSHOT</version>
+  <version>1.1.1-SNAPSHOT</version>
   <description>Commons Logging is a thin adapter allowing configurable bridging to other,
     well known logging systems.</description>
   <url>http://commons.apache.org/logging</url>
@@ -492,9 +492,10 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>${commons.deployment.protocol}://people.apache.org//www/commons.apache.org/logging/</url>
+      <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/logging/</url>
     </site>
   </distributionManagement>
+
   <properties>
     <maven.compile.source>1.2</maven.compile.source>
     <maven.compile.target>1.1</maven.compile.target>