Skip to content

Commit

Permalink
Bump version number to 5.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
V1ncNet committed Sep 7, 2024
1 parent 4b2c8d9 commit 26e21ac
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-SNAPSHOT.jar
java -jar target/participate-5.2.0-rc.1.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-SNAPSHOT</version>
<version>5.2.0-rc.1</version>

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

0 comments on commit 26e21ac

Please sign in to comment.