o Used released version of maven-resources-plugin

o Removed unneeded repository

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@820940 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-10-02 09:23:53 +00:00
parent 12272336bd
commit 72f16d04b1
1 changed files with 1 additions and 9 deletions

10
pom.xml
View File

@ -158,14 +158,6 @@
</site>
</distributionManagement>
<!-- FIXME: Remove once snapshots have been released -->
<repositories>
<repository>
<id>sonatype.public</id>
<url>http://repository.sonatype.org/content/groups/public/</url>
</repository>
</repositories>
<!--bootstrap-start-comment-->
<dependencyManagement>
<!--bootstrap-end-comment-->
@ -398,7 +390,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.4.1</version>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>