Skip to content

Commit

Permalink
version 1.0.127-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
andponlin committed Mar 16, 2021
1 parent e74fefc commit 02ab8fa
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
Expand Up @@ -5,7 +5,7 @@
<artifactId>haikudepotserver-parent</artifactId>
<groupId>org.haiku</groupId>
<relativePath>../haikudepotserver-parent</relativePath>
<version>1.0.126</version>
<version>1.0.127-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion haikudepotserver-core-test/pom.xml
Expand Up @@ -5,7 +5,7 @@
<artifactId>haikudepotserver-parent</artifactId>
<groupId>org.haiku</groupId>
<relativePath>../haikudepotserver-parent</relativePath>
<version>1.0.126</version>
<version>1.0.127-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion haikudepotserver-core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<artifactId>haikudepotserver-parent</artifactId>
<groupId>org.haiku</groupId>
<relativePath>../haikudepotserver-parent</relativePath>
<version>1.0.126</version>
<version>1.0.127-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion haikudepotserver-docs/pom.xml
Expand Up @@ -10,7 +10,7 @@
<artifactId>haikudepotserver-parent</artifactId>
<groupId>org.haiku</groupId>
<relativePath>../haikudepotserver-parent</relativePath>
<version>1.0.126</version>
<version>1.0.127-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion haikudepotserver-driversettings/pom.xml
Expand Up @@ -5,7 +5,7 @@
<artifactId>haikudepotserver-parent</artifactId>
<groupId>org.haiku</groupId>
<relativePath>../haikudepotserver-parent</relativePath>
<version>1.0.126</version>
<version>1.0.127-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion haikudepotserver-packagefile/pom.xml
Expand Up @@ -5,7 +5,7 @@
<artifactId>haikudepotserver-parent</artifactId>
<groupId>org.haiku</groupId>
<relativePath>../haikudepotserver-parent</relativePath>
<version>1.0.126</version>
<version>1.0.127-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion haikudepotserver-parent/pom.xml
Expand Up @@ -10,7 +10,7 @@
<artifactId>haikudepotserver</artifactId>
<groupId>org.haiku</groupId>
<relativePath>..</relativePath>
<version>1.0.126</version>
<version>1.0.127-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion haikudepotserver-webapp/pom.xml
Expand Up @@ -5,7 +5,7 @@
<artifactId>haikudepotserver-parent</artifactId>
<groupId>org.haiku</groupId>
<relativePath>../haikudepotserver-parent</relativePath>
<version>1.0.126</version>
<version>1.0.127-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>org.haiku</groupId>
<artifactId>haikudepotserver</artifactId>
<packaging>pom</packaging>
<version>1.0.126</version>
<version>1.0.127-SNAPSHOT</version>

<modules>
<module>haikudepotserver-api1</module>
Expand Down
6 changes: 3 additions & 3 deletions support/deployment/Dockerfile
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 "1.0.126"
ENV JETTY_VERSION "9.4.34.v20201102"
ENV PG_VERSION "42.2.18"
ENV HDS_VERSION "???"
ENV JETTY_VERSION "???"
ENV PG_VERSION "???"

ENV JAVA_BIN "java"

Expand Down

0 comments on commit 02ab8fa

Please sign in to comment.