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 8b74d59  [OPENMEETINGS-2094] groovy-maven-plugin is updated
8b74d59 is described below

commit 8b74d59ec5301470b52c6b71e3cf81d92b30bb9c
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Wed Dec 11 21:12:46 2019 +0700

    [OPENMEETINGS-2094] groovy-maven-plugin is updated
---
 CHANGELOG.md | 23 ++++++++++++++++++++++-
 pom.xml      |  8 ++++----
 2 files changed, 26 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b02cf3..f0ab6de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,31 @@ Apache OpenMeetings Change Log
 ==============================
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 
-See http://issues.apache.org/jira/browse/OPENMEETINGS-* (where * is the number 
of the issue below)  
+See http://issues.apache.org/jira/browse/OPENMEETINGS-* (where * is the number 
of the issue below)
 See https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-* (where * is the 
number of CVE below)
 
 
+Release Notes - Openmeetings - Version 4.0.10
+================================================================================================================
+
+* Bug
+    * [OPENMEETINGS-2088] - Internal error on clicking start upload button 
without selecting file in file uploading
+    * [OPENMEETINGS-2098] - New Whiteboard each time admin logs in
+    * [OPENMEETINGS-2110] - Restore of backup failed
+    * [OPENMEETINGS-2113] - messed up documents in folder after backup/import
+
+* Improvement
+    * [OPENMEETINGS-2078] - Shortcut for quick poll is needed
+    * [OPENMEETINGS-2089] - Additional ImageMagic parameter should be added
+    * [OPENMEETINGS-2143] - Polish translation need to be improved
+    * [OPENMEETINGS-2144] - sort user list
+
+* Task
+    * [OPENMEETINGS-2094] - Library versions need to be updated (4.0.10)
+    * [OPENMEETINGS-2123] - FB API should be updated to use v4.0
+    * [OPENMEETINGS-2146] - Hash of file/recording shouldn't be changed on 
every import
+
+
 Release Notes - Openmeetings - Version 4.0.9
 
================================================================================================================
 
diff --git a/pom.xml b/pom.xml
index 1a553b3..bd1f6d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -781,7 +781,7 @@
                        </plugin>
                        <plugin>
                                <groupId>org.codehaus.gmaven</groupId>
-                               <artifactId>gmaven-plugin</artifactId>
+                               <artifactId>groovy-maven-plugin</artifactId>
                                <executions>
                                        <execution>
                                                <phase>generate-sources</phase>
@@ -1007,8 +1007,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>
@@ -1515,7 +1515,7 @@
                                                                                
<pluginExecution>
                                                                                
        <pluginExecutionFilter>
                                                                                
                <groupId>org.codehaus.groovy.maven</groupId>
-                                                                               
                <artifactId>gmaven-plugin</artifactId>
+                                                                               
                <artifactId>groovy-maven-plugin</artifactId>
                                                                                
                <versionRange>[1.0.0,)</versionRange>
                                                                                
                <goals>
                                                                                
                        <goal>execute</goal>

Reply via email to