Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Sep 13, 2016
1 parent 851a00a commit 80bb12c
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 15 deletions.
2 changes: 1 addition & 1 deletion cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.dbunit-rules</groupId>
<artifactId>parent</artifactId>
<!-- tag::version[] -->
<version>0.13.3-SNAPSHOT</version>
<version>0.14.0</version>
<!-- end::version[] -->
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
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.13.3-SNAPSHOT</version>
<version>0.14.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.13.3-SNAPSHOT</version>
<version>0.14.0</version>
</parent>

<artifactId>cucumber</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/dbunit-tomee-appcomposer-sample/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.13.3-SNAPSHOT</version>
<version>0.14.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.13.3-SNAPSHOT</version>
<version>0.14.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.13.3-SNAPSHOT</version>
<version>0.14.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.13.3-SNAPSHOT</version>
<version>0.14.0</version>
</parent>

<artifactId>examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.github.dbunit-rules</groupId>
<version>0.13.3-SNAPSHOT</version>
<version>0.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
34 changes: 27 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
<?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>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
<relativePath />
<relativePath/>
</parent>

<groupId>com.github.dbunit-rules</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<!-- tag::version[] -->
<version>0.13.3-SNAPSHOT</version>
<!-- end::version[] -->
<!-- tag::version[] -->
<version>0.14.0</version>
<!-- end::version[] -->

<modules>
<module>core</module>
Expand Down Expand Up @@ -50,8 +51,8 @@
<connection>scm:git:https://github.com/rmpestano/dbunit-rules.git</connection>
<developerConnection>scm:git:git@github.com:rmpestano/dbunit-rules.git</developerConnection>
<url>https://github.com/rmpestano/dbunit-rules.git</url>
<tag>HEAD</tag>
</scm>
<tag>0.14.0</tag>
</scm>

<ciManagement>
<system>tranvis-ci.org</system>
Expand Down Expand Up @@ -324,6 +325,25 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<includes>
<include>**/*It.java</include>
<include>**/*Test.java</include>
<include>**/*Feature.java</include>
<include>**/*Bdd.java</include>
</includes>
<excludes>
<!-- conflict with open ejb/jpa and jacoco
Caused by: org.apache.openejb.OpenEJBException: org.apache.openejb.OpenEJBRuntimeException: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: null: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: null
Caused by: org.apache.openejb.OpenEJBRuntimeException: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: null
-->
<exclude>**/*UserRepositoryTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 80bb12c

Please sign in to comment.