You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2019/07/26 06:41:05 UTC

[openmeetings] branch 4.0.x updated: [OPENMEETINGS-2093] typo in gmaven-plugin coordinates is fixed, commons-codec is updated

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

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


The following commit(s) were added to refs/heads/4.0.x by this push:
     new 2e053ca  [OPENMEETINGS-2093] typo in gmaven-plugin coordinates is fixed, commons-codec is updated
2e053ca is described below

commit 2e053ca1e5ff7f459b47269ea8dac2f9157a3294
Author: Maxim Solodovnik <so...@gmail.com>
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 68e4e6b..fd93514 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.jre8</mssql.version>
@@ -780,7 +780,7 @@
 				</executions>
 			</plugin>
 			<plugin>
-				<groupId>org.codehaus.groovy.maven</groupId>
+				<groupId>org.codehaus.gmaven</groupId>
 				<artifactId>gmaven-plugin</artifactId>
 				<executions>
 					<execution>