[release] Release 0.8.0

This commit is contained in:
Guillaume Nodet
2022-04-29 13:43:07 +02:00
parent d2c986eb04
commit 4e5be51e4f
13 changed files with 22 additions and 32 deletions

View File

@@ -1,21 +1,8 @@
# Changelog # Changelog
## [Unreleased](https://github.com/apache/maven-mvnd/tree/HEAD) ## [0.8.0](https://github.com/apache/maven-mvnd/tree/0.8.0) (2022-04-29)
[Full Changelog](https://github.com/apache/maven-mvnd/compare/early-access...HEAD) [Full Changelog](https://github.com/apache/maven-mvnd/compare/0.7.1...0.8.0)
**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)
[Full Changelog](https://github.com/apache/maven-mvnd/compare/0.7.1...early-access)
**Closed issues:** **Closed issues:**
@@ -53,6 +40,7 @@
- mvnd maven plugin [\#546](https://github.com/apache/maven-mvnd/issues/546) - mvnd maven plugin [\#546](https://github.com/apache/maven-mvnd/issues/546)
- git bash show “bash: mvnd: command not found” on win 10 [\#545](https://github.com/apache/maven-mvnd/issues/545) - git bash show “bash: mvnd: command not found” on win 10 [\#545](https://github.com/apache/maven-mvnd/issues/545)
- jdk 1.8 exception [\#544](https://github.com/apache/maven-mvnd/issues/544) - jdk 1.8 exception [\#544](https://github.com/apache/maven-mvnd/issues/544)
- create Apache source-release distribution archive [\#543](https://github.com/apache/maven-mvnd/issues/543)
- Refactor build & release workflow [\#542](https://github.com/apache/maven-mvnd/issues/542) - Refactor build & release workflow [\#542](https://github.com/apache/maven-mvnd/issues/542)
- Does not support the spring-boot-maven-plugin [\#537](https://github.com/apache/maven-mvnd/issues/537) - Does not support the spring-boot-maven-plugin [\#537](https://github.com/apache/maven-mvnd/issues/537)
- mvn clean slow on Windows - alternative implementation [\#536](https://github.com/apache/maven-mvnd/issues/536) - mvn clean slow on Windows - alternative implementation [\#536](https://github.com/apache/maven-mvnd/issues/536)
@@ -60,10 +48,12 @@
- Investigate the setEnv logic across JDK / OS [\#528](https://github.com/apache/maven-mvnd/issues/528) - Investigate the setEnv logic across JDK / OS [\#528](https://github.com/apache/maven-mvnd/issues/528)
- Build hang and CPU skyrocket with sisu-index:indexMojo [\#527](https://github.com/apache/maven-mvnd/issues/527) - Build hang and CPU skyrocket with sisu-index:indexMojo [\#527](https://github.com/apache/maven-mvnd/issues/527)
- \[discuss\]`maven.version` conflict in pom.xml & system property [\#516](https://github.com/apache/maven-mvnd/issues/516) - \[discuss\]`maven.version` conflict in pom.xml & system property [\#516](https://github.com/apache/maven-mvnd/issues/516)
- Parallel build fails with NoSuchFileException for target/classes [\#500](https://github.com/apache/maven-mvnd/issues/500)
- Second "clean" build in fails on Windows due to locked files [\#115](https://github.com/apache/maven-mvnd/issues/115) - Second "clean" build in fails on Windows due to locked files [\#115](https://github.com/apache/maven-mvnd/issues/115)
**Merged pull requests:** **Merged pull requests:**
- 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)) - 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)) - Reapply Refactor build and release workflows apache\#574 [\#620](https://github.com/apache/maven-mvnd/pull/620) ([gnodet](https://github.com/gnodet))
- Fix typos in readme [\#618](https://github.com/apache/maven-mvnd/pull/618) ([Bananeweizen](https://github.com/Bananeweizen)) - Fix typos in readme [\#618](https://github.com/apache/maven-mvnd/pull/618) ([Bananeweizen](https://github.com/Bananeweizen))

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>