update maven-compiler-plugin

Project: http://git-wip-us.apache.org/repos/asf/struts-archetypes/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-archetypes/commit/396cc66d
Tree: http://git-wip-us.apache.org/repos/asf/struts-archetypes/tree/396cc66d
Diff: http://git-wip-us.apache.org/repos/asf/struts-archetypes/diff/396cc66d

Branch: refs/heads/master
Commit: 396cc66d444ab0295ece1eacb6c1812312f3f5fe
Parents: ebb8df0
Author: Aleksandr Mashchenko <amashche...@apache.org>
Authored: Fri Jul 14 20:20:16 2017 +0300
Committer: Aleksandr Mashchenko <amashche...@apache.org>
Committed: Fri Jul 14 20:20:16 2017 +0300

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml                 | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                 | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                 | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                 | 1 +
 .../src/main/resources/archetype-resources/pom.xml                 | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                 | 1 +
 6 files changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-archetypes/blob/396cc66d/struts2-archetype-angularjs/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git 
a/struts2-archetype-angularjs/src/main/resources/archetype-resources/pom.xml 
b/struts2-archetype-angularjs/src/main/resources/archetype-resources/pom.xml
index b8150f5..a1b2f65 100644
--- a/struts2-archetype-angularjs/src/main/resources/archetype-resources/pom.xml
+++ b/struts2-archetype-angularjs/src/main/resources/archetype-resources/pom.xml
@@ -74,7 +74,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.3</version>
+                <version>3.6.1</version>
                 <configuration>
                     <encoding>UTF-8</encoding>
                     <source>1.7</source>

http://git-wip-us.apache.org/repos/asf/struts-archetypes/blob/396cc66d/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git 
a/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml 
b/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
index add4191..6900b64 100644
--- a/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
+++ b/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
@@ -61,7 +61,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.3</version>
+                <version>3.6.1</version>
                 <configuration>
                     <encoding>UTF-8</encoding>
                     <source>1.7</source>

http://git-wip-us.apache.org/repos/asf/struts-archetypes/blob/396cc66d/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git 
a/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml 
b/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml
index 39c73dd..461b9d2 100644
--- 
a/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml
+++ 
b/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml
@@ -68,7 +68,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.3</version>
+                <version>3.6.1</version>
                 <configuration>
                     <encoding>UTF-8</encoding>
                     <source>1.7</source>

http://git-wip-us.apache.org/repos/asf/struts-archetypes/blob/396cc66d/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git 
a/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml 
b/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml
index 159c452..a4068f1 100644
--- a/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml
+++ b/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml
@@ -99,6 +99,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
+                <version>3.6.1</version>
                 <configuration>
                     <source>1.7</source>
                     <target>1.7</target>

http://git-wip-us.apache.org/repos/asf/struts-archetypes/blob/396cc66d/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git 
a/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml 
b/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
index 30263ba..ccd81f0 100644
--- a/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
+++ b/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
@@ -14,7 +14,7 @@
         <struts2.version>${supported.struts2.version}</struts2.version>
         <portlet.api.version>2.0</portlet.api.version>
         <!-- plugins -->
-        <plugin.compiler.version>3.0</plugin.compiler.version>
+        <plugin.compiler.version>3.6.1</plugin.compiler.version>
         <plugin.war.version>2.3</plugin.war.version>
         <plugin.pluto.version>2.0.3</plugin.pluto.version>
     </properties>

http://git-wip-us.apache.org/repos/asf/struts-archetypes/blob/396cc66d/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git 
a/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml 
b/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
index 38bf50a..c5a0bd1 100644
--- a/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
+++ b/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
@@ -85,6 +85,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
+                <version>3.6.1</version>
                 <configuration>
                     <source>1.7</source>
                     <target>1.7</target>

Reply via email to