From 95812911ac99556c40947852477c075ccabcb529 Mon Sep 17 00:00:00 2001 From: Matija Obreza Date: Mon, 8 Apr 2019 17:55:52 +0200 Subject: [PATCH] [maven-release-plugin] prepare release anno-1.4 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ anno-docs/pom.xml | 2 +- anno-gui-macosx/pom.xml | 4 ++-- anno-gui-package/pom.xml | 4 ++-- anno-gui/pom.xml | 4 ++-- pom.xml | 4 ++-- 6 files changed, 46 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ed76d..23e6d93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,42 @@ # Changelog +## Anno 1.4 + +- 7e249f1 Code cleanup for 1.4 release +- a4720d3 Properly terminate monitoring thread when done +- 08967a9 Fixed skiprows for Excel sheets +- bdfa81d Display pending buckets, push buckets older than 30s +- 0dc669d Use cursor on INSTCODE for MS Access files +- 95c9893 Improved log display & log scrolling +- 98ddec7 Added icons for Pause/Resume +- 8834532 Added "Skip rows" and read progress indicator +- dfe849e Added Pause/Resume button +- 85ab4a9 Fix: Settings fail to load when refreshToken missing +- 729f50e No INSTCODE filters +- 5cd6c41 OAuth Client Credentials +- 56b9c2c Update default settings + +## Anno 1.3 + +- 09ac358 genesys-client:1.3 +- c75fe5b Removed Eclipse project files +- 81de175 Driver updates +- e4b2161 Need at least 2 threads (for single institute upload) +- 0704a8f Snapshots +- 38eabe6 Milko build +- 64076cb Improved uploader +- 24c7b8c BREDCODE allows multiple values +- 96684b2 Increase batch size and worker count +- 6cbf248 Embed OAuth client id +- db7edf6 Set "Include null" to true by default +- 9f7eb59 Open Ms Access as a file source +- f87b137 Updates for current appbundle-maven-plugin:1.2.1-SNAPSHOT +- a7e3769 macos: Set jvm to 1.8 +- 3b68037 Updated ucanaccess driver URL +- 1b83fe9 Improved checking of existing columns +- 045f5cc Log error to console when API client cannot be instantiated +- b49bc9a Documentation updated + ## Anno 1.2 - fdab4f0 Column background colors updated diff --git a/anno-docs/pom.xml b/anno-docs/pom.xml index 163ea54..a98d1ed 100644 --- a/anno-docs/pom.xml +++ b/anno-docs/pom.xml @@ -4,7 +4,7 @@ org.genesys-pgr anno - 1.4-SNAPSHOT + 1.4 anno-docs Genesys Uploader documentation diff --git a/anno-gui-macosx/pom.xml b/anno-gui-macosx/pom.xml index 63a8749..25beca9 100644 --- a/anno-gui-macosx/pom.xml +++ b/anno-gui-macosx/pom.xml @@ -3,7 +3,7 @@ org.genesys-pgr anno - 1.4-SNAPSHOT + 1.4 anno-gui-macosx Anno for MacOSX @@ -12,7 +12,7 @@ org.genesys-pgr anno-gui - 1.4-SNAPSHOT + 1.4 org.eclipse.swt diff --git a/anno-gui-package/pom.xml b/anno-gui-package/pom.xml index 1bf3c34..eaa7f1d 100644 --- a/anno-gui-package/pom.xml +++ b/anno-gui-package/pom.xml @@ -3,7 +3,7 @@ org.genesys-pgr anno - 1.4-SNAPSHOT + 1.4 anno-gui-package @@ -49,7 +49,7 @@ org.genesys-pgr anno-gui - 1.4-SNAPSHOT + 1.4 org.eclipse.swt diff --git a/anno-gui/pom.xml b/anno-gui/pom.xml index 7a2d4a4..2e49125 100644 --- a/anno-gui/pom.xml +++ b/anno-gui/pom.xml @@ -3,7 +3,7 @@ org.genesys-pgr anno - 1.4-SNAPSHOT + 1.4 anno-gui Data annotator GUI @@ -145,7 +145,7 @@ org.genesys-pgr genesys-client-api - 1.4-SNAPSHOT + 1.4 commons-collections diff --git a/pom.xml b/pom.xml index 0695e34..e9ea91f 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.genesys-pgr anno - 1.4-SNAPSHOT + 1.4 pom Data annotator @@ -17,7 +17,7 @@ https://gitlab.croptrust.org/genesys-pgr/anno.git scm:git:git@gitlab.croptrust.org:genesys-pgr/anno.git git@gitlab.croptrust.org:genesys-pgr/anno.git - HEAD + anno-1.4 -- GitLab