From 5084eb064b913446b8497b36926ccd8c8c20f332 Mon Sep 17 00:00:00 2001 From: "igor.vlahek" Date: Sun, 22 Mar 2020 11:38:22 +0100 Subject: [PATCH] Application version set to 1.0.4 readme.md updated accordingly --- pom.xml | 2 +- readme.md | 4 ++-- run-script.bat | 2 +- run-script.sh | 2 +- store-dto/pom.xml | 2 +- store-service/pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 8b189e3..b34abe6 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ hr.ivlahek.sample store pom - 1.0.1 + 1.0.4 store-service diff --git a/readme.md b/readme.md index db90ba9..975dd8e 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ Run the following script to build and run the service: - will run the application on a port 8080 ## Running the service manually (Postgres Database necessary) -If you don't have maven and docker installed locally on your computer you can download the application (store-service-1.0.1.jar) from: +If you don't have maven and docker installed locally on your computer you can download the application (store-service-1.0.4.jar) from: `https://github.com/ivlahek/store-service/packages/158317` You will need a postgres database listening on a port 15432. @@ -18,7 +18,7 @@ One can be run in docker `docker run -d -p 15432:5432 postgres:9.6.9-alpine` The application by default: - is listening on a port 8080 - needs postgres database listening on a port 15432 -- can be run `java -jar store-service-1.0.1.jar` +- can be run `java -jar store-service-1.0.4.jar` ## API - documentation - API documentation is available on http://localhost:8080/swagger-ui.html diff --git a/run-script.bat b/run-script.bat index 320159f..195ec87 100644 --- a/run-script.bat +++ b/run-script.bat @@ -1,3 +1,3 @@ call docker run -d -p 15432:5432 postgres:9.6.9-alpine call mvn clean install -DskipTests -java -jar %cd%/store-service/target/store-service-1.0.1.jar \ No newline at end of file +java -jar %cd%/store-service/target/store-service-1.0.4.jar \ No newline at end of file diff --git a/run-script.sh b/run-script.sh index 01f4c12..c453288 100644 --- a/run-script.sh +++ b/run-script.sh @@ -1,3 +1,3 @@ docker run -d -p 15432:5432 postgres:9.6.9-alpine mvn clean install -DskipTests -java -jar store-service/target/store-service-1.0.1.jar \ No newline at end of file +java -jar store-service/target/store-service-1.0.4.jar \ No newline at end of file diff --git a/store-dto/pom.xml b/store-dto/pom.xml index 539a591..24acd19 100644 --- a/store-dto/pom.xml +++ b/store-dto/pom.xml @@ -5,7 +5,7 @@ store hr.ivlahek.sample - 1.0.1 + 1.0.4 4.0.0 diff --git a/store-service/pom.xml b/store-service/pom.xml index 44afa56..37ef9c2 100644 --- a/store-service/pom.xml +++ b/store-service/pom.xml @@ -5,7 +5,7 @@ store hr.ivlahek.sample - 1.0.1 + 1.0.4 4.0.0