[GitHub] [maven-site] elharo commented on a change in pull request #246: [MNGSITE-246] Adding .mavenrc documentation

2021-09-28 Thread GitBox


elharo commented on a change in pull request #246:
URL: https://github.com/apache/maven-site/pull/246#discussion_r717781493



##
File path: content/markdown/configure.md
##
@@ -80,6 +80,12 @@ Starting with Maven 3.3.1+ you can define JVM configuration 
via `${maven.project
 
 You don't need to use these options in `MAVEN_OPTS` or switch between 
different configurations.
 
+
+### `.mavenrc` file:
+
+Located in `$HOME/.mavenrc` (or `%HOME%\mavenrc_pre.bat` on Windows) this file 
allows you to define scripts which can set environment variables or system 
properties prior to Maven building the project. This allows users to define 
variables in either the settings.xml or pom.xml and have them read the property 
that was set by the .mavenrc file.

Review comment:
   "this file allows you to define scripts which can set environment 
variables or system properties prior to Maven building the project"
   
   -->
   
   "this file defines environment variables and system properties used when 
Maven builds the project"




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] [maven-site] elharo opened a new pull request #266: [MNGSITE-393] remove another Maven 2.x mention

2021-09-28 Thread GitBox


elharo opened a new pull request #266:
URL: https://github.com/apache/maven-site/pull/266


   @michael-o This functionality should be available in 3.x


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] [maven-site] michael-o commented on a change in pull request #246: [MNGSITE-246] Adding .mavenrc documentation

2021-09-28 Thread GitBox


michael-o commented on a change in pull request #246:
URL: https://github.com/apache/maven-site/pull/246#discussion_r673488916



##
File path: content/markdown/configure.md
##
@@ -80,6 +80,12 @@ Starting with Maven 3.3.1+ you can define JVM configuration 
via `${maven.project
 
 You don't need to use these options in `MAVEN_OPTS` or switch between 
different configurations.
 
+
+### `.mavenrc` file:
+
+Located in $HOME/.mavenrc (or %HOME%\mavenrc_pre.bat on windows) this file 
allows you to define scripts which can set ENV variables and other properties 
prior to Maven reading the project. This allows users to define variables in 
either the settings.xml or pom.xml and have them read the property that was set 
by the .mavenrc file.

Review comment:
   * Use monospace formatting for paths
   * Windows, not windows
   * environment, not ENV
   * Which other properties? I see only environment variables or system 
relevant configuration
   * reading => building




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] [maven-site] elharo merged pull request #266: [MNGSITE-393] remove another Maven 2.x mention

2021-09-28 Thread GitBox


elharo merged pull request #266:
URL: https://github.com/apache/maven-site/pull/266


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] [maven-site] pat-lego commented on a change in pull request #246: [MNGSITE-246] Adding .mavenrc documentation

2021-09-28 Thread GitBox


pat-lego commented on a change in pull request #246:
URL: https://github.com/apache/maven-site/pull/246#discussion_r717839471



##
File path: content/markdown/configure.md
##
@@ -80,6 +80,12 @@ Starting with Maven 3.3.1+ you can define JVM configuration 
via `${maven.project
 
 You don't need to use these options in `MAVEN_OPTS` or switch between 
different configurations.
 
+
+### `.mavenrc` file:
+
+Located in $HOME/.mavenrc (or %HOME%\mavenrc_pre.bat on windows) this file 
allows you to define scripts which can set ENV variables and other properties 
prior to Maven reading the project. This allows users to define variables in 
either the settings.xml or pom.xml and have them read the property that was set 
by the .mavenrc file.

Review comment:
   @michael-o I have updated the document




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] [maven-site] michael-o commented on a change in pull request #246: [MNGSITE-246] Adding .mavenrc documentation

2021-09-28 Thread GitBox


michael-o commented on a change in pull request #246:
URL: https://github.com/apache/maven-site/pull/246#discussion_r717840438



##
File path: content/markdown/configure.md
##
@@ -80,6 +80,12 @@ Starting with Maven 3.3.1+ you can define JVM configuration 
via `${maven.project
 
 You don't need to use these options in `MAVEN_OPTS` or switch between 
different configurations.
 
+
+### `.mavenrc` file:
+
+Located in `$HOME/.mavenrc` (or `%HOME%\mavenrc_pre.bat` on Windows) this file 
allows you to define scripts which can set environment variables or system 
properties prior to Maven building the project. This allows users to define 
variables in either the settings.xml or pom.xml and have them read the property 
that was set by the .mavenrc file.

Review comment:
   `%USERPROFILE%`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] [maven-site] pat-lego commented on a change in pull request #246: [MNGSITE-246] Adding .mavenrc documentation

2021-09-28 Thread GitBox


pat-lego commented on a change in pull request #246:
URL: https://github.com/apache/maven-site/pull/246#discussion_r717842723



##
File path: content/markdown/configure.md
##
@@ -80,6 +80,12 @@ Starting with Maven 3.3.1+ you can define JVM configuration 
via `${maven.project
 
 You don't need to use these options in `MAVEN_OPTS` or switch between 
different configurations.
 
+
+### `.mavenrc` file:
+
+Located in `$HOME/.mavenrc` (or `%HOME%\mavenrc_pre.bat` on Windows) this file 
allows you to define scripts which can set environment variables or system 
properties prior to Maven building the project. This allows users to define 
variables in either the settings.xml or pom.xml and have them read the property 
that was set by the .mavenrc file.

Review comment:
   @michael-o did you want to update something to use `%USERPROFILE%`? Not 
sure what is being requested




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] [maven-site] pat-lego commented on a change in pull request #246: [MNGSITE-246] Adding .mavenrc documentation

2021-09-28 Thread GitBox


pat-lego commented on a change in pull request #246:
URL: https://github.com/apache/maven-site/pull/246#discussion_r717839471



##
File path: content/markdown/configure.md
##
@@ -80,6 +80,12 @@ Starting with Maven 3.3.1+ you can define JVM configuration 
via `${maven.project
 
 You don't need to use these options in `MAVEN_OPTS` or switch between 
different configurations.
 
+
+### `.mavenrc` file:
+
+Located in $HOME/.mavenrc (or %HOME%\mavenrc_pre.bat on windows) this file 
allows you to define scripts which can set ENV variables and other properties 
prior to Maven reading the project. This allows users to define variables in 
either the settings.xml or pom.xml and have them read the property that was set 
by the .mavenrc file.

Review comment:
   @michael-o I have updated the document

##
File path: content/markdown/configure.md
##
@@ -80,6 +80,12 @@ Starting with Maven 3.3.1+ you can define JVM configuration 
via `${maven.project
 
 You don't need to use these options in `MAVEN_OPTS` or switch between 
different configurations.
 
+
+### `.mavenrc` file:
+
+Located in `$HOME/.mavenrc` (or `%HOME%\mavenrc_pre.bat` on Windows) this file 
allows you to define scripts which can set environment variables or system 
properties prior to Maven building the project. This allows users to define 
variables in either the settings.xml or pom.xml and have them read the property 
that was set by the .mavenrc file.

Review comment:
   @michael-o did you want to update something to use `%USERPROFILE%`? Not 
sure what is being requested




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] [maven-site] michael-o commented on pull request #264: Add release notes for Maven 3.8.3

2021-09-28 Thread GitBox


michael-o commented on pull request #264:
URL: https://github.com/apache/maven-site/pull/264#issuecomment-928161349


   @rmannibucau Please check for the CDI API change.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] [maven-site] elharo merged pull request #266: [MNGSITE-393] remove another Maven 2.x mention

2021-09-28 Thread GitBox


elharo merged pull request #266:
URL: https://github.com/apache/maven-site/pull/266


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] [maven-site] dependabot[bot] commented on pull request #265: Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0

2021-09-28 Thread GitBox


dependabot[bot] commented on pull request #265:
URL: https://github.com/apache/maven-site/pull/265#issuecomment-928853686


   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] [maven-site] michael-o closed pull request #265: Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0

2021-09-28 Thread GitBox


michael-o closed pull request #265:
URL: https://github.com/apache/maven-site/pull/265


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] [maven-site] rmannibucau commented on pull request #264: Add release notes for Maven 3.8.3

2021-09-28 Thread GitBox


rmannibucau commented on pull request #264:
URL: https://github.com/apache/maven-site/pull/264#issuecomment-928183352


   LGTM


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] [maven-site] michael-o commented on a change in pull request #264: Add release notes for Maven 3.8.3

2021-09-28 Thread GitBox


michael-o commented on a change in pull request #264:
URL: https://github.com/apache/maven-site/pull/264#discussion_r717005211



##
File path: content/markdown/docs/3.8.3/release-notes.md
##
@@ -0,0 +1,58 @@
+
+
+# Release Notes – Maven 3.8.3
+
+The Apache Maven team would like to announce the release of Maven 3.8.3.
+
+Maven 3.8.3 is [available for download][0].
+
+Maven is a software project management and comprehension tool. Based on the 
concept of a project object model (POM), Maven can manage a project's build, 
reporting, and documentation from a central place.
+
+The core release is independent of plugin releases. Further releases of 
plugins will be made separately. See the [PluginList][1] for more information.
+
+If you have any questions, please consult:
+
+- the web site: [https://maven.apache.org/][2]
+- the maven-user mailing list: 
[https://maven.apache.org/mailing-lists.html](/mailing-lists.html)
+- the reference documentation: 
[https://maven.apache.org/ref/3.8.3/](/ref/3.8.3/)
+
+## Overview About the Changes
+
+This release mainly contains regression fixes from Maven 3.8.2 but it also 
[drops CDI API][6].

Review comment:
   Makes sense, please propose the change.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] [maven-site] michael-o commented on a change in pull request #246: [MNGSITE-246] Adding .mavenrc documentation

2021-09-28 Thread GitBox


michael-o commented on a change in pull request #246:
URL: https://github.com/apache/maven-site/pull/246#discussion_r673488916



##
File path: content/markdown/configure.md
##
@@ -80,6 +80,12 @@ Starting with Maven 3.3.1+ you can define JVM configuration 
via `${maven.project
 
 You don't need to use these options in `MAVEN_OPTS` or switch between 
different configurations.
 
+
+### `.mavenrc` file:
+
+Located in $HOME/.mavenrc (or %HOME%\mavenrc_pre.bat on windows) this file 
allows you to define scripts which can set ENV variables and other properties 
prior to Maven reading the project. This allows users to define variables in 
either the settings.xml or pom.xml and have them read the property that was set 
by the .mavenrc file.

Review comment:
   * Use monospace formatting for paths
   * Windows, not windows
   * environment, not ENV
   * Which other properties? I see only environment variables or system 
relevant configuration
   * reading => building

##
File path: content/markdown/configure.md
##
@@ -80,6 +80,12 @@ Starting with Maven 3.3.1+ you can define JVM configuration 
via `${maven.project
 
 You don't need to use these options in `MAVEN_OPTS` or switch between 
different configurations.
 
+
+### `.mavenrc` file:
+
+Located in `$HOME/.mavenrc` (or `%HOME%\mavenrc_pre.bat` on Windows) this file 
allows you to define scripts which can set environment variables or system 
properties prior to Maven building the project. This allows users to define 
variables in either the settings.xml or pom.xml and have them read the property 
that was set by the .mavenrc file.

Review comment:
   `%USERPROFILE%`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] [maven-site] slawekjaranowski commented on a change in pull request #264: Add release notes for Maven 3.8.3

2021-09-28 Thread GitBox


slawekjaranowski commented on a change in pull request #264:
URL: https://github.com/apache/maven-site/pull/264#discussion_r717002925



##
File path: content/markdown/docs/3.8.3/release-notes.md
##
@@ -0,0 +1,58 @@
+
+
+# Release Notes – Maven 3.8.3
+
+The Apache Maven team would like to announce the release of Maven 3.8.3.
+
+Maven 3.8.3 is [available for download][0].
+
+Maven is a software project management and comprehension tool. Based on the 
concept of a project object model (POM), Maven can manage a project's build, 
reporting, and documentation from a central place.
+
+The core release is independent of plugin releases. Further releases of 
plugins will be made separately. See the [PluginList][1] for more information.
+
+If you have any questions, please consult:
+
+- the web site: [https://maven.apache.org/][2]
+- the maven-user mailing list: 
[https://maven.apache.org/mailing-lists.html](/mailing-lists.html)
+- the reference documentation: 
[https://maven.apache.org/ref/3.8.3/](/ref/3.8.3/)
+
+## Overview About the Changes
+
+This release mainly contains regression fixes from Maven 3.8.2 but it also 
[drops CDI API][6].

Review comment:
   You can also mention about improvement in maven speed like MNG-7235

##
File path: pom.xml
##
@@ -55,10 +55,10 @@
 
   
 maven-site
-3.8.2
-2021-08-04
-
ea98e05a04480131370aa0c110b8c54cf726c06f
-3.8.2
+3.8.3
+2021-09-27
+SHA-1

Review comment:
   it should be (probably)
   ```
   ff8e977a158738155dc465c6a97ffaf31982d739 
   ```

##
File path: content/markdown/docs/3.8.3/release-notes.md
##
@@ -0,0 +1,58 @@
+
+
+# Release Notes – Maven 3.8.3
+
+The Apache Maven team would like to announce the release of Maven 3.8.3.
+
+Maven 3.8.3 is [available for download][0].
+
+Maven is a software project management and comprehension tool. Based on the 
concept of a project object model (POM), Maven can manage a project's build, 
reporting, and documentation from a central place.
+
+The core release is independent of plugin releases. Further releases of 
plugins will be made separately. See the [PluginList][1] for more information.
+
+If you have any questions, please consult:
+
+- the web site: [https://maven.apache.org/][2]
+- the maven-user mailing list: 
[https://maven.apache.org/mailing-lists.html](/mailing-lists.html)
+- the reference documentation: 
[https://maven.apache.org/ref/3.8.3/](/ref/3.8.3/)
+
+## Overview About the Changes
+
+This release mainly contains regression fixes from Maven 3.8.2 but it also 
[drops CDI API][6].

Review comment:
   some think like:
   
   > This release mainly contains regression fixes from Maven 3.8.2 and 
improvement in speed of parsing project [ref to MNG-7235]
   
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] [maven-site] elharo commented on a change in pull request #246: [MNGSITE-246] Adding .mavenrc documentation

2021-09-28 Thread GitBox


elharo commented on a change in pull request #246:
URL: https://github.com/apache/maven-site/pull/246#discussion_r717781493



##
File path: content/markdown/configure.md
##
@@ -80,6 +80,12 @@ Starting with Maven 3.3.1+ you can define JVM configuration 
via `${maven.project
 
 You don't need to use these options in `MAVEN_OPTS` or switch between 
different configurations.
 
+
+### `.mavenrc` file:
+
+Located in `$HOME/.mavenrc` (or `%HOME%\mavenrc_pre.bat` on Windows) this file 
allows you to define scripts which can set environment variables or system 
properties prior to Maven building the project. This allows users to define 
variables in either the settings.xml or pom.xml and have them read the property 
that was set by the .mavenrc file.

Review comment:
   "this file allows you to define scripts which can set environment 
variables or system properties prior to Maven building the project"
   
   -->
   
   "this file defines environment variables and system properties used when 
Maven builds the project"




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [VOTE] Release Apache Maven version 3.8.3

2021-09-28 Thread Slawomir Jaranowski
Hi

I confirm that issue MNG-7215 was fixed

I also see speed up of building project - I was tested on project with
about 300 modules and build is faster about 30 - 60s - great job

+1 non binding

wt., 28 wrz 2021 o 07:56 Romain Manni-Bucau 
napisał(a):

> -0 because MNG-7251 still leads to new bugs even in concurrency=1 (which is
> the minimal case we should cover before any concurrent case IMHO) so this
> is still a regression compared to 3.8.1 and previous releases.
>
> Romain Manni-Bucau
> @rmannibucau  |  Blog
>  | Old Blog
>  | Github <
> https://github.com/rmannibucau> |
> LinkedIn  | Book
> <
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> >
>
>
> Le mar. 28 sept. 2021 à 07:50, Tamás Cservenák  a
> écrit :
>
> > +1
> >
> > On Mon, Sep 27, 2021 at 9:18 PM Michael Osipov 
> > wrote:
> >
> > > Hi,
> > >
> > > We solved 18 issues:
> > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12350518
> > >
> > > There are still a couple of issues left in JIRA:
> > >
> > >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC
> > >
> > > Staging repo:
> > > https://repository.apache.org/content/repositories/maven-1667/
> > >
> > > Dev dist directory:
> > > https://dist.apache.org/repos/dist/dev/maven/maven-3/3.8.3/
> > >
> > > Source release checksums:
> > > apache-maven-3.8.3-src.zip sha512:
> > >
> > >
> >
> 165c7ce9fbc1b20a0e826950f2acc6638abffbbcd0b2dda869b9b2612984c421c985844ec68b9d4f9d214df3d1531f3051bbe8edd29b22cf97ef4606f15761f7
> > > apache-maven-3.8.3-src.tar.gz sha512:
> > >
> > >
> >
> 7d7b6abf8f0407f95e35ccf857412b59c8ebfa0b2eef8cf52badf20d47e4be1e79f2412965d514314240184847b5bf5c20e63c7f4b8d6cce5d2f3bc5bd31d2f2
> > >
> > > Binary release checksums:
> > > apache-maven-3.8.3-bin.zip sha512:
> > >
> > >
> >
> 959de0db3e342ecf1c183b321799a836c3c10738126f3302b623376efa45c6769ccb5cd32a17f9a9a8eb64bb30f13a6a0e4170bf03a7707cfba6d41392107e93
> > > apache-maven-3.8.3-bin.tar.gz sha512:
> > >
> > >
> >
> 1c12a5df43421795054874fd54bb8b37d242949133b5bf6052a063a13a93f13a20e6e9dae2b3d85b9c7034ec977bbc2b6e7f66832182b9c863711d78bfe60faa
> > >
> > > Draft for release notes:
> > > https://github.com/apache/maven-site/pull/264
> > >
> > >
> > > Guide to testing staged releases:
> > > http://maven.apache.org/guides/development/guide-testing-releases.html
> > >
> > > Vote open until Sunday.
> > >
> > > [ ] +1
> > > [ ] +0
> > > [ ] -1
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > > For additional commands, e-mail: dev-h...@maven.apache.org
> > >
> > >
> >
>


-- 
Sławomir Jaranowski