From 19b279fb46ca3246556a39ce29a9579eb570f414 Mon Sep 17 00:00:00 2001 From: rmpestano Date: Sun, 28 Aug 2016 13:19:33 -0300 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- cdi/pom.xml | 2 +- core/pom.xml | 2 +- cucumber/pom.xml | 2 +- examples/dbunit-tomee-appcomposer-sample/pom.xml | 4 ++-- examples/jOOQ-DBUnit-flyway-example/pom.xml | 2 +- examples/jpa-productivity-boosters/pom.xml | 2 +- examples/pom.xml | 2 +- junit5/pom.xml | 4 ++-- pom.xml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cdi/pom.xml b/cdi/pom.xml index 1e6f00e..7068292 100644 --- a/cdi/pom.xml +++ b/cdi/pom.xml @@ -3,7 +3,7 @@ com.github.dbunit-rules parent - 0.11.0 + 0.11.1-SNAPSHOT 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index a21e0c2..9531bdb 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ com.github.dbunit-rules parent - 0.11.0 + 0.11.1-SNAPSHOT 4.0.0 diff --git a/cucumber/pom.xml b/cucumber/pom.xml index bd31e77..1adfba4 100644 --- a/cucumber/pom.xml +++ b/cucumber/pom.xml @@ -5,7 +5,7 @@ com.github.dbunit-rules parent - 0.11.0 + 0.11.1-SNAPSHOT cucumber diff --git a/examples/dbunit-tomee-appcomposer-sample/pom.xml b/examples/dbunit-tomee-appcomposer-sample/pom.xml index 374450d..5f0c950 100644 --- a/examples/dbunit-tomee-appcomposer-sample/pom.xml +++ b/examples/dbunit-tomee-appcomposer-sample/pom.xml @@ -1,11 +1,11 @@ - + 4.0.0 com.github.dbunit-rules examples - 0.11.0 + 0.11.1-SNAPSHOT dbunit-tomee-appcomposer-sample diff --git a/examples/jOOQ-DBUnit-flyway-example/pom.xml b/examples/jOOQ-DBUnit-flyway-example/pom.xml index 84ca087..dc5fa1e 100644 --- a/examples/jOOQ-DBUnit-flyway-example/pom.xml +++ b/examples/jOOQ-DBUnit-flyway-example/pom.xml @@ -5,7 +5,7 @@ com.github.dbunit-rules examples - 0.11.0 + 0.11.1-SNAPSHOT jooq-dbunit-flyway-example diff --git a/examples/jpa-productivity-boosters/pom.xml b/examples/jpa-productivity-boosters/pom.xml index 0b55d85..c3dd5bd 100644 --- a/examples/jpa-productivity-boosters/pom.xml +++ b/examples/jpa-productivity-boosters/pom.xml @@ -6,7 +6,7 @@ com.github.dbunit-rules examples - 0.11.0 + 0.11.1-SNAPSHOT jpa-productivity-boosters diff --git a/examples/pom.xml b/examples/pom.xml index 5e833f4..77322c0 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ com.github.dbunit-rules parent - 0.11.0 + 0.11.1-SNAPSHOT examples diff --git a/junit5/pom.xml b/junit5/pom.xml index 5d96773..2cf5b07 100644 --- a/junit5/pom.xml +++ b/junit5/pom.xml @@ -3,12 +3,12 @@ parent com.github.dbunit-rules - 0.11.0 + 0.11.1-SNAPSHOT 4.0.0 junit5 - 0.11.0 + 0.11.1-SNAPSHOT diff --git a/pom.xml b/pom.xml index 72857ce..ccbd401 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.github.dbunit-rules parent pom - 0.11.0 + 0.11.1-SNAPSHOT core