You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2019/01/03 23:29:39 UTC

[cxf] branch master updated: Update maven-processor-plugin; move version to the parent pom

This is an automated email from the ASF dual-hosted git repository.

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c21417  Update maven-processor-plugin; move version to the parent pom
7c21417 is described below

commit 7c21417f0e7aa2cb85ee810b45f3971fc73f2317
Author: amarkevich <am...@talend.com>
AuthorDate: Mon Dec 24 11:27:07 2018 +0300

    Update maven-processor-plugin; move version to the parent pom
---
 parent/pom.xml                             | 5 +++++
 rt/rs/security/oauth-parent/oauth2/pom.xml | 1 -
 rt/rs/security/sso/oidc/pom.xml            | 1 -
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 024094c..bbe1c76 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -556,6 +556,11 @@
                         </lifecycleMappingMetadata>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>org.bsc.maven</groupId>
+                    <artifactId>maven-processor-plugin</artifactId>
+                    <version>3.3.3</version> 
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>
diff --git a/rt/rs/security/oauth-parent/oauth2/pom.xml b/rt/rs/security/oauth-parent/oauth2/pom.xml
index 45a8000..08532d6 100644
--- a/rt/rs/security/oauth-parent/oauth2/pom.xml
+++ b/rt/rs/security/oauth-parent/oauth2/pom.xml
@@ -191,7 +191,6 @@
       <plugin>
         <groupId>org.bsc.maven</groupId>
         <artifactId>maven-processor-plugin</artifactId>
-        <version>3.2.0</version>
         <executions>
           <execution>
             <id>process</id>
diff --git a/rt/rs/security/sso/oidc/pom.xml b/rt/rs/security/sso/oidc/pom.xml
index 835a1bb..85605c4 100644
--- a/rt/rs/security/sso/oidc/pom.xml
+++ b/rt/rs/security/sso/oidc/pom.xml
@@ -159,7 +159,6 @@
       <plugin>
         <groupId>org.bsc.maven</groupId>
         <artifactId>maven-processor-plugin</artifactId>
-        <version>3.2.0</version>
         <executions>
           <execution>
             <id>process</id>