Skip to content

Commit e49976a

Browse files
Bump version
1 parent dba0121 commit e49976a

File tree

38 files changed

+47
-39
lines changed

38 files changed

+47
-39
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Change Log
44
The following log records some of the most important changes.
55
Bug fixing is an ongoing task, so it is implied in all sub-releases.
66

7+
1.19
8+
----
9+
10+
BATIK-1374: Automatic-Module-Name incorrect
11+
BATIK-1373: Squiggle has wrong version text
12+
BATIK-1375: Optimise mvn repo checking
13+
FOP-3180: Glyph positions ignored when using a custom font
14+
715
1.18
816
----
917

batik-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>org.apache.xmlgraphics</groupId>
3434
<artifactId>batik</artifactId>
35-
<version>1.18.0-SNAPSHOT</version>
35+
<version>1.19.0-SNAPSHOT</version>
3636
</parent>
3737

3838
<dependencies>

batik-anim/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.xmlgraphics</groupId>
3333
<artifactId>batik</artifactId>
34-
<version>1.18.0-SNAPSHOT</version>
34+
<version>1.19.0-SNAPSHOT</version>
3535
</parent>
3636

3737
<dependencies>

batik-awt-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.xmlgraphics</groupId>
3333
<artifactId>batik</artifactId>
34-
<version>1.18.0-SNAPSHOT</version>
34+
<version>1.19.0-SNAPSHOT</version>
3535
</parent>
3636

3737
<dependencies>

batik-bridge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.xmlgraphics</groupId>
3333
<artifactId>batik</artifactId>
34-
<version>1.18.0-SNAPSHOT</version>
34+
<version>1.19.0-SNAPSHOT</version>
3535
</parent>
3636

3737
<dependencies>

batik-codec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.xmlgraphics</groupId>
3333
<artifactId>batik</artifactId>
34-
<version>1.18.0-SNAPSHOT</version>
34+
<version>1.19.0-SNAPSHOT</version>
3535
</parent>
3636

3737
<dependencies>

batik-constants/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.xmlgraphics</groupId>
3333
<artifactId>batik</artifactId>
34-
<version>1.18.0-SNAPSHOT</version>
34+
<version>1.19.0-SNAPSHOT</version>
3535
</parent>
3636

3737
<dependencies>

batik-css/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.xmlgraphics</groupId>
3333
<artifactId>batik</artifactId>
34-
<version>1.18.0-SNAPSHOT</version>
34+
<version>1.19.0-SNAPSHOT</version>
3535
</parent>
3636

3737
<dependencies>

batik-dom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.xmlgraphics</groupId>
3333
<artifactId>batik</artifactId>
34-
<version>1.18.0-SNAPSHOT</version>
34+
<version>1.19.0-SNAPSHOT</version>
3535
</parent>
3636

3737
<dependencies>

batik-ext/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.xmlgraphics</groupId>
3333
<artifactId>batik</artifactId>
34-
<version>1.18.0-SNAPSHOT</version>
34+
<version>1.19.0-SNAPSHOT</version>
3535
</parent>
3636

3737
<dependencies>

0 commit comments

Comments
 (0)