Skip to content

Commit

Permalink
Bump version number to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
V1ncNet committed Dec 23, 2023
1 parent 145f5bd commit 9f760a9
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 @@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN mkdir -p /app
WORKDIR /app

ARG JAR_FILE=participate-4.1.2.jar
ARG JAR_FILE=participate-4.2.0.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/
COPY scripts/docker-entrypoint.sh /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.1.2.jar
java -jar target/participate-4.2.0.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.1.2</version>
<version>4.2.0</version>

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

0 comments on commit 9f760a9

Please sign in to comment.