1
0

Back up to previous version.

Use the latest parent to be able to use the maven-remote-resources-plugin.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@592926 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2007-11-07 22:20:18 +00:00
parent 06752b4d83
commit a2e8261309

View File

@@ -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>