From 9bbfadeef4231099fd6a0e32f5759d4a92dd8ff1 Mon Sep 17 00:00:00 2001 From: Marc Johnson Date: Wed, 20 Dec 2017 15:37:29 +0000 Subject: [PATCH] Release version 5.0.0 --- NEWS.md | 2 +- build.gradle | 2 +- registration/activate.json | 2 +- stop-managed-demo.sh | 2 +- test-via-okapi.sh | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NEWS.md b/NEWS.md index 815d0d3b41..0014f3d4de 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## 5.0.0 Unreleased +## 5.0.0 2017-12-20 * Use item permanent and temporary locations for `location` property in loans (CIRC-36) * Item status `Checked Out` is now `Checked out` (CIRC-39) diff --git a/build.gradle b/build.gradle index f051ae9006..17eed1fffd 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'application' mainClassName = "org.folio.circulation.Launcher" project.ext.artifactId = "mod-circulation" -version = "5.0.0-SNAPSHOT" +version = "5.0.0" ext.sharedManifest = manifest { attributes( diff --git a/registration/activate.json b/registration/activate.json index a017da069a..858ff15a13 100644 --- a/registration/activate.json +++ b/registration/activate.json @@ -1,3 +1,3 @@ { - "id": "mod-circulation-5.0.0-SNAPSHOT" + "id": "mod-circulation-5.0.0" } diff --git a/stop-managed-demo.sh b/stop-managed-demo.sh index b496990d88..597a10817e 100755 --- a/stop-managed-demo.sh +++ b/stop-managed-demo.sh @@ -4,7 +4,7 @@ instance_id=${1:-} okapi_proxy_address=${2:-http://localhost:9130} tenant_id="demo_tenant" -module_id="mod-circulation-5.0.0-SNAPSHOT" +module_id="mod-circulation-5.0.0" ./okapi-registration/managed-deployment/unregister.sh \ ${module_id} \ diff --git a/test-via-okapi.sh b/test-via-okapi.sh index 810842dd62..0e2ce8d845 100755 --- a/test-via-okapi.sh +++ b/test-via-okapi.sh @@ -4,13 +4,13 @@ okapi_proxy_address="http://localhost:9130" tenant_id="test_tenant" circulation_direct_address=http://localhost:9605 circulation_instance_id=localhost-9605 -circulation_module_id="mod-circulation-5.0.0-SNAPSHOT" +circulation_module_id="mod-circulation-5.0.0" #Needs to be the specific version of mod-inventory-storage you want to use for testing -inventory_storage_module_id="mod-inventory-storage-6.0.0-SNAPSHOT" +inventory_storage_module_id="mod-inventory-storage-6.0.1-SNAPSHOT" #Needs to be the specific version of mod-circulation-storage you want to use for testing -circulation_storage_module_id="mod-circulation-storage-4.0.0-SNAPSHOT" +circulation_storage_module_id="mod-circulation-storage-4.0.1-SNAPSHOT" #Needs to be the specific version of mod-users you want to use for testing users_storage_module_id="mod-users-14.3.0-SNAPSHOT"