Skip to content

Commit

Permalink
Release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjohnson-kint committed Aug 17, 2017
1 parent f71356d commit 15e45ba
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DeploymentDescriptor-environment.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"srvcId" : "circulation-storage-3.2.0-SNAPSHOT",
"srvcId" : "circulation-storage-3.2.0",
"descriptor" : {
"exec" : "java -jar ../mod-circulation-storage/target/circulation-storage-fat.jar -Dhttp.port=%p",
"env": [
Expand Down
2 changes: 1 addition & 1 deletion DeploymentDescriptor.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"srvcId" : "circulation-storage-3.2.0-SNAPSHOT",
"srvcId" : "circulation-storage-3.2.0",
"descriptor" : {
"exec" : "java -jar ../mod-circulation-storage/target/circulation-storage-fat.jar -Dhttp.port=%p embed_postgres=true"
}
Expand Down
2 changes: 1 addition & 1 deletion ModuleDescriptor.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "circulation-storage-3.2.0-SNAPSHOT",
"id": "circulation-storage-3.2.0",
"name": "Circulation Storage Module",
"provides": [
{
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 3.2.0 Unreleased
## 3.2.0 2017-08-17

* Adds `metadata` property to loan (for created and updated information)
* Adds `metaData` property to loan (for created and updated information)
* Introduces initial loan requests endpoint (CIRCSTORE-14)
* CIRCSTORE-16 operator_id is missing in loan_history_table
* Introduces proxy user ID for a loan (CIRCSTORE-20)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>circulation-storage</artifactId>
<groupId>org.folio</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<licenses>
<license>
<name>Apache License 2.0</name>
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": "circulation-storage-3.2.0-SNAPSHOT"
"id": "circulation-storage-3.2.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="circulation-storage-3.2.0-SNAPSHOT"
module_id="circulation-storage-3.2.0"

./okapi-registration/managed-deployment/unregister.sh \
${module_id} \
Expand Down

0 comments on commit 15e45ba

Please sign in to comment.