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 Sep 8, 2024
1 parent 1a829ff commit 15dbb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-5.2.0.jar
java -jar target/participate-5.3.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>5.2.0</version>
<version>5.3.0-SNAPSHOT</version>

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

0 comments on commit 15dbb86

Please sign in to comment.