aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-05-01 07:23:22 +0000
committerOlivier Lamy <olamy@apache.org>2012-05-01 07:23:22 +0000
commit359b019baf53b1ee1f421b836f69ef35c06943c6 (patch)
treef3b2e84df622ac21ad9126c0b3f652908506e1c6 /pom.xml
parent6463031c101a5cfe03a704ac24e851a779b9bdc7 (diff)
downloadarchiva-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.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 331ec474c..2c9c6ca42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>