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:
Olivier Lamy 2013-01-26 21:10:47 +00:00
parent 9fa82c7fb4
commit bb7c225843
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>27</version>
<version>28</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-collections</groupId>
@ -547,7 +547,7 @@
</reporting>
<profiles>
<!--profile>
<profile>
<id>setup-checkout</id>
<activation>
<file>
@ -570,18 +570,18 @@
<configuration>
<tasks>
<exec executable="svn">
<arg line="checkout - -depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
<arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
</exec>
<exec executable="svn">
<arg line="update - -set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
<arg line="update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
</exec>
<pathconvert pathsep=" " property="dirs">
<dirset dir="${commons.scmPubCheckoutDirectory}" includes="*" />
</pathconvert>
<exec executable="svn">
<arg line="update - -set-depth infinity ${dirs}" />
<arg line="update --set-depth infinity ${dirs}" />
</exec>
</tasks>
</configuration>
@ -590,7 +590,7 @@
</plugin>
</plugins>
</build>
</profile-->
</profile>
</profiles>
</project>