Commit graph

371 commits

Author SHA1 Message Date
fa63f2f104 jenkins: split Reporting stage into Test Results and Archiving 2018-03-03 16:29:38 +00:00
13b6ebd06d jenkins: remove java 9 testing from develop branch 2018-03-03 16:28:50 +00:00
a7b4bc3d12 Merge branch 'develop' into jdk-9-compatible
* develop:
  Add missing error when snapshot
  version set to 0.6.0-SNAPSHOT (again)
  jenkins: use mvn with options
  jenkins: clean up
  jenkins: fix syntax #5
  jenkins: fix syntax #4
  jenkins: fix syntax #3
  jenkins: strong type read pom
  jenkins: fix syntax #2
  jenkins: fix syntax #2
  jenkins: fix syntax
  jenkins: fix syntax
  Revert "version set to 0.6.0-SNAPSHOT"
  jenkins: add check to fail build when SNAPSHOT on master branch
  version set to 0.6.0-SNAPSHOT
  pom: fix accidental merge of SNAPSHOT into master
  version: set to 0.6.0-SNAPSHOT
  version: set to 0.5.0
2018-03-03 13:27:35 +00:00
52cdab42b5
Merge pull request #24 from kemitix/prepare/0.6.0
Prepare/0.6.0
2018-03-03 12:53:05 +00:00
352b3d1473 Add missing error when snapshot 2018-03-03 12:47:49 +00:00
cdd31fe49c version set to 0.6.0-SNAPSHOT (again) 2018-03-03 12:43:37 +00:00
b221695272 jenkins: use mvn with options 2018-03-03 12:41:28 +00:00
45c07bab81 jenkins: clean up 2018-03-03 12:39:21 +00:00
267bc8f077 Merge branch 'hotfix/0.5.1' into prepare/0.6.0
* hotfix/0.5.1:
  jenkins: fix syntax #5
  jenkins: fix syntax #4
  jenkins: fix syntax #3
  jenkins: strong type read pom
  jenkins: fix syntax #2
  jenkins: fix syntax
  Revert "version set to 0.6.0-SNAPSHOT"
2018-03-03 12:37:22 +00:00
aa888c8b06
Merge pull request #23 from kemitix/hotfix/0.5.1
pom: fix accidental merge of SNAPSHOT into master
2018-03-03 12:02:12 +00:00
88cdd087f1 jenkins: fix syntax #5 2018-03-03 11:59:10 +00:00
08e051799d jenkins: fix syntax #4 2018-03-03 11:55:44 +00:00
d6564cef08 jenkins: fix syntax #3 2018-03-03 09:26:36 +00:00
5a73f5d7ae jenkins: strong type read pom 2018-03-03 09:22:28 +00:00
c074b6e549 jenkins: fix syntax #2 2018-03-03 09:08:34 +00:00
ba64654097 jenkins: fix syntax #2 2018-03-03 09:03:35 +00:00
2d74af9c85 jenkins: fix syntax 2018-03-03 08:54:00 +00:00
b2eda3252a jenkins: fix syntax 2018-03-03 08:53:41 +00:00
4a1311b214 Revert "version set to 0.6.0-SNAPSHOT"
This reverts commit 463d633ed9.
2018-03-03 08:49:29 +00:00
e6e022381c jenkins: add check to fail build when SNAPSHOT on master branch 2018-03-03 08:46:47 +00:00
463d633ed9 version set to 0.6.0-SNAPSHOT 2018-03-03 08:36:53 +00:00
4bb3819935 pom: fix accidental merge of SNAPSHOT into master 2018-03-03 08:34:56 +00:00
7089b6b58b
Merge pull request #22 from kemitix/prepare/0.6.0
version: set to 0.6.0-SNAPSHOT
2018-03-03 07:57:32 +00:00
6c52720843 version: set to 0.6.0-SNAPSHOT 2018-03-03 07:47:12 +00:00
5165edaedf
Merge pull request #21 from kemitix/release/0.5.0
Release/0.5.0
2018-03-02 23:55:08 +00:00
fc61092734 version: set to 0.5.0 2018-03-02 23:43:02 +00:00
94247a377e jenkins: enable test in java 9 2018-03-02 23:33:18 +00:00
f6ac679eca Set groupid explicitly 2018-03-02 23:32:33 +00:00
c545eed3f3 Use new assertj 3.9.0 method 2018-03-02 23:32:33 +00:00
0424e93997 Suppress warnings 2018-03-02 23:32:07 +00:00
80023809a4 Add test for normal Mon.factory() behaviour 2018-03-02 23:32:07 +00:00
0f93915297 Reduce npath complexity of Mon.equals 2018-03-02 23:32:07 +00:00
1e3ffb6f2c
Merge pull request #20 from kemitix/upgrade-dependencies
Upgrade dependencies
2018-03-02 22:41:10 +00:00
34b220b212 jenkins: disable java 9 build until maven-failsafe-plugin 2.21 2018-03-01 20:11:05 +00:00
ba587e63a9 jenkins: skip test during deploy 2018-03-01 19:41:28 +00:00
32fc97258e mvn: upgrade wrapper to maven 3.5.2 2018-03-01 18:23:02 +00:00
aa18564d16 jenkins: rename Jenkinsfile 2018-03-01 17:58:27 +00:00
16d83fbc74 lombok.config: added to prevent generated annotation 2018-02-28 22:37:02 +00:00
b1d49b01f5 jenkins: fix syntax #2 2018-02-28 22:31:37 +00:00
b1b0a6a2c8 jenkins: fix syntax 2018-02-28 22:29:15 +00:00
f00492e73a CHANGELOG 2018-02-28 22:27:11 +00:00
773a428c20 jenkins: test on both java 8 and 9 2018-02-28 22:22:07 +00:00
e41555e9f3 Upgrade maven-{surefire,failsafe}-plugins to 2.20.1 to compile with java 9 2018-02-28 22:09:38 +00:00
bcba10a492 Upgrade kemitix-maven-tiles to 0.6.1 2018-02-28 19:59:22 +00:00
ac09994537 Upgrade assertj to 3.9.1 2018-02-28 19:59:08 +00:00
bb4edb104f Upgrade lombok to 1.16.20 2018-02-28 19:44:52 +00:00
11a63baa9f
BeanBuilder (#18)
* Add BeanBuilder

* Upgrade kemitix-parent to 5.1.0

* Add kemitix-checkstyle:tile:4.0.1

* Upgrade kemitix-maven-tiles to 0.5.2

* Build with java 1.8

* Downgrade surefire to 2.20 from the broken 2.02.1 in kemitix-maven-tiles

* Add javadoc and rename parameters
2018-02-28 15:00:00 +00:00
5d111f3077
Add a Jenkinsfile (#17)
Add Jenkinsfile
2018-02-22 22:31:45 +00:00
8a82cf319c
Merge pull request #16 from kemitix/kemitix-maven-tiles
Convert to using kemitix-maven-tiles
2017-12-31 18:45:25 +00:00
91a6f1a02d Convert to using kemitix-maven-tiles 2017-12-31 18:18:36 +00:00