diff options
author | Brett Porter <brett@apache.org> | 2006-07-21 13:49:13 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2006-07-21 13:49:13 +0000 |
commit | 972ed22374035f37fcc7f58948172508e9bd5459 (patch) | |
tree | d45b0639306f196a8dc63e512a15516412f624ac /pom.xml | |
parent | 6fe39949dfe6f482e1fdee8c0c574155190e930c (diff) | |
download | archiva-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.xml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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> |