mirror of https://github.com/apache/maven.git
Prevent commons-logging-1.1-dev
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@345397 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bee6e222ee
commit
23062dbf13
|
@ -24,6 +24,10 @@ retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
|||
)
|
||||
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
||||
|
||||
# hack prevent commons-logging-1.1-dev
|
||||
rm /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1-dev/commons-logging-1.1-dev.jar*
|
||||
|
||||
|
||||
# get poms from svn and generate checksums
|
||||
(
|
||||
/home/projects/maven/components/maven-meeper/src/bin/update-poms.sh
|
||||
|
|
Loading…
Reference in New Issue