Merge branch release/0.2.0 into develop
4d01349
Add tests with improved conversion of MIME Multipart messages to stringd72ca46
Apply Checkstyle formatting (modified sun_checks) rules and add javadoc Signed-off-by: Paul Campbell <paulcampbell@fife.ac.uk>
This commit is contained in:
commit
c1acc0480b
2 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,12 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.2.0
|
||||
------
|
||||
|
||||
* 4d01349 Add tests with improved conversion of MIME Multipart messages to string
|
||||
* d72ca46 Apply Checkstyle formatting (modified sun_checks) rules and add javadoc
|
||||
|
||||
0.1.1
|
||||
-----
|
||||
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net.kemitix</groupId>
|
||||
<artifactId>wiser-assertions</artifactId>
|
||||
<version>0.1.1</version>
|
||||
<version>0.3.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>wiser-assertions</name>
|
||||
|
@ -58,4 +58,4 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue