You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2017/03/07 22:00:57 UTC

tomee git commit: upgrading compiler plugin since 3.5 has a bug for deploy

Repository: tomee
Updated Branches:
  refs/heads/master 55d6d5ec8 -> 22e5a3715


upgrading compiler plugin since 3.5 has a bug for deploy


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/22e5a371
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/22e5a371
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/22e5a371

Branch: refs/heads/master
Commit: 22e5a3715dbaeef6f5d05bae490cf03c12c9a6d1
Parents: 55d6d5e
Author: rmannibucau <rm...@apache.org>
Authored: Tue Mar 7 22:58:06 2017 +0100
Committer: rmannibucau <rm...@apache.org>
Committed: Tue Mar 7 22:58:06 2017 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/22e5a371/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index efb7bd6..d8f31a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -324,7 +324,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.5</version>
+          <version>3.6.1</version>
         </plugin>
       </plugins>
     </pluginManagement>