[release] Release 0.8.0

This commit is contained in:
Guillaume Nodet
2022-04-29 13:25:13 +02:00
parent ed54dc6fce
commit d567f1d140
13 changed files with 31 additions and 18 deletions

View File

@@ -1,5 +1,18 @@
# Changelog # Changelog
## [Unreleased](https://github.com/apache/maven-mvnd/tree/HEAD)
[Full Changelog](https://github.com/apache/maven-mvnd/compare/early-access...HEAD)
**Closed issues:**
- create Apache source-release distribution archive [\#543](https://github.com/apache/maven-mvnd/issues/543)
- Parallel build fails with NoSuchFileException for target/classes [\#500](https://github.com/apache/maven-mvnd/issues/500)
**Merged pull requests:**
- Replace `github.com/mvndaemon/mvnd` references [\#622](https://github.com/apache/maven-mvnd/pull/622) ([Stephan202](https://github.com/Stephan202))
## [early-access](https://github.com/apache/maven-mvnd/tree/early-access) (2022-04-26) ## [early-access](https://github.com/apache/maven-mvnd/tree/early-access) (2022-04-26)
[Full Changelog](https://github.com/apache/maven-mvnd/compare/0.7.1...early-access) [Full Changelog](https://github.com/apache/maven-mvnd/compare/0.7.1...early-access)
@@ -22,7 +35,7 @@
- No message received within 3000ms, [\#584](https://github.com/apache/maven-mvnd/issues/584) - No message received within 3000ms, [\#584](https://github.com/apache/maven-mvnd/issues/584)
- `java.lang.NoSuchMethodError: org.apache.maven.project.MavenProject.setArtifacts(Ljava/util/Set;)V` [\#579](https://github.com/apache/maven-mvnd/issues/579) - `java.lang.NoSuchMethodError: org.apache.maven.project.MavenProject.setArtifacts(Ljava/util/Set;)V` [\#579](https://github.com/apache/maven-mvnd/issues/579)
- Daemon reuse ignores differences in `.mvn/jvm.config` [\#576](https://github.com/apache/maven-mvnd/issues/576) - Daemon reuse ignores differences in `.mvn/jvm.config` [\#576](https://github.com/apache/maven-mvnd/issues/576)
- 并不快对比了mvn 和mvnd的速度 [\#575](https://github.com/apache/maven-mvnd/issues/575) - Speed comparison between mvn and mvnd [\#575](https://github.com/apache/maven-mvnd/issues/575)
- not fast [\#570](https://github.com/apache/maven-mvnd/issues/570) - not fast [\#570](https://github.com/apache/maven-mvnd/issues/570)
- I failed to execute 'mvnd -version' on my MAC [\#569](https://github.com/apache/maven-mvnd/issues/569) - I failed to execute 'mvnd -version' on my MAC [\#569](https://github.com/apache/maven-mvnd/issues/569)
- I failed to execute MVND on MAC [\#568](https://github.com/apache/maven-mvnd/issues/568) - I failed to execute MVND on MAC [\#568](https://github.com/apache/maven-mvnd/issues/568)

View File

@@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.mvndaemon.mvnd</groupId> <groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId> <artifactId>mvnd</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.0</version>
</parent> </parent>
<artifactId>mvnd-agent</artifactId> <artifactId>mvnd-agent</artifactId>

View File

@@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.mvndaemon.mvnd</groupId> <groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId> <artifactId>mvnd</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.0</version>
</parent> </parent>
<artifactId>mvnd-build-maven-plugin</artifactId> <artifactId>mvnd-build-maven-plugin</artifactId>

View File

@@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.mvndaemon.mvnd</groupId> <groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId> <artifactId>mvnd</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.0</version>
</parent> </parent>
<artifactId>mvnd-client</artifactId> <artifactId>mvnd-client</artifactId>

View File

@@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.mvndaemon.mvnd</groupId> <groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId> <artifactId>mvnd</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.0</version>
</parent> </parent>
<artifactId>mvnd-common</artifactId> <artifactId>mvnd-common</artifactId>

View File

@@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.mvndaemon.mvnd</groupId> <groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId> <artifactId>mvnd</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.0</version>
</parent> </parent>
<artifactId>mvnd-daemon</artifactId> <artifactId>mvnd-daemon</artifactId>

2
dist/pom.xml vendored
View File

@@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.mvndaemon.mvnd</groupId> <groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId> <artifactId>mvnd</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.0</version>
</parent> </parent>
<artifactId>mvnd-dist</artifactId> <artifactId>mvnd-dist</artifactId>

View File

@@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.mvndaemon.mvnd</groupId> <groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId> <artifactId>mvnd</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.0</version>
</parent> </parent>
<artifactId>mvnd-helper-agent</artifactId> <artifactId>mvnd-helper-agent</artifactId>

View File

@@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.mvndaemon.mvnd</groupId> <groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId> <artifactId>mvnd</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.0</version>
</parent> </parent>
<artifactId>mvnd-integration-tests</artifactId> <artifactId>mvnd-integration-tests</artifactId>

View File

@@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.mvndaemon.mvnd</groupId> <groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId> <artifactId>mvnd</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.0</version>
</parent> </parent>
<artifactId>mvnd-native</artifactId> <artifactId>mvnd-native</artifactId>

16
pom.xml
View File

@@ -22,7 +22,7 @@
<groupId>org.mvndaemon.mvnd</groupId> <groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId> <artifactId>mvnd</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Maven Daemon - Parent</name> <name>Maven Daemon - Parent</name>
@@ -214,38 +214,38 @@
<dependency> <dependency>
<groupId>org.mvndaemon.mvnd</groupId> <groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-native</artifactId> <artifactId>mvnd-native</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mvndaemon.mvnd</groupId> <groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-agent</artifactId> <artifactId>mvnd-agent</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mvndaemon.mvnd</groupId> <groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-client</artifactId> <artifactId>mvnd-client</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mvndaemon.mvnd</groupId> <groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-common</artifactId> <artifactId>mvnd-common</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mvndaemon.mvnd</groupId> <groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-dist</artifactId> <artifactId>mvnd-dist</artifactId>
<type>pom</type> <type>pom</type>
<version>0.8.1-SNAPSHOT</version> <version>0.8.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mvndaemon.mvnd</groupId> <groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-daemon</artifactId> <artifactId>mvnd-daemon</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mvndaemon.mvnd</groupId> <groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-helper-agent</artifactId> <artifactId>mvnd-helper-agent</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.0</version>
</dependency> </dependency>
<dependency> <dependency>