Re: [VOTE] Release maven-bundle-plugin 4.2.0 (2nd try)

2019-04-07 Thread Guillaume Nodet
+1 Le mer. 3 avr. 2019 à 16:14, Guillaume Nodet a écrit : > I've staged another RC for a 4.2.0 release of the maven-bundle-plugin > which includes the following changes: > > e1236412f2 Fix typo in scope > > 54d0740058 [FELIX-6081] Upgrade bndlib to 4.2.0 in order to properly > calculate osgi.ee

Re: [VOTE] Release maven-bundle-plugin 4.2.0 (2nd try)

2019-04-03 Thread Grzegorz Grzybek
+1 (non-binding) regards Grzegorz Grzybek śr., 3 kwi 2019 o 21:03 Francois Papon napisał(a): > +1 (non-binding) > > Thanks! > > regards, > > François Papon > fpa...@apache.org > > Le 03/04/2019 à 18:14, Guillaume Nodet a écrit : > > I've staged another RC for a 4.2.0 release of the maven-bundle

Re: [VOTE] Release maven-bundle-plugin 4.2.0 (2nd try)

2019-04-03 Thread Francois Papon
+1 (non-binding) Thanks! regards, François Papon fpa...@apache.org Le 03/04/2019 à 18:14, Guillaume Nodet a écrit : > I've staged another RC for a 4.2.0 release of the maven-bundle-plugin which > includes the following changes: > > e1236412f2 Fix typo in scope > > 54d0740058 [FELIX-6081] Upgrad

Re: [VOTE] Release maven-bundle-plugin 4.2.0 (2nd try)

2019-04-03 Thread Karl Pauls
+1 regards, Karl On Wednesday, April 3, 2019, Jean-Baptiste Onofré wrote: > +1 (binding) > > Regards > JB > > Le 3 avr. 2019 à 20:52, à 20:52, Georg Henzler a > écrit: > >+1 (non-binding) > > > >-Georg > > > >On 2019-04-03 18:51, Raymond Auge wrote: > >> +1 > >> > >> - Ray > >> > >> On Wed, A

Re: [VOTE] Release maven-bundle-plugin 4.2.0 (2nd try)

2019-04-03 Thread Jean-Baptiste Onofré
+1 (binding) Regards JB Le 3 avr. 2019 à 20:52, à 20:52, Georg Henzler a écrit: >+1 (non-binding) > >-Georg > >On 2019-04-03 18:51, Raymond Auge wrote: >> +1 >> >> - Ray >> >> On Wed, Apr 3, 2019 at 12:07 PM Stefan Seifert > >> wrote: >> >>> +1 (non-binding) >>> >>> checked signatures & tested i

Re: [VOTE] Release maven-bundle-plugin 4.2.0 (2nd try)

2019-04-03 Thread Georg Henzler
+1 (non-binding) -Georg On 2019-04-03 18:51, Raymond Auge wrote: +1 - Ray On Wed, Apr 3, 2019 at 12:07 PM Stefan Seifert wrote: +1 (non-binding) checked signatures & tested it in a couple of projects stefan

Re: [VOTE] Release maven-bundle-plugin 4.2.0 (2nd try)

2019-04-03 Thread Raymond Auge
+1 - Ray On Wed, Apr 3, 2019 at 12:07 PM Stefan Seifert wrote: > +1 (non-binding) > > checked signatures & tested it in a couple of projects > > stefan > -- *Raymond Augé* (@rotty3000) Senior Software Architect *Liferay, Inc.*

RE: [VOTE] Release maven-bundle-plugin 4.2.0 (2nd try)

2019-04-03 Thread Stefan Seifert
+1 (non-binding) checked signatures & tested it in a couple of projects stefan

Re: [VOTE] Release maven-bundle-plugin 4.2.0

2019-04-03 Thread Jean-Baptiste Onofré
-1 (binding) There's a typo in the pom.xml (tet instead of test), causing build failure (validation). Regards JB On 03/04/2019 13:04, Guillaume Nodet wrote: > I've staged a 4.2.0 release of the maven-bundle-plugin which includes the > following changes: > > 54d0740058 [FELIX-6081] Upgrade bndli

RE: [VOTE] Release maven-bundle-plugin 4.2.0

2019-04-03 Thread Stefan Seifert
-1 (non-binding) there is a syntax error in the pom, leading to invalid maven dependencies https://github.com/apache/felix/blob/trunk/tools/maven-bundle-plugin/pom.xml#L253 stefan >-Original Message- >From: Guillaume Nodet [mailto:gno...@apache.org] >Sent: Wednesday, April 3, 2019 1:05

Re: [VOTE] Release maven-bundle-plugin 4.2.0

2019-04-03 Thread Raymond Auge
+1 - Ray On Wed, Apr 3, 2019, 07:05 Guillaume Nodet, wrote: > I've staged a 4.2.0 release of the maven-bundle-plugin which includes the > following changes: > > 54d0740058 [FELIX-6081] Upgrade bndlib to 4.2.0 in order to properly > calculate osgi.ee for embedded dependencies > > fbfdb2985d [FEL