aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2006-07-21 13:49:13 +0000
committerBrett Porter <brett@apache.org>2006-07-21 13:49:13 +0000
commit972ed22374035f37fcc7f58948172508e9bd5459 (patch)
treed45b0639306f196a8dc63e512a15516412f624ac /pom.xml
parent6fe39949dfe6f482e1fdee8c0c574155190e930c (diff)
downloadarchiva-972ed22374035f37fcc7f58948172508e9bd5459.tar.gz
archiva-972ed22374035f37fcc7f58948172508e9bd5459.zip
tweaks
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@424319 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 00413f834..a688d4c34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,17 +89,17 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.4</source>
+ <target>1.4</target>
+ </configuration>
+ </plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.4</source>
- <target>1.4</target>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-idea-plugin</artifactId>
<configuration>
<jdkLevel>1.4</jdkLevel>