File tree Expand file tree Collapse file tree 6 files changed +20
-16
lines changed
Expand file tree Collapse file tree 6 files changed +20
-16
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ To create a release:
136136 ``` xml
137137 <groupId >org.mapfish.print</groupId >
138138 <artifactId >print-lib</artifactId >
139- <version >2.3.3 </version >
139+ <version >2.3.4 </version >
140140 ```
141141
1421422 . Double check ` ReleaseNotes.md ` change-log and update if ndded.
@@ -147,7 +147,7 @@ To create a release:
147147 sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
148148 ```
149149
150- 3 . Build confirming creation of `` print-lib-2.3.3 .jar ``
150+ 3 . Build confirming creation of `` print-lib-2.3.4 .jar ``
151151
152152 ``` bash
153153 mvn clean install
@@ -157,7 +157,7 @@ To create a release:
157157
158158 ``` bash
159159 git add pom.xml
160- git commit -m " Release 2.3.3 "
160+ git commit -m " Release 2.3.4 "
161161 ```
162162
1631634 . Deploy to osgeo nexus
@@ -170,8 +170,8 @@ To create a release:
170170
171171 ``` bash
172172 git push
173- git tag -a release/2.3.3 -m " Release 2.3.3 "
174- git push origin release/2.3.3
173+ git tag -a release/2.3.4 -m " Release 2.3.4 "
174+ git push origin release/2.3.4
175175 ```
176176
1771776 . Check the release in github:
Original file line number Diff line number Diff line change 11# Mapfish Print 2 Release notes
22
3- ## Release 2.3.4
3+ ## Release 2.3.5
44
55Release notes:
66
77* TBD
88
9+ ## Release 2.3.4
10+
11+ Release notes:
12+
13+ * Annotation text with halo - halo not printed
14+
915## Release 2.3.3
1016
1117Release notes:
Original file line number Diff line number Diff line change 11Upgrade
22*******
33
4+ Version 2.3.4
5+ -------------
6+
7+ Release notes:
8+
9+ * Add an `labelOutlineMode ` parameter
10+
411Version 2.3.3
512-------------
613
714Release notes:
815
916* Fix for an outline parameters not being properly applied while rendering labels
10- * Add an `labelOutlineMode ` parameter
1117
1218Version 2.3.2
1319-------------
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.4 </version >
88
99 <description >
1010 MapFish Print Version 2 has reached end-of-life and is no longer under active development.
You can’t perform that action at this time.
0 commit comments