Repository: cxf-xjc-utils
Updated Branches:
  refs/heads/master 68b93e44a -> 765d5226e


Update some plugin versions


Project: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/commit/765d5226
Tree: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/tree/765d5226
Diff: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/diff/765d5226

Branch: refs/heads/master
Commit: 765d5226eeb8a0cb76e2cdcd6605c67b28152543
Parents: 68b93e4
Author: Daniel Kulp <dk...@apache.org>
Authored: Thu Aug 17 12:46:16 2017 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Thu Aug 17 12:46:16 2017 -0400

----------------------------------------------------------------------
 .../cxf/xjc/bgi/BooleanGetAndIsPlugin.java      |  2 +-
 pom.xml                                         | 41 ++++++++++----------
 2 files changed, 22 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/765d5226/boolean/src/main/java/org/apache/cxf/xjc/bgi/BooleanGetAndIsPlugin.java
----------------------------------------------------------------------
diff --git 
a/boolean/src/main/java/org/apache/cxf/xjc/bgi/BooleanGetAndIsPlugin.java 
b/boolean/src/main/java/org/apache/cxf/xjc/bgi/BooleanGetAndIsPlugin.java
index 3fd0382..7ba3790 100644
--- a/boolean/src/main/java/org/apache/cxf/xjc/bgi/BooleanGetAndIsPlugin.java
+++ b/boolean/src/main/java/org/apache/cxf/xjc/bgi/BooleanGetAndIsPlugin.java
@@ -63,7 +63,7 @@ public class BooleanGetAndIsPlugin {
 
     private void processClass(ClassOutline clazz) {
         Collection<JMethod> methods = clazz.implClass.methods();
-        Map<String , JType> methodsToAdd = new HashMap<String , JType>();
+        Map<String, JType> methodsToAdd = new HashMap<String, JType>();
         for (JMethod method : methods) {
             if (method.name().startsWith(IS_PREFIX) && requiresGetter(methods, 
method)) {
                 methodsToAdd.put(method.name(), method.type());

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/765d5226/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2e55d6b..48119a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
     </prerequisites>
 
     <properties>
+        <cxf-buildtools-version>3.2.2-SNAPSHOT</cxf-buildtools-version>
         <jdk.version>1.8</jdk.version>
 
         
<eclipse.outputDirectory>${basedir}/target/classes</eclipse.outputDirectory>
@@ -206,22 +207,22 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>build-helper-maven-plugin</artifactId>
-                    <version>1.4</version>
+                    <version>1.12</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-clean-plugin</artifactId>
-                    <version>2.3</version>
+                    <version>3.0.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-install-plugin</artifactId>
-                    <version>2.3</version>
+                    <version>2.5.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.5</version>
+                    <version>2.5.3</version>
                     <configuration>
                         <useReleaseProfile>false</useReleaseProfile>
                         <preparationGoals>clean install</preparationGoals>
@@ -247,7 +248,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.17</version>
+                    <version>2.19.1</version>
                     <configuration>
                         <reportFormat>brief</reportFormat>
                         <useFile>false</useFile>
@@ -256,7 +257,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.1</version>
+                    <version>3.6.0</version>
                     <configuration>
                         <source>${jdk.version}</source>
                         <target>${jdk.version}</target>
@@ -266,12 +267,12 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-antrun-plugin</artifactId>
-                    <version>1.3</version>
+                    <version>1.8</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jar-plugin</artifactId>
-                    <version>2.2</version>
+                    <version>3.0.2</version>
                     <configuration>
                         <archive>
                             <manifestEntries>
@@ -289,7 +290,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-resources-plugin</artifactId>
-                    <version>2.6</version>
+                    <version>3.0.1</version>
                     <configuration>
                         <encoding>UTF-8</encoding>
                     </configuration>
@@ -303,12 +304,12 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
-                    <version>2.1</version>
+                    <version>2.10</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-shade-plugin</artifactId>
-                    <version>1.2.1</version>
+                    <version>3.0.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -318,12 +319,12 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-deploy-plugin</artifactId>
-                    <version>2.8.1</version>
+                    <version>2.8.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-report-plugin</artifactId>
-                    <version>2.5</version>
+                    <version>2.19.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -338,7 +339,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-eclipse-plugin</artifactId>
-                    <version>2.8</version>
+                    <version>2.10</version>
                     <configuration>
                         
<outputDirectory>${eclipse.outputDirectory}</outputDirectory>
                         <buildcommands>
@@ -371,19 +372,19 @@
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>
                             <artifactId>cxf-buildtools</artifactId>
-                            <version>2.6.0</version>
+                            <version>${cxf-buildtools-version}</version>
                         </dependency>
                     </dependencies>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>2.9.1</version>
+                    <version>2.17</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>
                             <artifactId>cxf-buildtools</artifactId>
-                            <version>2.6.0</version>
+                            <version>${cxf-buildtools-version}</version>
                         </dependency>
                     </dependencies>
                     <configuration>
@@ -411,12 +412,12 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.7</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>
                             <artifactId>cxf-buildtools</artifactId>
-                            <version>2.6.0</version>
+                            <version>${cxf-buildtools-version}</version>
                         </dependency>
                     </dependencies>
                     <configuration>
@@ -425,7 +426,7 @@
                             
<ruleset>${resources.base.path}cxf-pmd-custom.xml</ruleset>
                         </rulesets>
                         <sourceEncoding>UTF-8</sourceEncoding>
-                        <targetJdk>1.5</targetJdk>
+                        <targetJdk>1.8</targetJdk>
                         <linkXRef>false</linkXRef>
                         <includeTests>true</includeTests>
                         <verbose>true</verbose>

Reply via email to