Updated Branches: refs/heads/develop 58cb4f57b -> 57101a764
upgraded maven-compiler-plugin to version 3.1 Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/4d29365c Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/4d29365c Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/4d29365c Branch: refs/heads/develop Commit: 4d29365cbd502ab2345d61381724221c1b0253cf Parents: f786c06 Author: Sergio Fernández <[email protected]> Authored: Fri May 24 10:33:14 2013 +0200 Committer: Sergio Fernández <[email protected]> Committed: Fri May 24 10:33:14 2013 +0200 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4d29365c/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index dcac284..684300b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -97,7 +97,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.0</version> + <version>3.1</version> <configuration> <source>1.7</source> <target>1.7</target>
