mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-11 13:39:32 +00:00
[release] Release 0.8.0
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -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)
|
||||||
|
@@ -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>
|
||||||
|
@@ -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>
|
||||||
|
@@ -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>
|
||||||
|
@@ -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>
|
||||||
|
@@ -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
2
dist/pom.xml
vendored
@@ -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>
|
||||||
|
@@ -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>
|
||||||
|
@@ -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>
|
||||||
|
@@ -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>
|
||||||
|
Binary file not shown.
Binary file not shown.
16
pom.xml
16
pom.xml
@@ -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>
|
||||||
|
Reference in New Issue
Block a user