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:
3
pom.xml
3
pom.xml
@@ -31,7 +31,7 @@
|
|||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<name>Commons Logging</name>
|
<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,
|
<description>Commons Logging is a thin adapter allowing configurable bridging to other,
|
||||||
well known logging systems.</description>
|
well known logging systems.</description>
|
||||||
<url>http://commons.apache.org/logging</url>
|
<url>http://commons.apache.org/logging</url>
|
||||||
@@ -344,6 +344,7 @@
|
|||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
<version>2.1</version>
|
<version>2.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<appendAssemblyId>false</appendAssemblyId>
|
||||||
<descriptors>
|
<descriptors>
|
||||||
<descriptor>src/assembly/assembly.xml</descriptor>
|
<descriptor>src/assembly/assembly.xml</descriptor>
|
||||||
</descriptors>
|
</descriptors>
|
||||||
|
|||||||
Reference in New Issue
Block a user