Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebusscher committed Oct 3, 2022
1 parent 78b1478 commit 7709aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ mvn license:format
mvn clean install

# Setting versions
mvn versions:set -DnewVersion=1.0.1-SNAPSHOT -DgenerateBackupPoms=false
mvn versions:set -DnewVersion=1.0.1 -DgenerateBackupPoms=false
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>be.atbash</groupId>
<artifactId>mp-config-se</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down

0 comments on commit 7709aac

Please sign in to comment.