Merge pull request #14 from kemitix/prepare-0.5.0

Prepare for 0.5.0
This commit is contained in:
Paul Campbell 2017-12-10 19:13:31 +00:00 committed by GitHub
commit 7a5f7a7632
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 11 deletions

View file

@ -1,6 +1,11 @@
CHANGELOG CHANGELOG
========= =========
0.5.0
-----
*
0.4.0 0.4.0
----- -----

View file

@ -15,7 +15,7 @@ TypeAlias for Java
<dependency> <dependency>
<groupId>net.kemitix</groupId> <groupId>net.kemitix</groupId>
<artifactId>mon</artifactId> <artifactId>mon</artifactId>
<version>0.3.0</version> <version>0.4.0</version>
</dependency> </dependency>
``` ```

View file

@ -10,7 +10,7 @@
<version>3.2.4</version> <version>3.2.4</version>
</parent> </parent>
<artifactId>mon</artifactId> <artifactId>mon</artifactId>
<version>0.4.0-SNAPSHOT</version> <version>0.5.0-SNAPSHOT</version>
<properties> <properties>
<junit.version>4.12</junit.version> <junit.version>4.12</junit.version>

View file

@ -10,15 +10,6 @@ import org.junit.Test;
*/ */
public class IdentityTest implements WithAssertions { public class IdentityTest implements WithAssertions {
@Test
public void functorLawMapIdEqualsId() {
//given
final String id = "id";
//when
//then
}
@Test @Test
public void canMapIdentityFromStringToInteger() { public void canMapIdentityFromStringToInteger() {
//given //given