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 8b1378d  [OPENMEETINGS-2093] typo in gmaven-plugin coordinates is 
fixed, commons-codec is updated
8b1378d is described below

commit 8b1378d4c603bacf6c7319144c37528d050e27e9
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Fri Jul 26 13:40:27 2019 +0700

    [OPENMEETINGS-2093] typo in gmaven-plugin coordinates is fixed, 
commons-codec is updated
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e9f0ba9..02b1f06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
                <postgresql.version>42.2.6</postgresql.version>
                <commons-cli.version>1.4</commons-cli.version>
                <dom4j.version>2.1.1</dom4j.version>
-               <commons-codec.version>1.12</commons-codec.version>
+               <commons-codec.version>1.13</commons-codec.version>
                <commons-io.version>2.6</commons-io.version>
                <mysql.version>8.0.16</mysql.version>
                <mssql.version>7.2.2.jre11</mssql.version>
@@ -806,7 +806,7 @@
                                </executions>
                        </plugin>
                        <plugin>
-                               <groupId>org.codehaus.groovy.maven</groupId>
+                               <groupId>org.codehaus.gmaven</groupId>
                                <artifactId>gmaven-plugin</artifactId>
                                <executions>
                                        <execution>

Reply via email to