Skip to content

Commit

Permalink
version 1.0.129
Browse files Browse the repository at this point in the history
  • Loading branch information
andponlin committed Mar 13, 2022
1 parent 7a39f5b commit 26a4657
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 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.129-SNAPSHOT</version>
<version>1.0.129</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion haikudepotserver-api2/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.129-SNAPSHOT</version>
<version>1.0.129</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.129-SNAPSHOT</version>
<version>1.0.129</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.129-SNAPSHOT</version>
<version>1.0.129</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.129-SNAPSHOT</version>
<version>1.0.129</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.129-SNAPSHOT</version>
<version>1.0.129</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.129-SNAPSHOT</version>
<version>1.0.129</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.129-SNAPSHOT</version>
<version>1.0.129</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.129-SNAPSHOT</version>
<version>1.0.129</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.129-SNAPSHOT</version>
<version>1.0.129</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 docker.io/ubuntu:20.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.129"
ENV JETTY_VERSION "9.4.34.v20201102"
ENV PG_VERSION "42.3.3"

ENV JAVA_BIN "java"

Expand Down

0 comments on commit 26a4657

Please sign in to comment.