mirror of https://github.com/apache/maven.git
o fixing refs
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@413209 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0eb64164ca
commit
96b78f7270
|
@ -9,7 +9,7 @@ if [ ! -z "$RUNNING" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
TOOLS_BASE=$HOME/maven/repository-tools
|
TOOLS_BASE=$HOME/repository-tools
|
||||||
(
|
(
|
||||||
cd $TOOLS_BASE/syncopate
|
cd $TOOLS_BASE/syncopate
|
||||||
./sync
|
./sync
|
||||||
|
@ -26,7 +26,7 @@ retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
||||||
|
|
||||||
|
|
||||||
# hack prevent commons-logging-1.1-dev
|
# hack prevent commons-logging-1.1-dev
|
||||||
CL=$HOME/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging
|
CL=$HOME/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging
|
||||||
rm -rf $CL/1.1-dev
|
rm -rf $CL/1.1-dev
|
||||||
grep -v 1.1-dev $CL/maven-metadata.xml > $CL/maven-metadata.xml.tmp
|
grep -v 1.1-dev $CL/maven-metadata.xml > $CL/maven-metadata.xml.tmp
|
||||||
mv $CL/maven-metadata.xml.tmp $CL/maven-metadata.xml
|
mv $CL/maven-metadata.xml.tmp $CL/maven-metadata.xml
|
||||||
|
|
Loading…
Reference in New Issue