Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
danfickle committed Sep 28, 2016
1 parent 1798858 commit 898b381
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion openhtmltopdf-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.openhtmltopdf</groupId>
<artifactId>openhtmltopdf-parent</artifactId>
<version>0.0.1-RC5</version>
<version>0.0.1-RC6-SNAPSHOT</version>
</parent>

<artifactId>openhtmltopdf-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.openhtmltopdf</groupId>
<artifactId>openhtmltopdf-parent</artifactId>
<version>0.0.1-RC5</version>
<version>0.0.1-RC6-SNAPSHOT</version>
</parent>

<artifactId>openhtmltopdf-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-jsoup-dom-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.openhtmltopdf</groupId>
<artifactId>openhtmltopdf-parent</artifactId>
<version>0.0.1-RC5</version>
<version>0.0.1-RC6-SNAPSHOT</version>
</parent>

<artifactId>openhtmltopdf-jsoup-dom-converter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-log4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.openhtmltopdf</groupId>
<artifactId>openhtmltopdf-parent</artifactId>
<version>0.0.1-RC5</version>
<version>0.0.1-RC6-SNAPSHOT</version>
</parent>

<artifactId>openhtmltopdf-log4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-pdfbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.openhtmltopdf</groupId>
<artifactId>openhtmltopdf-parent</artifactId>
<version>0.0.1-RC5</version>
<version>0.0.1-RC6-SNAPSHOT</version>
</parent>

<artifactId>openhtmltopdf-pdfbox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-rtl-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.openhtmltopdf</groupId>
<artifactId>openhtmltopdf-parent</artifactId>
<version>0.0.1-RC5</version>
<version>0.0.1-RC6-SNAPSHOT</version>
</parent>

<artifactId>openhtmltopdf-rtl-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.openhtmltopdf</groupId>
<artifactId>openhtmltopdf-parent</artifactId>
<version>0.0.1-RC5</version>
<version>0.0.1-RC6-SNAPSHOT</version>
</parent>

<artifactId>openhtmltopdf-slf4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-svg-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.openhtmltopdf</groupId>
<artifactId>openhtmltopdf-parent</artifactId>
<version>0.0.1-RC5</version>
<version>0.0.1-RC6-SNAPSHOT</version>
</parent>

<artifactId>openhtmltopdf-svg-support</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.openhtmltopdf</groupId>
<artifactId>openhtmltopdf-parent</artifactId>
<version>0.0.1-RC5</version>
<version>0.0.1-RC6-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -36,7 +36,7 @@
<connection>scm:git:git://github.com/danfickle/openhtmltopdf.git</connection>
<developerConnection>scm:git:https://github.com/danfickle/openhtmltopdf.git</developerConnection>
<url>git://github.com/danfickle/openhtmltopdf.git</url>
<tag>openhtmltopdf-parent-0.0.1-RC5</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 898b381

Please sign in to comment.