File tree Expand file tree Collapse file tree 2 files changed +16
-9
lines changed
Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -151,3 +151,17 @@ To create a release:
151151
1521527 . 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+ ```
Original file line number Diff line number Diff line change 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.
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 >
You can’t perform that action at this time.
0 commit comments