Skip to content

Commit

Permalink
version 1.0.120
Browse files Browse the repository at this point in the history
  • Loading branch information
andponlin committed Jun 11, 2020
1 parent 58bf369 commit 54f905a
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion haikudepotserver-api1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>haikudepotserver-parent</artifactId>
<groupId>org.haiku</groupId>
<relativePath>../haikudepotserver-parent</relativePath>
<version>1.0.120-SNAPSHOT</version>
<version>1.0.120</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion haikudepotserver-core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>haikudepotserver-parent</artifactId>
<groupId>org.haiku</groupId>
<relativePath>../haikudepotserver-parent</relativePath>
<version>1.0.120-SNAPSHOT</version>
<version>1.0.120</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion haikudepotserver-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>haikudepotserver-parent</artifactId>
<groupId>org.haiku</groupId>
<relativePath>../haikudepotserver-parent</relativePath>
<version>1.0.120-SNAPSHOT</version>
<version>1.0.120</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion haikudepotserver-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>haikudepotserver-parent</artifactId>
<groupId>org.haiku</groupId>
<relativePath>../haikudepotserver-parent</relativePath>
<version>1.0.120-SNAPSHOT</version>
<version>1.0.120</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion haikudepotserver-driversettings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>haikudepotserver-parent</artifactId>
<groupId>org.haiku</groupId>
<relativePath>../haikudepotserver-parent</relativePath>
<version>1.0.120-SNAPSHOT</version>
<version>1.0.120</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion haikudepotserver-packagefile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>haikudepotserver-parent</artifactId>
<groupId>org.haiku</groupId>
<relativePath>../haikudepotserver-parent</relativePath>
<version>1.0.120-SNAPSHOT</version>
<version>1.0.120</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion haikudepotserver-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>haikudepotserver</artifactId>
<groupId>org.haiku</groupId>
<relativePath>..</relativePath>
<version>1.0.120-SNAPSHOT</version>
<version>1.0.120</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion haikudepotserver-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>haikudepotserver-parent</artifactId>
<groupId>org.haiku</groupId>
<relativePath>../haikudepotserver-parent</relativePath>
<version>1.0.120-SNAPSHOT</version>
<version>1.0.120</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.haiku</groupId>
<artifactId>haikudepotserver</artifactId>
<packaging>pom</packaging>
<version>1.0.120-SNAPSHOT</version>
<version>1.0.120</version>

<modules>
<module>haikudepotserver-api1</module>
Expand Down
6 changes: 3 additions & 3 deletions support/deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ FROM ubuntu:18.04
# copy the correct values from the poms into these variables so that the right
# versions of the artefacts are used in the Docker container.

ENV HDS_VERSION "???"
ENV JETTY_VERSION "???"
ENV PG_VERSION "???"
ENV HDS_VERSION "1.0.120"
ENV JETTY_VERSION "9.4.27.v20200227"
ENV PG_VERSION "42.2.12"

ENV JAVA_BIN "java"

Expand Down

0 comments on commit 54f905a

Please sign in to comment.