[picocontainer-scm] [scm-git][7] Update resources plugin so latest m2e stops complaining.
Michael Rimov <git-yCVjj/[email protected]> Fri, 29 Jun 2012 12:26:13 -0500 (CDT)
| Newsgroups | gmane.comp.java.picocontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit b598962053bbf4b76a258a82dfde3cf1d5dbc590 Author: Michael Rimov <[email protected]> AuthorDate: Mon Jun 25 04:40:36 2012 -0700 Commit: Michael Rimov <[email protected]> CommitDate: Mon Jun 25 04:40:36 2012 -0700 Update resources plugin so latest m2e stops complaining. diff --git a/logging/pom.xml b/logging/pom.xml index f3482cc..11cb856 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -166,22 +166,22 @@ </configuration> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId><artifactId>maven-assembly-plugin</artifactId><version>2.1</version> + <groupId>org.apache.maven.plugins</groupId><artifactId>maven-assembly-plugin</artifactId><version>2.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId><artifactId>maven-install-plugin</artifactId><version>2.3.1</version> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId><artifactId>maven-resources-plugin</artifactId><version>2.2</version> + <groupId>org.apache.maven.plugins</groupId><artifactId>maven-resources-plugin</artifactId><version>2.5</version> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId><artifactId>maven-dependency-plugin</artifactId><version>2.0</version> + <groupId>org.apache.maven.plugins</groupId><artifactId>maven-dependency-plugin</artifactId><version>2.4</version> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId><artifactId>maven-site-plugin</artifactId><version>2.0-beta-7</version> + <groupId>org.apache.maven.plugins</groupId><artifactId>maven-site-plugin</artifactId><version>2.4</version> </plugin> <plugin> - <groupId>org.codehaus.xsite</groupId><artifactId>xsite-maven-plugin</artifactId><version>1.0</version> + <groupId>org.codehaus.xsite</groupId><artifactId>xsite-maven-plugin</artifactId><version>1.2.3</version> </plugin> </plugins> </pluginManagement>