[maven-release-plugin] prepare for next development iteration · rototor/pdfbox-graphics2d@7cac68f (original) (raw)

Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
10 10 <parent>
11 11 <groupId>de.rototor.pdfbox</groupId>
12 12 <artifactId>pdfboxgraphics2d-parent</artifactId>
13 - <version>3.0.0</version>
13 + <version>3.0.1-SNAPSHOT</version>
14 14 </parent>
15 15
16 16
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
6 6 <description>Graphics2D Bridge for Apache PDFBox</description>
7 7 <groupId>de.rototor.pdfbox</groupId>
8 8 <artifactId>pdfboxgraphics2d-parent</artifactId>
9 - <version>3.0.0</version>
9 + <version>3.0.1-SNAPSHOT</version>
10 10 <packaging>pom</packaging>
11 11 <url>https://github.com/rototor/pdfbox-graphics2d</url>
12 12
@@ -40,7 +40,7 @@
40 40 <scm>
41 41 <url>https://github.com/rototor/pdfbox-graphics2d</url>
42 42 <connection>scm:git:https://github.com/rototor/pdfbox-graphics2d.git</connection>
43 - <tag>pdfboxgraphics2d-parent-3.0.0</tag>
43 + <tag>HEAD</tag>
44 44 </scm>
45 45
46 46 <distributionManagement>