diff --git a/ccg-curator-client/pom.xml b/ccg-curator-client/pom.xml index dc55821..fd4bc7d 100644 --- a/ccg-curator-client/pom.xml +++ b/ccg-curator-client/pom.xml @@ -4,7 +4,7 @@ ccg-curator com.github.hronom - 1.0.0 + 1.1.0 4.0.0 @@ -22,7 +22,7 @@ com.github.hronom ccg-curator-common - 1.0.0 + 1.1.0 diff --git a/ccg-curator-common/pom.xml b/ccg-curator-common/pom.xml index a28c0a1..f69ea9d 100644 --- a/ccg-curator-common/pom.xml +++ b/ccg-curator-common/pom.xml @@ -4,7 +4,7 @@ ccg-curator com.github.hronom - 1.0.0 + 1.1.0 4.0.0 diff --git a/ccg-curator-server/Dockerfile b/ccg-curator-server/Dockerfile index 8e07f21..b3f1542 100644 --- a/ccg-curator-server/Dockerfile +++ b/ccg-curator-server/Dockerfile @@ -12,7 +12,7 @@ WORKDIR / # Copy files RUN mkdir ccg-curator-server -COPY bin/ccg-curator-server-1.0.0.jar /ccg-curator-server +COPY bin/ccg-curator-server-1.1.0.jar /ccg-curator-server RUN mkdir ccg-curator-server/lib COPY bin/lib /ccg-curator-server/lib COPY docker /ccg-curator-server diff --git a/ccg-curator-server/README.md b/ccg-curator-server/README.md index 2bac3e9..f06fa0d 100644 --- a/ccg-curator-server/README.md +++ b/ccg-curator-server/README.md @@ -1,3 +1,3 @@ # Docker -docker build -t hronom/ccg-curator-server:1.0.0 -t hronom/ccg-curator-server:latest . +docker build -t hronom/ccg-curator-server:1.1.0 -t hronom/ccg-curator-server:latest . docker push hronom/ccg-curator-server \ No newline at end of file diff --git a/ccg-curator-server/docker/docker-entrypoint.sh b/ccg-curator-server/docker/docker-entrypoint.sh index 62bb6c8..e94dfd7 100644 --- a/ccg-curator-server/docker/docker-entrypoint.sh +++ b/ccg-curator-server/docker/docker-entrypoint.sh @@ -1,4 +1,4 @@ #!/bin/bash cd /ccg-curator-server -java -jar ccg-curator-server-1.0.0.jar \ No newline at end of file +java -jar ccg-curator-server-1.1.0.jar \ No newline at end of file diff --git a/ccg-curator-server/pom.xml b/ccg-curator-server/pom.xml index db5c670..7f022fc 100644 --- a/ccg-curator-server/pom.xml +++ b/ccg-curator-server/pom.xml @@ -4,7 +4,7 @@ ccg-curator com.github.hronom - 1.0.0 + 1.1.0 4.0.0 @@ -22,7 +22,7 @@ com.github.hronom ccg-curator-common - 1.0.0 + 1.1.0 diff --git a/pom.xml b/pom.xml index 6480652..3f85a5f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.hronom ccg-curator - 1.0.0 + 1.1.0 pom ccg-organizer