Updated Branches: refs/heads/trunk fffe4b565 -> eabd54756
removed duplicate configuration Project: http://git-wip-us.apache.org/repos/asf/mina/repo Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/eabd5475 Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/eabd5475 Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/eabd5475 Branch: refs/heads/trunk Commit: eabd54756cba4cb185cd154f56f00eb0de35bfd1 Parents: 5644323 Author: jvermillard <[email protected]> Authored: Mon Jul 1 21:08:50 2013 +0200 Committer: jvermillard <[email protected]> Committed: Mon Jul 1 21:09:12 2013 +0200 ---------------------------------------------------------------------- pom.xml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina/blob/eabd5475/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1e3268f..5d6b944 100644 --- a/pom.xml +++ b/pom.xml @@ -237,20 +237,7 @@ <version>2.4.1</version> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.5.1</version> - <configuration> - <source>1.6</source> - <target>1.6</target> - <optimize>true</optimize> - <showDeprecations>true</showDeprecations> - <encoding>ISO-8859-1</encoding> - </configuration> - </plugin> - - <plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>2.5</version>
