From 426160a8bdddd92e38167041687e5a00aa6ec169 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Wed, 16 Jan 2019 01:02:52 +0000 Subject: [PATCH] Issue #12 - Update POM files to version 4.0.0 * Updated to the release version instead of the snapshot --- .gitignore | 1 + pom.xml | 2 +- spring-test-dbunit-core/pom.xml | 2 +- spring-test-dbunit-sample/pom.xml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8e291432..dc77e76b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.versionsBackup .project .classpath .settings diff --git a/pom.xml b/pom.xml index d462d6f6..4f2f4cea 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.github.ppodgorsek spring-test-dbunit-parent - 4.0.0-SNAPSHOT + 4.0.0 pom Spring Test DBUnit Parent diff --git a/spring-test-dbunit-core/pom.xml b/spring-test-dbunit-core/pom.xml index cfcc1eb3..08a80866 100644 --- a/spring-test-dbunit-core/pom.xml +++ b/spring-test-dbunit-core/pom.xml @@ -7,7 +7,7 @@ com.github.ppodgorsek spring-test-dbunit-parent - 4.0.0-SNAPSHOT + 4.0.0 com.github.ppodgorsek diff --git a/spring-test-dbunit-sample/pom.xml b/spring-test-dbunit-sample/pom.xml index 28de3f94..0849f955 100644 --- a/spring-test-dbunit-sample/pom.xml +++ b/spring-test-dbunit-sample/pom.xml @@ -7,7 +7,7 @@ com.github.ppodgorsek spring-test-dbunit-parent - 4.0.0-SNAPSHOT + 4.0.0 com.github.ppodgorsek