Skip to content

Commit

Permalink
Release 2.3-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
jodygarnett committed Sep 22, 2023
1 parent 0b6631f commit a78fb48
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,17 @@ To create a release:

7. Add any release-notes to the tag in GitHub.

9. Update the ``pom.xml`` against to return to SNAPSHOT developmentt:

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

And push up the change:
```bash
git add pom.xml
git commit -m "Development 2.3-SNAPSHOT"
git push
```
11 changes: 2 additions & 9 deletions 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-SNAPSHOT</version>
<version>2.3-RC</version>

<description>
MapFish Print Version 2 has reached end-of-life and is no longer under active development.
Expand Down Expand Up @@ -36,18 +36,11 @@
<url>https://github.com/mapfish/mapfish-print-v2/issues</url>
</issueManagement>

<!--
<prerequisites>
<maven>3.8.0</maven>
</prerequisites>
-->


<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<log4j-version>2.19.0</log4j-version>
<spring-version>5.3.18</spring-version>
<gt-version>30-SNAPSHOT</gt-version>
<gt-version>30-RC</gt-version>
<pdfbox-version>2.0.26</pdfbox-version>
<metrics-version>4.2.12</metrics-version>
</properties>
Expand Down

0 comments on commit a78fb48

Please sign in to comment.