use new released parent
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1438964 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9fa82c7fb4
commit
bb7c225843
12
pom.xml
12
pom.xml
|
@ -19,7 +19,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-parent</artifactId>
|
<artifactId>commons-parent</artifactId>
|
||||||
<version>27</version>
|
<version>28</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>commons-collections</groupId>
|
<groupId>commons-collections</groupId>
|
||||||
|
@ -547,7 +547,7 @@
|
||||||
</reporting>
|
</reporting>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
<!--profile>
|
<profile>
|
||||||
<id>setup-checkout</id>
|
<id>setup-checkout</id>
|
||||||
<activation>
|
<activation>
|
||||||
<file>
|
<file>
|
||||||
|
@ -570,18 +570,18 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<tasks>
|
||||||
<exec executable="svn">
|
<exec executable="svn">
|
||||||
<arg line="checkout - -depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
|
<arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
|
||||||
</exec>
|
</exec>
|
||||||
|
|
||||||
<exec executable="svn">
|
<exec executable="svn">
|
||||||
<arg line="update - -set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
|
<arg line="update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
|
||||||
</exec>
|
</exec>
|
||||||
|
|
||||||
<pathconvert pathsep=" " property="dirs">
|
<pathconvert pathsep=" " property="dirs">
|
||||||
<dirset dir="${commons.scmPubCheckoutDirectory}" includes="*" />
|
<dirset dir="${commons.scmPubCheckoutDirectory}" includes="*" />
|
||||||
</pathconvert>
|
</pathconvert>
|
||||||
<exec executable="svn">
|
<exec executable="svn">
|
||||||
<arg line="update - -set-depth infinity ${dirs}" />
|
<arg line="update --set-depth infinity ${dirs}" />
|
||||||
</exec>
|
</exec>
|
||||||
</tasks>
|
</tasks>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -590,7 +590,7 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile-->
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue