Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
fixes #3 - moves contract tests to incode-module-unittestsupport
Browse files Browse the repository at this point in the history
  • Loading branch information
danhaywood committed Nov 4, 2016
1 parent d1668b7 commit 830dc17
Show file tree
Hide file tree
Showing 35 changed files with 4 additions and 2,366 deletions.
7 changes: 4 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ To use "out-of-the-box":
<dependency>
<groupId>org.incode.module.base</groupId>
<artifactId>incode-module-base-dom</artifactId>
<version>1.13.3</version>
<version>1.13.4</version>
</dependency>
<dependency>
<groupId>org.incode.module.base</groupId>
<artifactId>incode-module-base-dom</artifactId>
<version>1.13.3</version>
<version>1.13.4</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -86,7 +86,8 @@ If you want to use the current `-SNAPSHOT`, then the steps are the same as above

== Change Log

* `1.13.3` - released against Isis 1.13.0, removes dependency on isisaddons' security module
* `1.13.4` - released against Isis 1.13.0, removes contract tests (moved to http://github.com/incodehq/incode-module-unittestsupport[incode-module-unittestsupport])
* `1.13.3` - released against Isis 1.13.0, removes dependency on http://github.com/isisaddons/isis-module-security[isisaddons' security module]
* `1.13.2` - released against Isis 1.13.0, removes `EstatioUserRole` class.
* `1.13.1` - released against Isis 1.13.0, with additional classes moved out from estatio/estatio's udo-base module.
* `1.13.0` - released against Isis 1.13.0.
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 830dc17

Please sign in to comment.