Guillaume Nodet
f2224cb563
Next is 0.9.0-SNAPSHOT
2022-10-04 09:06:03 +02:00
Guillaume Nodet
2bba2d6a4d
[release] Release 0.8.2
2022-10-04 09:05:56 +02:00
Guillaume Nodet
da369cfe0d
Next is 0.9.0-SNAPSHOT
2022-10-04 07:51:14 +02:00
Guillaume Nodet
a9f7d1156f
[release] Release 0.8.2
2022-10-04 07:51:08 +02:00
Konrad Windszus
874e26cfe8
Update GraalVM to 22.2.0 ( #689 )
...
* Update GraalVM to 22.2.0
* Upgrade graalvm to 22.2.0 and the maven plugin to its latest version
Co-authored-by: Guillaume Nodet <gnodet@gmail.com >
2022-09-20 10:10:22 +02:00
Guillaume Nodet
309d0c7eff
Next is 0.9.0-SNAPSHOT
2022-09-08 11:39:54 +02:00
Guillaume Nodet
821c6a54a2
[release] Release 0.8.1
2022-09-08 11:39:51 +02:00
Robert
a8a70212d2
Update to Maven 3.8.6 #660 ( #661 )
2022-08-29 09:45:20 +02:00
Guillaume Nodet
1327fe2af4
Cleanup ( #650 )
...
* Improve reproducibility of builds by using digest on docker images
* Inline the manifest Multi-Release entry
* Remove unused files
* Switch the groupId to org.apache.maven.daemon and use maven parent pom
* Fix distribution
* Fix ITs
* Fix native build for windows
2022-06-15 08:09:12 +02:00
Guillaume Nodet
dddc3e60f1
Next is 0.8.1-SNAPSHOT
2022-05-04 14:22:05 +02:00
Guillaume Nodet
2cfffe23ee
[release] Release 0.8.0
2022-05-04 14:22:01 +02:00
Guillaume Nodet
50bfcf8c15
Use maven-mvnd as a distribution name ( #638 )
2022-05-04 12:02:10 +02:00
Guillaume Nodet
e3bff92c95
Use sisu apt processor ( #636 )
2022-05-04 10:20:32 +02:00
Guillaume Nodet
7c8fa216ff
FIx files generated with wrong user id, fixes #627 ( #632 )
2022-05-03 17:58:48 +02:00
Hervé Boutemy
d3d83bad37
prepare Reproducible Builds ( #626 )
2022-05-02 11:14:07 +02:00
Guillaume Nodet
30c41aa8d5
Next is 0.8.1-SNAPSHOT
2022-04-29 17:31:50 +02:00
Guillaume Nodet
709ac3f888
[release] Release 0.8.0
2022-04-29 17:31:45 +02:00
Guillaume Nodet
c1393eac4d
Next is 0.8.1-SNAPSHOT
2022-04-29 16:26:06 +02:00
Guillaume Nodet
0dc83af8f6
[release] Release 0.8.0
2022-04-29 16:26:01 +02:00
Guillaume Nodet
72cb8343d9
Next is 0.8.1-SNAPSHOT
2022-04-29 13:43:13 +02:00
Guillaume Nodet
4e5be51e4f
[release] Release 0.8.0
2022-04-29 13:43:07 +02:00
Guillaume Nodet
73b99b89b1
Next is 0.8.1-SNAPSHOT
2022-04-29 13:25:18 +02:00
Guillaume Nodet
d567f1d140
[release] Release 0.8.0
2022-04-29 13:25:13 +02:00
Guillaume Nodet
dd193f1b6b
Next is 0.8.1-SNAPSHOT
2022-04-27 22:08:56 +02:00
Guillaume Nodet
c1039a6d67
[release] Release 0.8.0
2022-04-27 22:08:52 +02:00
Guillaume Nodet
c95c523692
Revert to a working state
2022-04-27 22:05:22 +02:00
Guillaume Nodet
8b2d8dc1f2
Upgrade to maven 3.8.5
2022-04-26 13:22:06 +02:00
Guillaume Nodet
b90fbf1f3e
Reapply Refactor build and release workflows #574 ( #620 )
2022-04-26 13:20:45 +02:00
Guillaume Nodet
e8e5ffc4ee
Revert 8ae4f16
and subsequent fix attempts
2022-04-11 15:00:17 +02:00
Guillaume Nodet
1254ad6f71
Fix CI
2022-04-11 14:08:18 +02:00
Tamas Cservenak
d2365ee166
Mvnd with file locking ( #508 )
...
* Update mvnd to include Maven Resolver 1.7
As mvnd itself is Java8 lang level, it is completely
okay to up resolver to 1.7 (that is java8 as well).
The only reason why Maven 3.8.x CANNOT use resolver
1.7 is that it is still Java7 level.
* Move missing piece to SPI
* Add global exclusions
* Example of mvnd using file locking (of resolver)
* Drop irrelevant
* Upgrade to released 1.7.3
Co-authored-by: Guillaume Nodet <gnodet@gmail.com >
2022-04-11 13:29:42 +02:00
Andres Almiray
8ae4f16523
Refactor build and release workflows ( #574 )
...
* Refactor early-access builds with JReleaser
* Add brew and sdkman to release configuration
* Tweak changelog generation
* Do not trigger verify workflow when changelog is updated
* Add release workflows
* Exclude template files from license check
* configure access tokens for Homebrew and Sdkman
* Fix Graal settings in workflows
* setup-graalvm takes care of adjusting the environment on Windows
* Fix workflow configuration
* Uncoment sdkman settings in workflow
* Remove explicit JReleaser build from workflows
* Configure SCM urls
* Update to JReleaser 1.0.0-M1
* Update to JReleaser 1.0.0-RC2
* Update to JReleaser 1.0.0
2022-04-11 13:28:08 +02:00
dependabot[bot]
eb73fd8053
Bump xstream from 1.4.18 to 1.4.19 ( #598 )
...
Bumps [xstream](https://github.com/x-stream/xstream ) from 1.4.18 to 1.4.19.
- [Release notes](https://github.com/x-stream/xstream/releases )
- [Commits](https://github.com/x-stream/xstream/commits )
---
updated-dependencies:
- dependency-name: com.thoughtworks.xstream:xstream
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-03 13:23:08 +01:00
Guillaume Nodet
10d80d434a
Add missing mvnDebug scripts ( #605 )
2022-03-03 13:21:53 +01:00
Andrea Cosentino
087a6d74a5
Upgrade Slf4j to version 1.7.35 ( #591 )
2022-01-31 08:31:40 +01:00
Guillaume Nodet
b3ecacd4d4
Add Apache 2.0 license information
2022-01-21 10:10:11 +01:00
Guillaume Nodet
62d580b930
Daemon reuse ignores differences in .mvn/jvm.config
, fixes #576 ( #580 )
2022-01-13 10:01:33 +01:00
Korneliusz Rabczak
92b98ef0fa
MISC: Upgrades logback to the newest version ( #557 )
2022-01-03 08:33:06 +01:00
Guillaume Nodet
f55b66861c
Upgrade to maven 3.8.4 ( #524 )
2021-12-08 16:58:18 +01:00
Guillaume Nodet
bbfe926a57
Next is 0.7.2-SNAPSHOT
2021-12-07 14:15:31 +01:00
Guillaume Nodet
97c587c113
Release 0.7.1
2021-12-07 14:15:27 +01:00
dependabot[bot]
9c1b8aee0c
Bump xstream from 1.4.17 to 1.4.18 ( #460 )
...
Bumps [xstream](https://github.com/x-stream/xstream ) from 1.4.17 to 1.4.18.
- [Release notes](https://github.com/x-stream/xstream/releases )
- [Commits](https://github.com/x-stream/xstream/commits )
---
updated-dependencies:
- dependency-name: com.thoughtworks.xstream:xstream
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-06 16:17:31 +01:00
Tamas Cservenak
29bf8d3e65
Update Provisio plugin ( #517 )
...
Latest release is 1.0.19.
2021-12-01 14:01:52 +01:00
Tamas Cservenak
807409d507
Update mvnd to include Maven Resolver 1.7 ( #507 )
...
As mvnd itself is Java8 lang level, it is completely
okay to up resolver to 1.7 (that is java8 as well).
The only reason why Maven 3.8.x CANNOT use resolver
1.7 is that it is still Java7 level.
2021-11-26 17:34:10 +01:00
Guillaume Nodet
37e8347a03
Upgrade GraalVM version used ( #509 )
...
* Upgrade GraalVM version used
* Fix native-image-maven-plugin version
2021-11-02 10:32:07 +01:00
Guillaume Nodet
5095a50145
Next is 0.7.1-SNAPSHOT
2021-10-20 20:47:52 +02:00
Guillaume Nodet
0ebc71628c
Release 0.7.0
2021-10-20 20:47:49 +02:00
Guillaume Nodet
f760a1da78
Upgrade to GraalVM 21.3.0 and JDK 17 ( #506 )
...
* Upgrade to GraalVM 21.3.0 and JDK 17
* Upgrade groovy
* Upgrade quarkus version
2021-10-20 12:21:01 +02:00
Guillaume Nodet
128e3e526f
Upgrade JLine to 3.21.0 and Jansi to 2.4.0 ( #501 )
2021-10-19 11:44:52 +02:00
Guillaume Nodet
2aa5de2371
Support Maven 3.8.3, fixes #488 ( #493 )
2021-10-06 15:19:12 +02:00