Repository: archiva Updated Branches: refs/heads/master edb1bd05d -> 03601570e
fix archetype compiler target/source Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/25c1e7e9 Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/25c1e7e9 Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/25c1e7e9 Branch: refs/heads/master Commit: 25c1e7e9a4ab04f94420a2ee38cdabfc950b901b Parents: edb1bd0 Author: Olivier Lamy <[email protected]> Authored: Thu Apr 10 14:12:45 2014 +1000 Committer: Olivier Lamy <[email protected]> Committed: Thu Apr 10 14:12:45 2014 +1000 ---------------------------------------------------------------------- .../src/main/resourcesstatic/archetype-resources/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/25c1e7e9/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml index 81d7d33..6d15c51 100644 --- a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml +++ b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml @@ -313,8 +313,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> </configuration> </plugin> <plugin>
