diff options
author | Olivier Lamy <olamy@apache.org> | 2012-05-01 07:23:22 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-05-01 07:23:22 +0000 |
commit | 359b019baf53b1ee1f421b836f69ef35c06943c6 (patch) | |
tree | f3b2e84df622ac21ad9126c0b3f652908506e1c6 /pom.xml | |
parent | 6463031c101a5cfe03a704ac24e851a779b9bdc7 (diff) | |
download | archiva-359b019baf53b1ee1f421b836f69ef35c06943c6.tar.gz archiva-359b019baf53b1ee1f421b836f69ef35c06943c6.zip |
compiler plugin 2.4
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1332546 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -1730,19 +1730,11 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.3.2</version> + <version>2.4</version> <configuration> <source>1.5</source> <target>1.5</target> </configuration> - <!-- remove with upgrade to m-c-p 2.4 --> - <dependencies> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-compiler-javac</artifactId> - <version>1.8.6</version> - </dependency> - </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |