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

View File

@ -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>
@ -590,7 +590,7 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</profile--> </profile>
</profiles> </profiles>
</project> </project>