Skip to content

Commit a78fb48

Browse files
committed
Release 2.3-RC
1 parent 0b6631f commit a78fb48

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,17 @@ To create a release:
151151

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

154+
9. Update the ``pom.xml`` against to return to SNAPSHOT developmentt:
155+
156+
```xml
157+
<groupId>org.mapfish.print</groupId>
158+
<artifactId>print-lib</artifactId>
159+
<version>2.3-SNAPSHOT</version>
160+
```
161+
162+
And push up the change:
163+
```bash
164+
git add pom.xml
165+
git commit -m "Development 2.3-SNAPSHOT"
166+
git push
167+
```

pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.mapfish.print</groupId>
66
<artifactId>print-lib</artifactId>
7-
<version>2.3-SNAPSHOT</version>
7+
<version>2.3-RC</version>
88

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

39-
<!--
40-
<prerequisites>
41-
<maven>3.8.0</maven>
42-
</prerequisites>
43-
-->
44-
45-
4639
<properties>
4740
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4841
<log4j-version>2.19.0</log4j-version>
4942
<spring-version>5.3.18</spring-version>
50-
<gt-version>30-SNAPSHOT</gt-version>
43+
<gt-version>30-RC</gt-version>
5144
<pdfbox-version>2.0.26</pdfbox-version>
5245
<metrics-version>4.2.12</metrics-version>
5346
</properties>

0 commit comments

Comments
 (0)