Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Sep 4, 2016
1 parent 30bbbf2 commit 0e23583
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>parent</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cucumber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>parent</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.12.0</version>
</parent>

<artifactId>cucumber</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/dbunit-tomee-appcomposer-sample/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>examples</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.12.0</version>
</parent>

<artifactId>dbunit-tomee-appcomposer-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jOOQ-DBUnit-flyway-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>examples</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.12.0</version>
</parent>

<artifactId>jooq-dbunit-flyway-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jpa-productivity-boosters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>examples</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.12.0</version>
</parent>

<artifactId>jpa-productivity-boosters</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>parent</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.12.0</version>
</parent>

<artifactId>examples</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.github.dbunit-rules</groupId>
<version>0.11.1-SNAPSHOT</version>
<version>0.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>junit5</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.12.0</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>com.github.dbunit-rules</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>0.11.1-SNAPSHOT</version>
<version>0.12.0</version>

<modules>
<module>core</module>
Expand Down

0 comments on commit 0e23583

Please sign in to comment.