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

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


The following commit(s) were added to refs/heads/master by this push:
     new 888af80  [OPENMEETINGS-2093] groovy-maven-plugin is updated
888af80 is described below

commit 888af80e7af23874ed19c322de7c469d604db36f
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Mon Dec 9 13:36:07 2019 +0700

    [OPENMEETINGS-2093] groovy-maven-plugin is updated
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index e9c8f15..a23bd4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -818,7 +818,7 @@
                        </plugin>
                        <plugin>
                                <groupId>org.codehaus.gmaven</groupId>
-                               <artifactId>gmaven-plugin</artifactId>
+                               <artifactId>groovy-maven-plugin</artifactId>
                                <executions>
                                        <execution>
                                                <phase>generate-sources</phase>
@@ -1048,8 +1048,8 @@
                                </plugin>
                                <plugin>
                                        <groupId>org.codehaus.gmaven</groupId>
-                                       <artifactId>gmaven-plugin</artifactId>
-                                       <version>1.5</version>
+                                       
<artifactId>groovy-maven-plugin</artifactId>
+                                       <version>2.1.1</version>
                                </plugin>
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
@@ -1540,8 +1540,8 @@
                                                                                
</pluginExecution>
                                                                                
<pluginExecution>
                                                                                
        <pluginExecutionFilter>
-                                                                               
                <groupId>org.codehaus.groovy.maven</groupId>
-                                                                               
                <artifactId>gmaven-plugin</artifactId>
+                                                                               
                <groupId>org.codehaus.gmaven</groupId>
+                                                                               
                <artifactId>groovy-maven-plugin</artifactId>
                                                                                
                <versionRange>[1.0.0,)</versionRange>
                                                                                
                <goals>
                                                                                
                        <goal>execute</goal>

Reply via email to