From 95061aae5ab5eaa2a5257a2edaa69d1ab21c2fec Mon Sep 17 00:00:00 2001 From: Marc Johnson Date: Wed, 7 Jun 2017 10:21:36 +0100 Subject: [PATCH] Release version 5.0.0 --- NEWS.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 175dc9827..edf9e2bbc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## 5.0.0 Unreleased +## 5.0.0 2017-06-07 * Items do not require relating to an instance (instanceId is optional) * Items do not require a barcode (no uniqueness check performed when not supplied) diff --git a/build.gradle b/build.gradle index a3d0bca7f..4c756b97d 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'groovy' apply plugin: 'application' mainClassName = "org.folio.inventory.Launcher" -version = "5.0.0-SNAPSHOT" +version = "5.0.0" ext.sharedManifest = manifest { attributes(