From 80bb12c453aa3008c75a2d0528b1d20e0be9922f Mon Sep 17 00:00:00 2001 From: rmpestano Date: Mon, 12 Sep 2016 22:38:16 -0300 Subject: [PATCH] [maven-release-plugin] prepare release 0.14.0 --- cdi/pom.xml | 2 +- core/pom.xml | 2 +- cucumber/pom.xml | 2 +- .../dbunit-tomee-appcomposer-sample/pom.xml | 2 +- examples/jOOQ-DBUnit-flyway-example/pom.xml | 2 +- examples/jpa-productivity-boosters/pom.xml | 2 +- examples/pom.xml | 2 +- junit5/pom.xml | 2 +- pom.xml | 34 +++++++++++++++---- 9 files changed, 35 insertions(+), 15 deletions(-) diff --git a/cdi/pom.xml b/cdi/pom.xml index e401a66..9de3737 100644 --- a/cdi/pom.xml +++ b/cdi/pom.xml @@ -4,7 +4,7 @@ com.github.dbunit-rules parent - 0.13.3-SNAPSHOT + 0.14.0 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index cd696d7..d9f9bd8 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ com.github.dbunit-rules parent - 0.13.3-SNAPSHOT + 0.14.0 4.0.0 diff --git a/cucumber/pom.xml b/cucumber/pom.xml index 98c9e91..28cb136 100644 --- a/cucumber/pom.xml +++ b/cucumber/pom.xml @@ -5,7 +5,7 @@ com.github.dbunit-rules parent - 0.13.3-SNAPSHOT + 0.14.0 cucumber diff --git a/examples/dbunit-tomee-appcomposer-sample/pom.xml b/examples/dbunit-tomee-appcomposer-sample/pom.xml index 0a4e3a4..3d776af 100644 --- a/examples/dbunit-tomee-appcomposer-sample/pom.xml +++ b/examples/dbunit-tomee-appcomposer-sample/pom.xml @@ -5,7 +5,7 @@ com.github.dbunit-rules examples - 0.13.3-SNAPSHOT + 0.14.0 dbunit-tomee-appcomposer-sample diff --git a/examples/jOOQ-DBUnit-flyway-example/pom.xml b/examples/jOOQ-DBUnit-flyway-example/pom.xml index 216768e..50ba91d 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.13.3-SNAPSHOT + 0.14.0 jooq-dbunit-flyway-example diff --git a/examples/jpa-productivity-boosters/pom.xml b/examples/jpa-productivity-boosters/pom.xml index 6967790..5a018b4 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.13.3-SNAPSHOT + 0.14.0 jpa-productivity-boosters diff --git a/examples/pom.xml b/examples/pom.xml index abb97ba..b09f52e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ com.github.dbunit-rules parent - 0.13.3-SNAPSHOT + 0.14.0 examples diff --git a/junit5/pom.xml b/junit5/pom.xml index b918196..56b8d83 100644 --- a/junit5/pom.xml +++ b/junit5/pom.xml @@ -3,7 +3,7 @@ parent com.github.dbunit-rules - 0.13.3-SNAPSHOT + 0.14.0 4.0.0 diff --git a/pom.xml b/pom.xml index 28efc8e..5754599 100644 --- a/pom.xml +++ b/pom.xml @@ -1,20 +1,21 @@ - + 4.0.0 org.sonatype.oss oss-parent 7 - + com.github.dbunit-rules parent pom - - 0.13.3-SNAPSHOT - + + 0.14.0 + core @@ -50,8 +51,8 @@ scm:git:https://github.com/rmpestano/dbunit-rules.git scm:git:git@github.com:rmpestano/dbunit-rules.git https://github.com/rmpestano/dbunit-rules.git - HEAD - + 0.14.0 + tranvis-ci.org @@ -324,6 +325,25 @@ + + maven-surefire-plugin + 2.19.1 + + + **/*It.java + **/*Test.java + **/*Feature.java + **/*Bdd.java + + + + **/*UserRepositoryTest.java + + +