Skip to content

Commit

Permalink
Prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Dec 20, 2020
1 parent f20a80c commit 997bdba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/developer_guide/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</servers>
```

1. Checkout the `develop` branch.
1. Update version in `pom.xml` and `README.md`, commit and push.
1. Checkout the `master` branch.
1. Update version in `pom.xml`, commit and push.
1. Run command

```bash
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.itsallcode</groupId>
<artifactId>hamcrest-mutliline-text-matcher</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
<name>Hamcrest multi-line text matcher</name>
<description>This project provides a Hamcrest matcher that gives you better diagnostics for multi-line text in case of mismatches.</description>
<properties>
Expand Down

0 comments on commit 997bdba

Please sign in to comment.