Skip to content

Commit 963aaa9

Browse files
committed
Release 2.3.4
1 parent b37fc0c commit 963aaa9

File tree

6 files changed

+20
-16
lines changed

6 files changed

+20
-16
lines changed

.mvn/jvm.config

Lines changed: 0 additions & 5 deletions
This file was deleted.

.mvn/maven.config

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

142142
2. 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

163163
4. 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

177177
6. Check the release in github:

ReleaseNotes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# Mapfish Print 2 Release notes
22

3-
## Release 2.3.4
3+
## Release 2.3.5
44

55
Release 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

1117
Release notes:

docs/upgrade.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
Upgrade
22
*******
33

4+
Version 2.3.4
5+
-------------
6+
7+
Release notes:
8+
9+
* Add an `labelOutlineMode` parameter
10+
411
Version 2.3.3
512
-------------
613

714
Release notes:
815

916
* Fix for an outline parameters not being properly applied while rendering labels
10-
* Add an `labelOutlineMode` parameter
1117

1218
Version 2.3.2
1319
-------------

pom.xml

Lines changed: 1 addition & 1 deletion
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.4</version>
88

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

0 commit comments

Comments
 (0)