Skip to content

Commit

Permalink
prepare v2.101.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
olyutorskii committed Aug 8, 2018
1 parent 1ebd79b commit 5229066
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ DoubDabC Changelog
## WIP
Released on 20XX-XX-XX

## v2.101.6
Released on 2018-08-08
- BugFix: Missing copies when 8N+1 length decimal. Fixed #25
- Move PMD & Checkstyle config files to folder.
- Add Mersenne prime#32 (2^756839 -1) benchmark test.

## v2.101.4
Released on 2017-06-22
- Correspond to Maven 3.5
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<groupId>io.github.olyutorskii</groupId>
<artifactId>doubdabc</artifactId>

<version>2.101.5-SNAPSHOT</version>
<version>2.101.6</version>

<packaging>jar</packaging>
<name>DoubDabC</name>
Expand Down
4 changes: 4 additions & 0 deletions src/assembly/src.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
<directory>${project.basedir}/src</directory>
<useDefaultExcludes>true</useDefaultExcludes>
</fileSet>
<fileSet>
<directory>${project.basedir}/config</directory>
<useDefaultExcludes>true</useDefaultExcludes>
</fileSet>
</fileSets>

</assembly>
Expand Down

0 comments on commit 5229066

Please sign in to comment.