From fb84e59f418ac204cd14f3299fafe83ee1478b75 Mon Sep 17 00:00:00 2001 From: David E Jones Date: Sat, 7 Dec 2019 07:38:14 -0800 Subject: [PATCH] Set version and date for upcoming release; update addons.xml with new component versions for this release series --- ReleaseNotes.md | 2 +- addons.xml | 26 +++++++++++++------------- framework/build.gradle | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index a43b36ffc..a4c9ca8eb 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,7 +1,7 @@ # Moqui Framework Release Notes -## Release 2.1.3 - Not Yet Released +## Release 2.1.3 - 07 Dec 2019 Moqui Framework 2.1.3 is a patch level new feature and bug fix release. diff --git a/addons.xml b/addons.xml index 1cbd8692e..661972053 100644 --- a/addons.xml +++ b/addons.xml @@ -35,33 +35,33 @@ - + - + - + - + - + - - + + - + - + @@ -71,10 +71,10 @@ - - - - + + + + diff --git a/framework/build.gradle b/framework/build.gradle index ff1249355..320e73c83 100644 --- a/framework/build.gradle +++ b/framework/build.gradle @@ -16,7 +16,7 @@ tasks.withType(JavaCompile) { options.compilerArgs << "-Xlint:unchecked" } tasks.withType(GroovyCompile) { options.compilerArgs << "-Xlint:unchecked" } tasks.withType(GroovyCompile) { options.compilerArgs << "-Xlint:deprecation" } -version = '2.1.3-rc3' +version = '2.1.3' apply plugin: 'groovy' apply plugin: 'war'