Skip to content

Commit 66c32dd

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 44f0fed commit 66c32dd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

extended-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
<parent>
1111
<groupId>de.rototor.pdfbox</groupId>
1212
<artifactId>pdfboxgraphics2d-parent</artifactId>
13-
<version>0.47</version>
13+
<version>0.48-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>de.rototor.pdfbox</groupId>
1919
<artifactId>graphics2d</artifactId>
20-
<version>0.47</version>
20+
<version>0.48-SNAPSHOT</version>
2121
</dependency>
2222

2323
<dependency>

graphics2d/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>de.rototor.pdfbox</groupId>
1212
<artifactId>pdfboxgraphics2d-parent</artifactId>
13-
<version>0.47</version>
13+
<version>0.48-SNAPSHOT</version>
1414
</parent>
1515

1616

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Graphics2D Bridge for Apache PDFBox</description>
77
<groupId>de.rototor.pdfbox</groupId>
88
<artifactId>pdfboxgraphics2d-parent</artifactId>
9-
<version>0.47</version>
9+
<version>0.48-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111
<url>https://github.com/rototor/pdfbox-graphics2d</url>
1212

@@ -41,7 +41,7 @@
4141
<scm>
4242
<url>https://github.com/rototor/pdfbox-graphics2d</url>
4343
<connection>scm:git:https://github.com/rototor/pdfbox-graphics2d.git</connection>
44-
<tag>pdfboxgraphics2d-parent-0.47</tag>
44+
<tag>HEAD</tag>
4545
</scm>
4646

4747
<distributionManagement>

0 commit comments

Comments
 (0)