dependabot[bot]
|
5d815abc19
|
Bump lombok from 1.18.4 to 1.18.6 (#41)
|
2019-03-02 14:27:08 +00:00 |
|
dependabot[bot]
|
aa7ee683fa
|
Bump assertj-core from 3.11.1 to 3.12.1 (#39)
|
2019-03-02 13:15:39 +00:00 |
|
dependabot[bot]
|
937e455a58
|
Bump tiles-maven-plugin from 2.12 to 2.13 (#40)
* Bump tiles-maven-plugin from 2.12 to 2.13
Bumps [tiles-maven-plugin](https://github.com/repaint-io/maven-tiles) from 2.12 to 2.13.
- [Release notes](https://github.com/repaint-io/maven-tiles/releases)
- [Changelog](https://github.com/repaint-io/maven-tiles/blob/master/CHANGELOG.adoc)
- [Commits](https://github.com/repaint-io/maven-tiles/commits)
Signed-off-by: dependabot[bot] <support@dependabot.com>
* [changelog] updated
|
2019-03-02 08:41:12 +00:00 |
|
dependabot[bot]
|
645eb3f5ec
|
Bump hamcrest-core from 1.3 to 2.1 (#37)
Bumps [hamcrest-core](https://github.com/hamcrest/JavaHamcrest) from 1.3 to 2.1.
- [Release notes](https://github.com/hamcrest/JavaHamcrest/releases)
- [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md)
- [Commits](https://github.com/hamcrest/JavaHamcrest/compare/hamcrest-java-1.3...v2.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-12-24 08:57:41 +00:00 |
|
dependabot[bot]
|
e141e67934
|
Bump lombok from 1.18.2 to 1.18.4 (#36)
Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.2 to 1.18.4.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/rzwitserloot/lombok/compare/v1.18.2...v1.18.4)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-11-09 11:21:42 +00:00 |
|
|
daf9821887
|
Switch to trunk-based-development (#34)
* pom.xml: version set to 0.8.0-SNAPSHOT
* jenkins: added
* mvn: add wrapper 3.5.3
* Upgrade parent to 5.1.0
* lombok: upgraded to 1.16.20
* assertj: upgraded to 3.9.1
* coveralls: removed
* kemitix-maven-tiles: added
* kemitix-checkstyle: tile added
* Compile with java 1.8
* Reduce code coverage requirements
* LICENSE: update
* checkstyle: suppress outstanding npath complexity issues, etc
* Bump kemitix-parent from 5.1.0 to 5.1.1
Bumps [kemitix-parent](https://github.com/kemitix/kemitix-parent) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/kemitix/kemitix-parent/releases)
- [Changelog](https://github.com/kemitix/kemitix-parent/blob/master/CHANGELOG)
- [Commits](https://github.com/kemitix/kemitix-parent/compare/v5.1.0...v5.1.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump tiles-maven-plugin from 2.10 to 2.12
Bumps [tiles-maven-plugin](https://github.com/repaint-io/maven-tiles) from 2.10 to 2.12.
- [Release notes](https://github.com/repaint-io/maven-tiles/releases)
- [Changelog](https://github.com/repaint-io/maven-tiles/blob/master/CHANGELOG.adoc)
- [Commits](https://github.com/repaint-io/maven-tiles/compare/tiles-maven-plugin-2.10...tiles-maven-plugin-2.12)
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump assertj-core from 3.9.1 to 3.11.0
Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.9.1 to 3.11.0.
- [Release notes](https://github.com/joel-costigliola/assertj-core/releases)
- [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.9.1...assertj-core-3.11.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump lombok from 1.16.20 to 1.18.2
Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.16.20 to 1.18.2.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/rzwitserloot/lombok/compare/v1.16.20...v1.18.2)
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump assertj-core from 3.11.0 to 3.11.1
Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/joel-costigliola/assertj-core/releases)
- [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.11.0...assertj-core-3.11.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump kemitix-parent from 5.1.1 to 5.2.0
Bumps [kemitix-parent](https://gitlab.com/kemitix/kemitix-parent) from 5.1.1 to 5.2.0.
- [Release notes](https://gitlab.com/kemitix/kemitix-parent/tags)
- [Commits](https://gitlab.com/kemitix/kemitix-parent/commits/master)
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Update CHANGELOG
* Update Jenkinsfile
* Remove maven wrapper
* Remove travis config
* Simplify .gitignore
* [readme] convert to org-mode format
* lombok scope is provided
* version set to DEV-SNAPSHOT
* rename property kemitix-tiles as kemitix-maven-tiles
* Bump kemitix-maven-tiles from 0.8.1 to 1.3.0
* Bump kemitix-maven-tiles from 1.3.0 to 1.3.1
* NoteItem remove @ToString
* Narrow scope of forceParent to package-private
* [coverage] set required instructions covered to 97%
|
2018-10-09 22:08:43 +01:00 |
|
|
84b1e60923
|
pom.xml: version set to 0.7.0
|
2017-02-18 20:35:27 +00:00 |
|
|
4c4d3a9012
|
pom.xml: Upgrade lombok to 1.16.12
|
2017-02-18 18:30:42 +00:00 |
|
|
b5483177ad
|
pom.xml: version set to 0.7.0-SNAPSHOT
|
2017-02-16 21:19:09 +00:00 |
|
|
3bec03d534
|
pom.xml: version set to 0.6.0
|
2017-02-16 21:19:07 +00:00 |
|
|
151a6f351c
|
pom.xml: upgrade coverall-maven-plugin to 4.3.0
|
2017-02-16 20:29:33 +00:00 |
|
|
e5b0ac126f
|
pom.xml: upgrade assertj to 3.6.2
|
2017-02-16 20:29:16 +00:00 |
|
|
59cad4ce85
|
pom.xml: specify dependency versions in properties
|
2017-02-16 20:28:12 +00:00 |
|
|
2646c0b4f4
|
pom.xml: upgrade kemitix-parent to 2.4.0
|
2017-02-16 20:27:45 +00:00 |
|
|
354d9f903f
|
pom.xml: version set to 0.6.0-SNAPSHOT
|
2016-09-20 23:47:29 +01:00 |
|
|
fa5cbcdb13
|
pom.xml: version set to 0.5.0
|
2016-09-20 23:47:28 +01:00 |
|
|
df5ee5224b
|
pom.xml: upgrade kemitix-parent to 2.1.0
|
2016-09-13 22:48:30 +01:00 |
|
|
83d9bc50fd
|
pom.xml: upgrade lombok to 1.16.10
|
2016-09-13 20:06:13 +01:00 |
|
|
cf347c92ed
|
pom.xml: upgrade assertj to 3.5.2
|
2016-09-13 08:09:04 +01:00 |
|
|
3db3c0287e
|
pom.xml: version set to 0.5.0-SNAPSHOT
|
2016-09-13 07:39:06 +01:00 |
|
|
4f4266fe3e
|
pom.xml: version set to 0.4.0
|
2016-09-13 07:39:05 +01:00 |
|
|
e108d61ac5
|
pom.xml: move lombok to compile scope
|
2016-08-22 08:48:31 +01:00 |
|
|
08b934a6d6
|
pom.xml: upgrade kemitix-parent to 2.0.0
|
2016-08-22 08:44:48 +01:00 |
|
|
39721e77c1
|
pom.xml: add dependency on net.trajano.commons to utility class testing
|
2016-08-21 11:36:46 +01:00 |
|
|
d04d1741c9
|
Report code coverage to coveralls.io
|
2016-06-03 16:48:49 +01:00 |
|
|
39833edf27
|
pom.xml: version set to 0.4.0-SNAPSHOT
|
2016-05-26 13:52:45 +01:00 |
|
|
3f3f2efb7d
|
pom.xml: version set to 0.3.0
|
2016-05-26 13:52:43 +01:00 |
|
|
dc70ed0ddb
|
pom.xml: version set to 0.3.0-SNAPSHOT
|
2016-05-25 11:44:52 +01:00 |
|
|
6a19dbda10
|
pom.xml: version set to 0.2.0
|
2016-05-25 11:44:50 +01:00 |
|
|
921cf98b13
|
Add assertj-core dependency for testing
|
2016-05-24 11:56:14 +01:00 |
|
|
1aa2daf14b
|
Add lombok back for use in testing only
Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
|
2016-03-14 15:39:47 +00:00 |
|
|
635af8089d
|
Drop lombok dependency
Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
|
2016-03-14 14:17:14 +00:00 |
|
|
9479ae6c14
|
pom.xml: version set to 0.2.0-SNAPSHOT
Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
|
2016-01-09 18:00:33 +00:00 |
|
|
d74d44ba9d
|
pom.xml: version set to 0.1.0
Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
|
2016-01-09 18:00:33 +00:00 |
|
|
8cd57711b8
|
Initial commit
|
2016-01-09 17:08:52 +00:00 |
|