Skip to content

Commit

Permalink
Merge pull request #28 from ppodgorsek/issue-12
Browse files Browse the repository at this point in the history
Issue #12 - Update POM files to version 4.0.0
  • Loading branch information
ppodgorsek authored Jan 16, 2019
2 parents aa4fe5e + 426160a commit cf96ea4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.versionsBackup
.project
.classpath
.settings
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.github.ppodgorsek</groupId>
<artifactId>spring-test-dbunit-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>pom</packaging>

<name>Spring Test DBUnit Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-test-dbunit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.ppodgorsek</groupId>
<artifactId>spring-test-dbunit-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<groupId>com.github.ppodgorsek</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spring-test-dbunit-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.ppodgorsek</groupId>
<artifactId>spring-test-dbunit-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<groupId>com.github.ppodgorsek</groupId>
Expand Down

0 comments on commit cf96ea4

Please sign in to comment.