1
0

Back up to previous version.

Fix the names of the assembly's checksums.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@581433 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2007-10-02 23:35:03 +00:00
parent ca11b1943e
commit 45c79d074c

View File

@@ -31,7 +31,7 @@
<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>
@@ -344,6 +344,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>2.1</version>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>src/assembly/assembly.xml</descriptor>
</descriptors>