Skip to content

Commit

Permalink
Prepare to release 1.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hronom committed Jan 24, 2017
1 parent 3da6152 commit 50a6285
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ccg-curator-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>ccg-curator</artifactId>
<groupId>com.github.hronom</groupId>
<version>1.0.0</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.github.hronom</groupId>
<artifactId>ccg-curator-common</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>

<!-- Log4j -->
Expand Down
2 changes: 1 addition & 1 deletion ccg-curator-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>ccg-curator</artifactId>
<groupId>com.github.hronom</groupId>
<version>1.0.0</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ccg-curator-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ccg-curator-server/README.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion ccg-curator-server/docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

cd /ccg-curator-server
java -jar ccg-curator-server-1.0.0.jar
java -jar ccg-curator-server-1.1.0.jar
4 changes: 2 additions & 2 deletions ccg-curator-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>ccg-curator</artifactId>
<groupId>com.github.hronom</groupId>
<version>1.0.0</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.github.hronom</groupId>
<artifactId>ccg-curator-common</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>

<!-- Spring -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.hronom</groupId>
<artifactId>ccg-curator</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<name>ccg-organizer</name>
Expand Down

0 comments on commit 50a6285

Please sign in to comment.