You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by rm...@apache.org on 2018/03/23 07:32:02 UTC

svn commit: r1827544 - /openwebbeans/meecrowave/trunk/pom.xml

Author: rmannibucau
Date: Fri Mar 23 07:32:02 2018
New Revision: 1827544

URL: http://svn.apache.org/viewvc?rev=1827544&view=rev
Log:
upgrading compiler plugin

Modified:
    openwebbeans/meecrowave/trunk/pom.xml

Modified: openwebbeans/meecrowave/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/meecrowave/trunk/pom.xml?rev=1827544&r1=1827543&r2=1827544&view=diff
==============================================================================
--- openwebbeans/meecrowave/trunk/pom.xml (original)
+++ openwebbeans/meecrowave/trunk/pom.xml Fri Mar 23 07:32:02 2018
@@ -136,7 +136,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.5.1</version>
+        <version>3.7.0</version>
         <configuration>
           <source>1.8</source>
           <target>1.8</target>