Skip to content

Commit

Permalink
Start next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
V1ncNet committed Apr 10, 2024
1 parent 58a4e4d commit 76d7fe0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM openjdk:11-jre-slim
RUN mkdir -p /app
WORKDIR /app

ARG JAR_FILE=participate-4.4.1.jar
ARG JAR_FILE=participate-4.5.0-SNAPSHOT.jar
COPY --from=maven /usr/src/app/target/$JAR_FILE /app/application.jar
COPY --from=healthcheck-builder /usr/src/healthcheck/Healthcheck.class /usr/local/bin/

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ mvn clean package
creates an executable jar file. Start the application with

```bash
java -jar target/participate-4.4.1.jar
java -jar target/participate-4.5.0-SNAPSHOT.jar
```

on your machine. Don't forget to configure the properties files to fit your environment or follow the
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<groupId>de.vinado.wicket</groupId>
<artifactId>participate</artifactId>
<packaging>jar</packaging>
<version>4.4.1</version>
<version>4.5.0-SNAPSHOT</version>

<name>participate</name>
<description>Participation Manager for Kammerchor Wernigerode e.V.</description>
Expand Down

0 comments on commit 76d7fe0

Please sign in to comment.