diff --git a/openpdf/pom.xml b/openpdf/pom.xml index 397a9be42..111c2c219 100644 --- a/openpdf/pom.xml +++ b/openpdf/pom.xml @@ -6,7 +6,7 @@ com.github.librepdf openpdf-parent - 1.0.5 + 1.0.6-SNAPSHOT openpdf diff --git a/openpdf/src/main/java/com/lowagie/text/Document.java b/openpdf/src/main/java/com/lowagie/text/Document.java index 44ff26b61..4546615b4 100644 --- a/openpdf/src/main/java/com/lowagie/text/Document.java +++ b/openpdf/src/main/java/com/lowagie/text/Document.java @@ -108,7 +108,7 @@ public class Document implements DocListener { /** * @since 2.1.6 */ - private static final String RELEASE = "1.0.5"; + private static final String RELEASE = "1.0.6-SNAPSHOT"; private static final String OPENPDF_VERSION = OPENPDF + " " + RELEASE; /** diff --git a/pdf-html/pom.xml b/pdf-html/pom.xml index 6444ae5c8..bb00f5918 100644 --- a/pdf-html/pom.xml +++ b/pdf-html/pom.xml @@ -6,7 +6,7 @@ com.github.librepdf openpdf-parent - 1.0.5 + 1.0.6-SNAPSHOT pdf-html diff --git a/pdf-rtf/pom.xml b/pdf-rtf/pom.xml index a2d5b53da..0b9df6c90 100644 --- a/pdf-rtf/pom.xml +++ b/pdf-rtf/pom.xml @@ -6,7 +6,7 @@ com.github.librepdf openpdf-parent - 1.0.5 + 1.0.6-SNAPSHOT pdf-rtf diff --git a/pdf-swing/pom.xml b/pdf-swing/pom.xml index 3c7e2e99d..61b3a6335 100644 --- a/pdf-swing/pom.xml +++ b/pdf-swing/pom.xml @@ -6,7 +6,7 @@ com.github.librepdf openpdf-parent - 1.0.5 + 1.0.6-SNAPSHOT pdf-swing diff --git a/pdf-toolbox/pom.xml b/pdf-toolbox/pom.xml index 531ea6b33..6a0ba09c0 100644 --- a/pdf-toolbox/pom.xml +++ b/pdf-toolbox/pom.xml @@ -6,7 +6,7 @@ com.github.librepdf openpdf-parent - 1.0.5 + 1.0.6-SNAPSHOT pdf-toolbox diff --git a/pdf-xml/pom.xml b/pdf-xml/pom.xml index 0fc30194b..53577884e 100644 --- a/pdf-xml/pom.xml +++ b/pdf-xml/pom.xml @@ -6,7 +6,7 @@ com.github.librepdf openpdf-parent - 1.0.5 + 1.0.6-SNAPSHOT pdf-xml diff --git a/pom.xml b/pom.xml index ea919d1d5..5a2ec0f95 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.librepdf openpdf-parent pom - 1.0.5 + 1.0.6-SNAPSHOT