Skip to content

Commit

Permalink
Development 2.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jodygarnett committed Oct 28, 2024
1 parent 19d3ac1 commit a9bafeb
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 @@ -168,7 +168,7 @@ To create a release:

```bash
git push
git tag -a release/2.3.0 -m "Release 2.3.0"
git tag -a release/2.3.2 -m "Release 2.3.2"
git push origin release/2.3.0
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.mapfish.print</groupId>
<artifactId>print-lib</artifactId>
<version>2.3.2</version>
<version>2.3-SNAPSHOT</version>

<description>
MapFish Print Version 2 has reached end-of-life and is no longer under active development.
Expand Down

0 comments on commit a9bafeb

Please sign in to comment.