Skip to content

Commit

Permalink
Version set 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siom79 committed Sep 25, 2023
1 parent 0da301a commit bc8ad10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ files of the account.
```
mvn versions:set -DnewVersion=<version>
mvn versions:commit
git add .
git commit -m "Version set <version>"
```
- Create a git tag:
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<artifactId>jdrivesync</artifactId>
<groupId>jdrivesync</groupId>
<version>0.4.3</version>
<version>0.5.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit bc8ad10

Please sign in to comment.