Skip to content

Commit

Permalink
Release version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjohnson-kint committed Dec 20, 2017
1 parent 90b0ac3 commit 9bbfade
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion registration/activate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"id": "mod-circulation-5.0.0-SNAPSHOT"
"id": "mod-circulation-5.0.0"
}
2 changes: 1 addition & 1 deletion stop-managed-demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down
6 changes: 3 additions & 3 deletions test-via-okapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9bbfade

Please sign in to comment.