Skip to content

Commit

Permalink
[release] Release 1.0-m6
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Mar 23, 2023
1 parent da20df0 commit 47d4c6b
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 15 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0-m6](https://github.com/apache/maven-mvnd/tree/1.0-m6) (2023-03-23)

[Full Changelog](https://github.com/apache/maven-mvnd/compare/1.0-m5...1.0-m6)

**Closed issues:**

- keep compatible for glibc 2.12 when build on ubuntu 22.04 [\#823](https://github.com/apache/maven-mvnd/issues/823)

**Merged pull requests:**

- Make native mvnd only require glibc 2.12 on ubuntu 22.04 [\#825](https://github.com/apache/maven-mvnd/pull/825) ([gzm55](https://github.com/gzm55))

## [1.0-m5](https://github.com/apache/maven-mvnd/tree/1.0-m5) (2023-03-22)

[Full Changelog](https://github.com/apache/maven-mvnd/compare/1.0.0-m4...1.0-m5)
Expand Down
2 changes: 1 addition & 1 deletion agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m6-SNAPSHOT</version>
<version>1.0-m6</version>
</parent>

<artifactId>mvnd-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m6-SNAPSHOT</version>
<version>1.0-m6</version>
</parent>

<artifactId>mvnd-build-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m6-SNAPSHOT</version>
<version>1.0-m6</version>
</parent>

<artifactId>mvnd-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m6-SNAPSHOT</version>
<version>1.0-m6</version>
</parent>

<artifactId>mvnd-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion daemon-m39/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m6-SNAPSHOT</version>
<version>1.0-m6</version>
</parent>

<artifactId>mvnd-daemon-m39</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion daemon-m40/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m6-SNAPSHOT</version>
<version>1.0-m6</version>
</parent>

<artifactId>mvnd-daemon-m40</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion daemon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m6-SNAPSHOT</version>
<version>1.0-m6</version>
</parent>

<artifactId>mvnd-daemon</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist-m39/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m6-SNAPSHOT</version>
<version>1.0-m6</version>
</parent>

<artifactId>mvnd-dist-m39</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist-m40/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m6-SNAPSHOT</version>
<version>1.0-m6</version>
</parent>

<artifactId>mvnd-dist-m40</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m6-SNAPSHOT</version>
<version>1.0-m6</version>
</parent>

<artifactId>mvnd-helper-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m6-SNAPSHOT</version>
<version>1.0-m6</version>
</parent>

<artifactId>mvnd-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m6-SNAPSHOT</version>
<version>1.0-m6</version>
</parent>

<artifactId>mvnd-logging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m6-SNAPSHOT</version>
<version>1.0-m6</version>
</parent>

<artifactId>mvnd-native</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m6-SNAPSHOT</version>
<version>1.0-m6</version>

<packaging>pom</packaging>
<name>Maven Daemon - Parent</name>
Expand Down Expand Up @@ -71,7 +71,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven-dist.required.jdk>8</maven-dist.required.jdk>
<project.build.outputTimestamp>2023-03-22T07:58:41Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-03-23T08:58:14Z</project.build.outputTimestamp>
<trimStackTrace>false</trimStackTrace>
<project.github.repository>apache/maven-mvnd</project.github.repository>
<repository.url>github.com:${project.github.repository}</repository.url>
Expand Down

0 comments on commit 47d4c6b

Please sign in to comment.