This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to tag 0.8.0 in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
commit b07e36acd37c16e5501f1a5ce55c293319d3573d Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Wed May 4 14:15:41 2022 +0200 [release] Release 0.8.0 --- CHANGELOG.md | 14 +++++++++++++- agent/pom.xml | 2 +- build-plugin/pom.xml | 2 +- client/pom.xml | 2 +- common/pom.xml | 2 +- daemon/pom.xml | 2 +- dist/pom.xml | 2 +- helper/pom.xml | 2 +- integration-tests/pom.xml | 2 +- native/pom.xml | 2 +- pom.xml | 18 +++++++++--------- 11 files changed, 31 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2464ec..6291972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Changelog -## [0.8.0](https://github.com/apache/maven-mvnd/tree/0.8.0) (2022-04-29) +## [0.8.0](https://github.com/apache/maven-mvnd/tree/0.8.0) (2022-05-04) [Full Changelog](https://github.com/apache/maven-mvnd/compare/0.7.1...0.8.0) **Closed issues:** +- building libmvndnative.\* creates root files in target directory [\#627](https://github.com/apache/maven-mvnd/issues/627) - Update to latest maven 3.8.5? [\#615](https://github.com/apache/maven-mvnd/issues/615) - \[bug\] The first exec mvnd clean install is failed every time [\#613](https://github.com/apache/maven-mvnd/issues/613) - clean fails cause of locked files [\#611](https://github.com/apache/maven-mvnd/issues/611) @@ -13,6 +14,7 @@ - `mvnd.exe` gives error about DLL [\#607](https://github.com/apache/maven-mvnd/issues/607) - Log purging goes to stdout breaking scripts [\#604](https://github.com/apache/maven-mvnd/issues/604) - java.nio.BufferUnderflowException occurs when I run any mvnd command [\#601](https://github.com/apache/maven-mvnd/issues/601) +- NPE [\#597](https://github.com/apache/maven-mvnd/issues/597) - Avoid caching parent with a version containing a property [\#594](https://github.com/apache/maven-mvnd/issues/594) - How to integrate mvnd in jenkins? [\#592](https://github.com/apache/maven-mvnd/issues/592) - When MVND is used to compile a project, the addClasspath parameter in the manifest of the configuration item compiled by maven-jar-plugin is invalid, and the class-path parameter is missing in the manifest. MF file in the compiled JAR package [\#590](https://github.com/apache/maven-mvnd/issues/590) @@ -53,6 +55,16 @@ **Merged pull requests:** +- Use the easier --user option of docker [\#639](https://github.com/apache/maven-mvnd/pull/639) ([gnodet](https://github.com/gnodet)) +- Use maven-mvnd as a distribution name [\#638](https://github.com/apache/maven-mvnd/pull/638) ([gnodet](https://github.com/gnodet)) +- Use sisu apt processor [\#636](https://github.com/apache/maven-mvnd/pull/636) ([gnodet](https://github.com/gnodet)) +- Drop Maven dupe classes [\#633](https://github.com/apache/maven-mvnd/pull/633) ([cstamas](https://github.com/cstamas)) +- FIx files generated with wrong user id, fixes \#627 [\#632](https://github.com/apache/maven-mvnd/pull/632) ([gnodet](https://github.com/gnodet)) +- Reproducible build for the native library on windows [\#631](https://github.com/apache/maven-mvnd/pull/631) ([gnodet](https://github.com/gnodet)) +- Move BuildProperties to the client [\#630](https://github.com/apache/maven-mvnd/pull/630) ([gnodet](https://github.com/gnodet)) +- don't skip build/ in source archive [\#629](https://github.com/apache/maven-mvnd/pull/629) ([hboutemy](https://github.com/hboutemy)) +- prepare Reproducible Builds [\#626](https://github.com/apache/maven-mvnd/pull/626) ([hboutemy](https://github.com/hboutemy)) +- only publish sha256, skip md5+sha1+sha512 [\#625](https://github.com/apache/maven-mvnd/pull/625) ([hboutemy](https://github.com/hboutemy)) - Replace `github.com/mvndaemon/mvnd` references [\#622](https://github.com/apache/maven-mvnd/pull/622) ([Stephan202](https://github.com/Stephan202)) - Upgrade to auto changelog 1.2 [\#621](https://github.com/apache/maven-mvnd/pull/621) ([gnodet](https://github.com/gnodet)) - Reapply Refactor build and release workflows apache\#574 [\#620](https://github.com/apache/maven-mvnd/pull/620) ([gnodet](https://github.com/gnodet)) diff --git a/agent/pom.xml b/agent/pom.xml index 2d0c90f..ffbb63b 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.mvndaemon.mvnd</groupId> <artifactId>mvnd</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.0</version> </parent> <artifactId>mvnd-agent</artifactId> diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml index 63eba58..84dc5da 100644 --- a/build-plugin/pom.xml +++ b/build-plugin/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.mvndaemon.mvnd</groupId> <artifactId>mvnd</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.0</version> </parent> <artifactId>mvnd-build-maven-plugin</artifactId> diff --git a/client/pom.xml b/client/pom.xml index 862024e..ddb09e9 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.mvndaemon.mvnd</groupId> <artifactId>mvnd</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.0</version> </parent> <artifactId>mvnd-client</artifactId> diff --git a/common/pom.xml b/common/pom.xml index 1e4a36f..444c168 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.mvndaemon.mvnd</groupId> <artifactId>mvnd</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.0</version> </parent> <artifactId>mvnd-common</artifactId> diff --git a/daemon/pom.xml b/daemon/pom.xml index a7d37bd..a2cb555 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.mvndaemon.mvnd</groupId> <artifactId>mvnd</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.0</version> </parent> <artifactId>mvnd-daemon</artifactId> diff --git a/dist/pom.xml b/dist/pom.xml index 68da1f3..24351f0 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.mvndaemon.mvnd</groupId> <artifactId>mvnd</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.0</version> </parent> <artifactId>mvnd-dist</artifactId> diff --git a/helper/pom.xml b/helper/pom.xml index 1ceb56e..413ffd8 100644 --- a/helper/pom.xml +++ b/helper/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.mvndaemon.mvnd</groupId> <artifactId>mvnd</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.0</version> </parent> <artifactId>mvnd-helper-agent</artifactId> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 50ab452..1eebebd 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.mvndaemon.mvnd</groupId> <artifactId>mvnd</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.0</version> </parent> <artifactId>mvnd-integration-tests</artifactId> diff --git a/native/pom.xml b/native/pom.xml index a9be627..1d8dacd 100644 --- a/native/pom.xml +++ b/native/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.mvndaemon.mvnd</groupId> <artifactId>mvnd</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.0</version> </parent> <artifactId>mvnd-native</artifactId> diff --git a/pom.xml b/pom.xml index c6a9efa..18ab13e 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.mvndaemon.mvnd</groupId> <artifactId>mvnd</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.0</version> <packaging>pom</packaging> <name>Maven Daemon - Parent</name> @@ -40,7 +40,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.source>1.8</maven.compiler.source> - <project.build.outputTimestamp>2021-04-05T08:12:18Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2022-05-04T12:12:53Z</project.build.outputTimestamp> <trimStackTrace>false</trimStackTrace> <project.github.repository>apache/maven-mvnd</project.github.repository> <repository.url>github.com:${project.github.repository}</repository.url> @@ -216,38 +216,38 @@ <dependency> <groupId>org.mvndaemon.mvnd</groupId> <artifactId>mvnd-native</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.0</version> </dependency> <dependency> <groupId>org.mvndaemon.mvnd</groupId> <artifactId>mvnd-agent</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.0</version> </dependency> <dependency> <groupId>org.mvndaemon.mvnd</groupId> <artifactId>mvnd-client</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.0</version> </dependency> <dependency> <groupId>org.mvndaemon.mvnd</groupId> <artifactId>mvnd-common</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.0</version> </dependency> <dependency> <groupId>org.mvndaemon.mvnd</groupId> <artifactId>mvnd-dist</artifactId> <type>pom</type> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.0</version> </dependency> <dependency> <groupId>org.mvndaemon.mvnd</groupId> <artifactId>mvnd-daemon</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.0</version> </dependency> <dependency> <groupId>org.mvndaemon.mvnd</groupId> <artifactId>mvnd-helper-agent</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.0</version> </dependency> <dependency>