Skip to content

Commit

Permalink
release process update
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Sep 16, 2016
1 parent df1e1bf commit 167e825
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ This module is the basis for subsequent modules. It contains a JUnit rule (shown
<dependency>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>core</artifactId>
<version>0.15.0</version>
<version>0.15.1</version>
<scope>test</scope>
</dependency>
----
Expand Down Expand Up @@ -669,7 +669,7 @@ If you use CDI in your tests then you should give a try in DBUnit rules https://
<dependency>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>cdi</artifactId>
<version>0.15.0</version>
<version>0.15.1</version>
<scope>test</scope>
</dependency>
----
Expand Down Expand Up @@ -736,7 +736,7 @@ NOTE: If you don't use CDI you need to <<Programmatically creating datasets, cre
<dependency>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>cucumber</artifactId>
<version>0.15.0</version>
<version>0.15.1</version>
<scope>test</scope>
</dependency>
----
Expand Down Expand Up @@ -939,7 +939,7 @@ http://junit.org/junit5/[JUnit 5] is the new version of JUnit and comes with a n
<dependency>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>junit5</artifactId>
<version>0.15.0</version>
<version>0.15.1</version>
<scope>test</scope>
</dependency>
----
Expand Down
2 changes: 1 addition & 1 deletion cdi/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A CDI interceptor to configure DBUnit datasets in your tests.
<dependency>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>cdi</artifactId>
<version>0.15.0</version>
<version>0.15.1</version>
<scope>test</scope>
</dependency>
----
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.15.2-SNAPSHOT</version>
<version>0.15.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber</artifactId>
Expand Down
8 changes: 6 additions & 2 deletions release_process.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
</server>
</servers>

2 - mvn release:prepare -Prelease -Darguments="-DskipTests" -Dmaven.javadoc.skip=true -Dmaven.test.skip=true
2 - create the new version at https://bintray.com/rmpestano/dbunit-rules/dbunit-rules/

3 - mvn release:prepare -Prelease -Darguments="-DskipTests" -Dmaven.javadoc.skip=true -Dmaven.test.skip=true -Djarsigner.skip=true -Dmaven.jarsigner.skip=true
3 - mvn release:prepare -Prelease -Darguments="-DskipTests" -Dmaven.javadoc.skip=true -Dmaven.test.skip=true

4 - mvn release:prepare -Prelease -Darguments="-DskipTests" -Dmaven.javadoc.skip=true -Dmaven.test.skip=true -Dmaven.jarsigner.skip=true

5 - sync with maven central at https://bintray.com/rmpestano/dbunit-rules/dbunit-rules/NEW_VERSION

0 comments on commit 167e825

Please sign in to comment.