Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #167 from folio-org/prepare-release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
matteopascucci authored Jun 4, 2019
2 parents 4fe8a47 + 1bb9a4d commit 42de670
Show file tree
Hide file tree
Showing 39 changed files with 1,112 additions and 860 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM folioci/openjdk8-jre:latest

ENV VERTICLE_FILE mod-marccat-1.4.0.jar
ENV VERTICLE_FILE mod-marccat-fat.jar

# Set the location of the verticles
ENV VERTICLE_HOME /usr/verticles
Expand Down
17 changes: 1 addition & 16 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
## 1.3.0 in progress
* Fix issue in CRUD Cataloging.
* Add SortForm function.
* Handling tag 245 in cataloging, after insert sortform.
* Handling tag 100 in cataloging, after insert sortform.
* Integrate SortForm in existing DAO.
* Improve Search API.
* Configuration of new postgres database.
* Duplicate record (duplication of a record from an existing one).
* Fix insert record in new postgres db.
* Fix update full_cache in new postgres database.
* Many fix in search, browse anch cataloging API.
* Update microservices for db customization.
* Add permission to descriptor.
* Update interface for okapi.
* Cleaning project and remove unused class.



## 1.2.0 2019-01-08
Expand Down
4 changes: 2 additions & 2 deletions descriptors/DeploymentDescriptor-template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"srvcId": "mod-marccat-1.4.0",
"srvcId": "${artifactId}-${version}",
"nodeId": "localhost",
"descriptor": {
"exec": "java -Dport=%p -jar ../mod-marccat/target/mod-marccat-1.4.0.jar -Dhttp.port=%p"
"exec": "java -Dport=%p -jar ../${artifactId}/target/${artifactId}-fat.jar -Dhttp.port=%p"
}
}
4 changes: 2 additions & 2 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "mod-marccat-1.4.0",
"id": "${artifactId}-${version}",
"name": "MARCcat",
"requires": [
],
Expand Down Expand Up @@ -211,7 +211,7 @@
}
],
"launchDescriptor": {
"dockerImage": "mod-marccat:1.4.0",
"dockerImage": "${artifactId}:${version}",
"dockerArgs": {
"HostConfig": {
"PortBindings": {
Expand Down
Loading

0 comments on commit 42de670

Please sign in to comment.