Re: [VOTE] Release Apache Maven Parent POMs version 32

2018-07-17 Thread Sylwester Lachiewicz
+1 (non binding)

Sylwester

W dniu śr., 18.07.2018 o 07:03 Hervé BOUTEMY 
napisał(a):

> here is my +1
>
> Regards,
>
> Hervé
>
> Le dimanche 15 juillet 2018, 20:32:04 CEST Hervé BOUTEMY a écrit :
> > Hi,
> >
> > We solved 7 issues:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250
> > rsion=12342723=Text
> >
> > Changes since the last release:
> >
> https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=pom.xml
> ;
> > hb=maven-parent-32;hpb=maven-parent-31
> >
> > There are still a couple of issues left in JIRA:
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPOM%20AND%20stat
> > us%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-1442/
> >
> https://repository.apache.org/content/repositories/maven-1442/org/apache/mav
> > en/maven-parent/32/maven-parent-32-source-release.zip
> >
> > Source release checksum(s):
> > maven-parent-32-source-release.zip sha1:
> > a794ac6415e88e094bf1ff66627758c2e3ad73a5
> >
> > Staging site:
> > http://maven.apache.org/pom-archives/maven-LATEST/
> >
> > Guide to testing staged releases:
> > https://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for at least 72 hours.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> >
> >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
>
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: Maven Plugin Development and the @Produces

2018-07-17 Thread Romain Manni-Bucau
Inject a component, set the current mojo and just "get" it when you need
from the component you can inject?

Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github  |
LinkedIn  | Book



Le mer. 18 juil. 2018 à 07:01, exabr...@gmail.com  a
écrit :

> Unfortunately, my module is not being called, so I don't think it's
> supported.
>
> Is there *ANY* way to inject Configuration parameters into sub-modules?
> ANY possible way?
>
> On 2018/07/16 19:53:33, Romain Manni-Bucau  wrote:
> > Maven tries to limit that to jsr330 usage hoping it stays portable (
> > https://maven.apache.org/maven-jsr330.html). Probably just implement the
> > api and register the class in guice/sisu or plexus (old way). Will avoid
> > some headaches.
> >
> > Sisu-guice (the guice impl of maven) should support defining a named
> > AbstractModule with @Provides but not sure it is a safe usage.
> >
> > Le lun. 16 juil. 2018 21:19, exabr...@gmail.com  a
> > écrit :
> >
> > > I tried the @Provides annotation but it could not get it to supply a
> > > value. Do you have an example?
> > >
> > > On 2018/07/12 06:33:19, Romain Manni-Bucau 
> wrote:
> > > > Hi Jonathan,
> > > >
> > > > you can use Guice in plexus components but not CDI. the cdi-api.jar
> is a
> > > > transitive leaked dependency and almost nothing is supported in
> current
> > > > maven (there are several threads to drop it). To be concrete, only
> @Typed
> > > > is used.
> > > >
> > > > 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 jeu. 12 juil. 2018 à 08:12, exabr...@gmail.com <
> exabr...@gmail.com> a
> > > > écrit :
> > > >
> > > > > Hey Guys,
> > > > >
> > > > > I'm developing my first maven plugin. I was curious, is there any
> way
> > > to
> > > > > use the @javax.enterprise.inject.Produces annotation?
> > > > >
> > > > > Here's why I ask. I have my main mojo, but it is composed of
> several
> > > > > dependencies that are @Inject'd into the mojo. These submodules
> > > > > ('components') may have @Parameters. Of course, if you inject
> > > parameters
> > > > > into the submodules, when you run the helpmojo it doesn't know
> about
> > > those
> > > > > parameters so they'll be missing from your documentation.
> > > > >
> > > > > Hence, I thought if put the Parameters in my mojo, then used
> @Produces
> > > > > annotations on some getters, I could inject those elsewhere.
> > > > >
> > > > > Is there a better way to do all of this? Thanks!
> > > > > -Jonathan
> > > > >
> > > > >
> -
> > > > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > > > > For additional commands, e-mail: dev-h...@maven.apache.org
> > > > >
> > > > >
> > > >
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > > For additional commands, e-mail: dev-h...@maven.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 Parent POMs version 32

2018-07-17 Thread Hervé BOUTEMY
here is my +1

Regards,

Hervé

Le dimanche 15 juillet 2018, 20:32:04 CEST Hervé BOUTEMY a écrit :
> Hi,
> 
> We solved 7 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250
> rsion=12342723=Text
> 
> Changes since the last release:
> https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=pom.xml;
> hb=maven-parent-32;hpb=maven-parent-31
> 
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPOM%20AND%20stat
> us%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1442/
> https://repository.apache.org/content/repositories/maven-1442/org/apache/mav
> en/maven-parent/32/maven-parent-32-source-release.zip
> 
> Source release checksum(s):
> maven-parent-32-source-release.zip sha1:
> a794ac6415e88e094bf1ff66627758c2e3ad73a5
> 
> Staging site:
> http://maven.apache.org/pom-archives/maven-LATEST/
> 
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for at least 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org





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



Re: Maven Plugin Development and the @Produces

2018-07-17 Thread exabrial
Unfortunately, my module is not being called, so I don't think it's supported.

Is there *ANY* way to inject Configuration parameters into sub-modules? ANY 
possible way? 

On 2018/07/16 19:53:33, Romain Manni-Bucau  wrote: 
> Maven tries to limit that to jsr330 usage hoping it stays portable (
> https://maven.apache.org/maven-jsr330.html). Probably just implement the
> api and register the class in guice/sisu or plexus (old way). Will avoid
> some headaches.
> 
> Sisu-guice (the guice impl of maven) should support defining a named
> AbstractModule with @Provides but not sure it is a safe usage.
> 
> Le lun. 16 juil. 2018 21:19, exabr...@gmail.com  a
> écrit :
> 
> > I tried the @Provides annotation but it could not get it to supply a
> > value. Do you have an example?
> >
> > On 2018/07/12 06:33:19, Romain Manni-Bucau  wrote:
> > > Hi Jonathan,
> > >
> > > you can use Guice in plexus components but not CDI. the cdi-api.jar is a
> > > transitive leaked dependency and almost nothing is supported in current
> > > maven (there are several threads to drop it). To be concrete, only @Typed
> > > is used.
> > >
> > > 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 jeu. 12 juil. 2018 à 08:12, exabr...@gmail.com  a
> > > écrit :
> > >
> > > > Hey Guys,
> > > >
> > > > I'm developing my first maven plugin. I was curious, is there any way
> > to
> > > > use the @javax.enterprise.inject.Produces annotation?
> > > >
> > > > Here's why I ask. I have my main mojo, but it is composed of several
> > > > dependencies that are @Inject'd into the mojo. These submodules
> > > > ('components') may have @Parameters. Of course, if you inject
> > parameters
> > > > into the submodules, when you run the helpmojo it doesn't know about
> > those
> > > > parameters so they'll be missing from your documentation.
> > > >
> > > > Hence, I thought if put the Parameters in my mojo, then used @Produces
> > > > annotations on some getters, I could inject those elsewhere.
> > > >
> > > > Is there a better way to do all of this? Thanks!
> > > > -Jonathan
> > > >
> > > > -
> > > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > > > For additional commands, e-mail: dev-h...@maven.apache.org
> > > >
> > > >
> > >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.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 Parent POMs version 32

2018-07-17 Thread Hervé BOUTEMY
Le mardi 17 juillet 2018, 10:42:43 CEST Sylwester Lachiewicz a écrit :
> Hi,
> 
> With update to the parent-pom (maven-apache-parent)  MPOM-186 [1] - maybe
> we should also update javaVersion property to 7?
this is exactly the discussion that should have happened when I asked if 
something was to be done before doing the release, because it's too late 
during the release vote

> Or maybe this configuration was intentional for other Maven's projecs?
we still have a few components that target Java 6
but, yes, for next version, I think it's now reasonable to target Java 7 by 
default

Regards,

Hervé

> 
> pom.xml
> 867
>  f7264ae5e4ba64e3f09265f99bcad0c43d1fe28;hb=HEAD#l867>
> 6
> 868
>  f7264ae5e4ba64e3f09265f99bcad0c43d1fe28;hb=HEAD#l868>
> 1.${javaVersion}
> 869
>  f7264ae5e4ba64e3f09265f99bcad0c43d1fe28;hb=HEAD#l869>
> 1.${javaVersion}
> 
> BR
> Sylwester
> 
> [1]
> https://github.com/apache/maven-apache-parent/commit/81c40fc1ab782ff859353f1
> 74fcc43fbb93d7224
> 
> 
> wt., 17 lip 2018 o 07:27 użytkownik Karl Heinz Marbaise 
> 
> napisał:
> > Hi,
> > 
> > +1 from me.
> > 
> > Kind regards
> > Karl Heinz Marbaise
> > 
> > On 15/07/18 20:32, Hervé BOUTEMY wrote:
> > > Hi,
> > 
> > > We solved 7 issues:
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250;
> > version=12342723=Text> 
> > > Changes since the last release:
> > https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=pom.xm
> > l;hb=maven-parent-32;hpb=maven-parent-31> 
> > > There are still a couple of issues left in JIRA:
> > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPOM%20AND%20st
> > atus%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC> 
> > > Staging repo:
> > > https://repository.apache.org/content/repositories/maven-1442/
> > 
> > https://repository.apache.org/content/repositories/maven-1442/org/apache/m
> > aven/maven-parent/32/maven-parent-32-source-release.zip> 
> > > Source release checksum(s):
> > 
> > > maven-parent-32-source-release.zip sha1:
> > a794ac6415e88e094bf1ff66627758c2e3ad73a5
> > 
> > > Staging site:
> > > http://maven.apache.org/pom-archives/maven-LATEST/
> > > 
> > > Guide to testing staged releases:
> > > https://maven.apache.org/guides/development/guide-testing-releases.html
> > > 
> > > Vote open for at least 72 hours.
> > > 
> > > [ ] +1
> > > [ ] +0
> > > [ ] -1
> > 
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.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 Parent POMs version 32

2018-07-17 Thread Robert Scholte

+1

On Sun, 15 Jul 2018 20:32:04 +0200, Hervé BOUTEMY   
wrote:



Hi,

We solved 7 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250=12342723=Text

Changes since the last release:
https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=pom.xml;hb=maven-parent-32;hpb=maven-parent-31

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPOM%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC

Staging repo:
https://repository.apache.org/content/repositories/maven-1442/
https://repository.apache.org/content/repositories/maven-1442/org/apache/maven/maven-parent/32/maven-parent-32-source-release.zip

Source release checksum(s):
maven-parent-32-source-release.zip sha1:  
a794ac6415e88e094bf1ff66627758c2e3ad73a5


Staging site:
http://maven.apache.org/pom-archives/maven-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for at least 72 hours.

[ ] +1
[ ] +0
[ ] -1




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


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



Re: JDK 11 Early Access build 22 & JDK 12 Early Access b02 are available.

2018-07-17 Thread Robert Scholte

Hi Rory,

that's fine by me.
We should think of a dynamic part on our pages if Maven, maven plugins or  
libraries are Java-n compatible, but that sounds easier than it is...


Robert

On Tue, 17 Jul 2018 21:16:24 +0200, Rory O'Donnell  
 wrote:



Hi Robert,

If you are ok for me to link to this email, that's fine.

Thanks,Rory


On 17/07/2018 17:34, Robert Scholte wrote:

Hi Rory,

I see there's a list of tools frameworks that support the latest Java
version.
From our point of view there has never been an issue to run Maven on
the latest versions.
I'm pretty sure that even Maven 3.0 (or likely 2.x as well) will run
on those Java versions as well.
Do you expect an explicit tweet for confirmation?

thanks,
Robert

On Tue, 17 Jul 2018 13:26:34 +0200, Rory O'Donnell
 wrote:

  Hi Robert ,

*JDK 11 is in Rampdown Phase one*

  * *The overall feature set is frozen. No further JEPs will be
targeted to this release.*
  * *Rampdown Phase two is scheduled to start * *26th of July*


**JDK 11 EA build 22 , *under both the GPL and Oracle EA
licenses, is now available at **http://jdk.java.net/11**. ***

  * Schedule, status & features
  o http://openjdk.java.net/projects/jdk/11/
  * Release Notes:
  o http://jdk.java.net/11/release-notes

*FOSS fixes in recent builds.*

  * JBoss Netty (b17) - JDK-8203937 (b17)
  * JUnit5 & other Foss Projects (b22)  -JDK-8206355

**Notable changes in JDK 11 EA *build 22*

  * New Collection.toArray(IntFunction) Default Method
(JDK-8060192 )
  * Make some system properties effectively readonly (JDK-8066709
)
  * Obsolete Support for Commercial Features (JDK-8202331
)
  * JFR start failure after AppCDS archive created with JFR
StartFlightRecording (JDK-8203664
)
  * Change to policy for the default set of modules resolved when
compiling or running code on the class path (JDK-8197532
)

*JDK 12 Early Access  Build 02 is available at
**http://jdk.java.net/12/*

  * OpenJDK builds
  o These early-access, open-source builds are provided under
the GNU General Public License, version 2, with the
Classpath Exception
.
  * Changes in this build are listed here



*The Quality Report for July 2018 is published **here

*

  * With the new six months release , we now publish the Quality
report every three months.
  * Thanks to all the FOSS Projects for logging bugs against the
JDK 11 EA Builds!


Rgds,Rory

[1] http://openjdk.java.net/projects/jdk/11/






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



Re: JDK 11 Early Access build 22 & JDK 12 Early Access b02 are available.

2018-07-17 Thread Rory O'Donnell

Hi Robert,

If you are ok for me to link to this email, that's fine.

Thanks,Rory


On 17/07/2018 17:34, Robert Scholte wrote:

Hi Rory,

I see there's a list of tools frameworks that support the latest Java 
version.
From our point of view there has never been an issue to run Maven on 
the latest versions.
I'm pretty sure that even Maven 3.0 (or likely 2.x as well) will run 
on those Java versions as well.

Do you expect an explicit tweet for confirmation?

thanks,
Robert

On Tue, 17 Jul 2018 13:26:34 +0200, Rory O'Donnell 
 wrote:


  Hi Robert ,

*JDK 11 is in Rampdown Phase one*

  * *The overall feature set is frozen. No further JEPs will be
targeted to this release.*
  * *Rampdown Phase two is scheduled to start * *26th of July*


**JDK 11 EA build 22 , *under both the GPL and Oracle EA
licenses, is now available at **http://jdk.java.net/11**. ***

  * Schedule, status & features
  o http://openjdk.java.net/projects/jdk/11/
  * Release Notes:
  o http://jdk.java.net/11/release-notes

*FOSS fixes in recent builds.*

  * JBoss Netty (b17) - JDK-8203937 (b17)
  * JUnit5 & other Foss Projects (b22)  -JDK-8206355

**Notable changes in JDK 11 EA *build 22*

  * New Collection.toArray(IntFunction) Default Method
(JDK-8060192 )
  * Make some system properties effectively readonly (JDK-8066709
)
  * Obsolete Support for Commercial Features (JDK-8202331
)
  * JFR start failure after AppCDS archive created with JFR
StartFlightRecording (JDK-8203664
)
  * Change to policy for the default set of modules resolved when
compiling or running code on the class path (JDK-8197532
)

*JDK 12 Early Access  Build 02 is available at
**http://jdk.java.net/12/*

  * OpenJDK builds
  o These early-access, open-source builds are provided under
the GNU General Public License, version 2, with the
Classpath Exception
.
  * Changes in this build are listed here



*The Quality Report for July 2018 is published **here

*

  * With the new six months release , we now publish the Quality
report every three months.
  * Thanks to all the FOSS Projects for logging bugs against the
JDK 11 EA Builds!


Rgds,Rory

[1] http://openjdk.java.net/projects/jdk/11/






--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA, Dublin,Ireland



Re: JDK 11 Early Access build 22 & JDK 12 Early Access b02 are available.

2018-07-17 Thread Robert Scholte

Hi Rory,

I see there's a list of tools frameworks that support the latest Java  
version.
From our point of view there has never been an issue to run Maven on the  
latest versions.
I'm pretty sure that even Maven 3.0 (or likely 2.x as well) will run on  
those Java versions as well.

Do you expect an explicit tweet for confirmation?

thanks,
Robert

On Tue, 17 Jul 2018 13:26:34 +0200, Rory O'Donnell  
 wrote:




 Hi Robert ,
JDK 11 is in Rampdown Phase one
The overall feature set is frozen. No further JEPs will be targeted to  
this release.

Rampdown Phase two is scheduled to start 26th of July


JDK 11 EA build 22 , under both the GPL and Oracle EA licenses, is now  
available at http://jdk.java.net/11 .Schedule, status & features

http://openjdk.java.net/projects/jdk/11/
Release Notes:
http://jdk.java.net/11/release-notes

FOSS fixes in recent builds.
JBoss Netty (b17) -  JDK-8203937 (b17)
JUnit5 & other Foss Projects (b22)  -JDK-8206355
Notable changes in JDK 11 EA build 22
New Collection.toArray(IntFunction) Default Method (JDK-8060192)Make  
some system properties effectively readonly (JDK-8066709)Obsolete  
Support for Commercial Features (JDK-8202331)JFR start failure after  
AppCDS archive created with JFR StartFlightRecording (JDK-8203664)Change  
to policy for the default set of modules resolved when compiling or  
running code on the class path (JDK-8197532)

JDK 12 Early Access  Build 02 is available at http://jdk.java.net/12/
OpenJDK builds
These early-access, open-source builds are provided under the GNU  
General Public License, version 2, with the Classpath >Exception.

Changes in this build are listed here

The Quality Report for July 2018 is published here
With the new six months release , we now publish the Quality report  
every three months.
Thanks to all the FOSS Projects for logging bugs against the JDK 11 EA  
Builds!


Rgds,Rory

[1] http://openjdk.java.net/projects/jdk/11/

JDK 11 Early Access build 22 & JDK 12 Early Access b02 are available.

2018-07-17 Thread Rory O'Donnell

  Hi Robert ,

*JDK 11 is in Rampdown Phase one*

 * *The overall feature set is frozen. No further JEPs will be targeted
   to this release.*
 * *Rampdown Phase two is scheduled to start * *26th of July*


**JDK 11 EA build 22 , *under both the GPL and Oracle EA licenses, 
is now available at **http://jdk.java.net/11**. ***


 * Schedule, status & features
 o http://openjdk.java.net/projects/jdk/11/
 * Release Notes:
 o http://jdk.java.net/11/release-notes

*FOSS fixes in recent builds.*

 * JBoss Netty (b17) - JDK-8203937 (b17)
 * JUnit5 & other Foss Projects (b22)  -JDK-8206355

**Notable changes in JDK 11 EA *build 22*

 * New Collection.toArray(IntFunction) Default Method (JDK-8060192
   )
 * Make some system properties effectively readonly (JDK-8066709
   )
 * Obsolete Support for Commercial Features (JDK-8202331
   )
 * JFR start failure after AppCDS archive created with JFR
   StartFlightRecording (JDK-8203664
   )
 * Change to policy for the default set of modules resolved when
   compiling or running code on the class path (JDK-8197532
   )

*JDK 12 Early Access  Build 02 is available at **http://jdk.java.net/12/*

 * OpenJDK builds
 o These early-access, open-source builds are provided under the
   GNU General Public License, version 2, with the Classpath
   Exception .
 * Changes in this build are listed here
   


*The Quality Report for July 2018 is published **here 
*


 * With the new six months release , we now publish the Quality report
   every three months.
 * Thanks to all the FOSS Projects for logging bugs against the JDK 11
   EA Builds!


Rgds,Rory

[1] http://openjdk.java.net/projects/jdk/11/



Re: [VOTE] Release Apache Maven Parent POMs version 32

2018-07-17 Thread Sylwester Lachiewicz
Hi,

With update to the parent-pom (maven-apache-parent)  MPOM-186 [1] - maybe
we should also update javaVersion property to 7?
Or maybe this configuration was intentional for other Maven's projecs?

pom.xml
867

6
868

1.${javaVersion}
869

1.${javaVersion}

BR
Sylwester

[1]
https://github.com/apache/maven-apache-parent/commit/81c40fc1ab782ff859353f174fcc43fbb93d7224


wt., 17 lip 2018 o 07:27 użytkownik Karl Heinz Marbaise 
napisał:

> Hi,
>
> +1 from me.
>
> Kind regards
> Karl Heinz Marbaise
>
> On 15/07/18 20:32, Hervé BOUTEMY wrote:
> > Hi,
> >
> > We solved 7 issues:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250=12342723=Text
> >
> > Changes since the last release:
> >
> https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=pom.xml;hb=maven-parent-32;hpb=maven-parent-31
> >
> > There are still a couple of issues left in JIRA:
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPOM%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-1442/
> >
> https://repository.apache.org/content/repositories/maven-1442/org/apache/maven/maven-parent/32/maven-parent-32-source-release.zip
> >
> > Source release checksum(s):
> > maven-parent-32-source-release.zip sha1:
> a794ac6415e88e094bf1ff66627758c2e3ad73a5
> >
> > Staging site:
> > http://maven.apache.org/pom-archives/maven-LATEST/
> >
> > Guide to testing staged releases:
> > https://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for at least 72 hours.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>