You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <ga...@gmail.com> on 2020/06/16 12:37:33 UTC

Re: [commons-parent] branch master updated: Update to latest plugins

Thanks Sebb!

Do you feel like pushing out a release of commons-parent?

Gary

On Tue, Jun 16, 2020 at 8:10 AM <se...@apache.org> wrote:

> This is an automated email from the ASF dual-hosted git repository.
>
> sebb pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/commons-parent.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>      new b56ab01  Update to latest plugins
> b56ab01 is described below
>
> commit b56ab016a8ca6ddbfe335e373c2a4a02655c6c4b
> Author: Sebb <se...@apache.org>
> AuthorDate: Tue Jun 16 13:10:47 2020 +0100
>
>     Update to latest plugins
> ---
>  pom.xml                 | 8 ++++----
>  src/changes/changes.xml | 4 ++++
>  2 files changed, 8 insertions(+), 4 deletions(-)
>
> diff --git a/pom.xml b/pom.xml
> index 056e85e..a34f690 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -138,7 +138,7 @@
>      <commons.release-plugin.version>1.7</commons.release-plugin.version>
>      <commons.scm-publish.version>1.1</commons.scm-publish.version>
>      <!-- requires Java 8+ -->
> -    <biz.aQute.bndlib.version>5.0.1</biz.aQute.bndlib.version>
> +    <biz.aQute.bndlib.version>5.1.0</biz.aQute.bndlib.version>
>
>      <!--
>        Note: Maven site plugin 3.5.1 is the latest version but is not a
> direct replacement:
> @@ -185,7 +185,7 @@
>      <commons.spotbugs.version>3.1.12.2</commons.spotbugs.version>
>
>  <commons.surefire-report.version>2.22.2</commons.surefire-report.version>
>      <commons.surefire.version>2.22.2</commons.surefire.version>
> -    <commons.wagon-ssh.version>3.3.4</commons.wagon-ssh.version>
> +    <commons.wagon-ssh.version>3.4.0</commons.wagon-ssh.version>
>
>      <!-- Default values for the download-page generation by
> commons-build-plugin -->
>      <commons.release.name
> >${project.artifactId}-${commons.release.version}</commons.release.name>
> @@ -384,7 +384,7 @@
>    </mailingLists>
>
>    <prerequisites>
> -    <maven>3.0.5</maven>
> +    <maven>3.5.0</maven>
>    </prerequisites>
>
>    <!--
> @@ -731,7 +731,7 @@
>              <dependency>
>                <groupId>org.apache.bcel</groupId>
>                <artifactId>bcel</artifactId>
> -              <version>6.4.1</version>
> +              <version>6.5.0</version>
>              </dependency>
>            </dependencies>
>          </plugin>
> diff --git a/src/changes/changes.xml b/src/changes/changes.xml
> index 1c634a6..1ba806d 100644
> --- a/src/changes/changes.xml
> +++ b/src/changes/changes.xml
> @@ -75,6 +75,10 @@ The <action> type attribute can be
> add,update,fix,remove.
>              <action type="update" dev="sebb">commons.project-info.version
> 3.0.0 -> 3.1.0</action>
>              <action type="update" dev="ggregory">Add support for Java
> 13</action>
>              <action type="update" dev="erans">Support NOTICE and LICENSE
> alongside .txt versions</action>
> +            <action type="update" dev="sebb">commons.wagon-ssh.version
> 3.0.0 -> 3.1.0</action>
> +            <action type="update" dev="sebb">biz.aQute.bndlib.version
> 5.0.1 => 5.1.0</action>
> +            <action type="update" dev="sebb">bcel version 6.4.1 =>
> 6.5.0</action>
> +            <action type="update" dev="sebb">maven pre-requisite 3.0.5 =>
> 3.5.0</action>
>          </release>
>
>          <release version="50" date="2019-12-17" description="Update site
> generation.
>
>

Re: [commons-parent] branch master updated: Update to latest plugins

Posted by Gary Gregory <ga...@gmail.com>.
The latest with an override on the bundle plugin (AFK)

Gary

On Tue, Jun 16, 2020, 15:10 sebb <se...@gmail.com> wrote:

> On Tue, 16 Jun 2020 at 19:41, Gary Gregory <ga...@gmail.com> wrote:
> >
> > FYI Commons Lang builds on Java 15 EA OK now.
>
> Which CP is it using?
>
> Does it build OK with CP 51-SNAPSHOT?
>
> > Gary
> >
> > On Tue, Jun 16, 2020, 09:49 Xeno Amess <xe...@gmail.com> wrote:
> >
> > > Hi.
> > > commons.build-helper's latest version is 3.1.0
> > > should we upgrade it also?
> > >
> > > btw, if you want to release a new version of parent I would +1 here.
> > > And I think we can use the new version of parent to make lang can
> build on
> > > java-ea.
> > > Thus the release plan of lang 3.11 should be delayed to after the
> release
> > > of newer version of parent.
> > >
> > > sebb <se...@gmail.com> 于2020年6月16日周二 下午8:43写道:
> > >
> > > > I was thinking of that, however I don't know how to do the Git
> tagging
> > > > properly
> > > >
> > > > On Tue, 16 Jun 2020 at 13:37, Gary Gregory <ga...@gmail.com>
> > > wrote:
> > > > >
> > > > > Thanks Sebb!
> > > > >
> > > > > Do you feel like pushing out a release of commons-parent?
> > > > >
> > > > > Gary
> > > > >
> > > > > On Tue, Jun 16, 2020 at 8:10 AM <se...@apache.org> wrote:
> > > > >
> > > > > > This is an automated email from the ASF dual-hosted git
> repository.
> > > > > >
> > > > > > sebb pushed a commit to branch master
> > > > > > in repository
> https://gitbox.apache.org/repos/asf/commons-parent.git
> > > > > >
> > > > > >
> > > > > > The following commit(s) were added to refs/heads/master by this
> push:
> > > > > >      new b56ab01  Update to latest plugins
> > > > > > b56ab01 is described below
> > > > > >
> > > > > > commit b56ab016a8ca6ddbfe335e373c2a4a02655c6c4b
> > > > > > Author: Sebb <se...@apache.org>
> > > > > > AuthorDate: Tue Jun 16 13:10:47 2020 +0100
> > > > > >
> > > > > >     Update to latest plugins
> > > > > > ---
> > > > > >  pom.xml                 | 8 ++++----
> > > > > >  src/changes/changes.xml | 4 ++++
> > > > > >  2 files changed, 8 insertions(+), 4 deletions(-)
> > > > > >
> > > > > > diff --git a/pom.xml b/pom.xml
> > > > > > index 056e85e..a34f690 100644
> > > > > > --- a/pom.xml
> > > > > > +++ b/pom.xml
> > > > > > @@ -138,7 +138,7 @@
> > > > > >
> > > > <commons.release-plugin.version>1.7</commons.release-plugin.version>
> > > > > >
> <commons.scm-publish.version>1.1</commons.scm-publish.version>
> > > > > >      <!-- requires Java 8+ -->
> > > > > > -    <biz.aQute.bndlib.version>5.0.1</biz.aQute.bndlib.version>
> > > > > > +    <biz.aQute.bndlib.version>5.1.0</biz.aQute.bndlib.version>
> > > > > >
> > > > > >      <!--
> > > > > >        Note: Maven site plugin 3.5.1 is the latest version but is
> > > not a
> > > > > > direct replacement:
> > > > > > @@ -185,7 +185,7 @@
> > > > > >
> <commons.spotbugs.version>3.1.12.2</commons.spotbugs.version>
> > > > > >
> > > > > >
> > > >
> <commons.surefire-report.version>2.22.2</commons.surefire-report.version>
> > > > > >      <commons.surefire.version>2.22.2</commons.surefire.version>
> > > > > > -    <commons.wagon-ssh.version>3.3.4</commons.wagon-ssh.version>
> > > > > > +    <commons.wagon-ssh.version>3.4.0</commons.wagon-ssh.version>
> > > > > >
> > > > > >      <!-- Default values for the download-page generation by
> > > > > > commons-build-plugin -->
> > > > > >      <commons.release.name
> > > > > > >${project.artifactId}-${commons.release.version}</
> > > > commons.release.name>
> > > > > > @@ -384,7 +384,7 @@
> > > > > >    </mailingLists>
> > > > > >
> > > > > >    <prerequisites>
> > > > > > -    <maven>3.0.5</maven>
> > > > > > +    <maven>3.5.0</maven>
> > > > > >    </prerequisites>
> > > > > >
> > > > > >    <!--
> > > > > > @@ -731,7 +731,7 @@
> > > > > >              <dependency>
> > > > > >                <groupId>org.apache.bcel</groupId>
> > > > > >                <artifactId>bcel</artifactId>
> > > > > > -              <version>6.4.1</version>
> > > > > > +              <version>6.5.0</version>
> > > > > >              </dependency>
> > > > > >            </dependencies>
> > > > > >          </plugin>
> > > > > > diff --git a/src/changes/changes.xml b/src/changes/changes.xml
> > > > > > index 1c634a6..1ba806d 100644
> > > > > > --- a/src/changes/changes.xml
> > > > > > +++ b/src/changes/changes.xml
> > > > > > @@ -75,6 +75,10 @@ The <action> type attribute can be
> > > > > > add,update,fix,remove.
> > > > > >              <action type="update"
> > > > dev="sebb">commons.project-info.version
> > > > > > 3.0.0 -> 3.1.0</action>
> > > > > >              <action type="update" dev="ggregory">Add support for
> > > Java
> > > > > > 13</action>
> > > > > >              <action type="update" dev="erans">Support NOTICE and
> > > > LICENSE
> > > > > > alongside .txt versions</action>
> > > > > > +            <action type="update"
> > > dev="sebb">commons.wagon-ssh.version
> > > > > > 3.0.0 -> 3.1.0</action>
> > > > > > +            <action type="update"
> > > dev="sebb">biz.aQute.bndlib.version
> > > > > > 5.0.1 => 5.1.0</action>
> > > > > > +            <action type="update" dev="sebb">bcel version 6.4.1
> =>
> > > > > > 6.5.0</action>
> > > > > > +            <action type="update" dev="sebb">maven pre-requisite
> > > > 3.0.5 =>
> > > > > > 3.5.0</action>
> > > > > >          </release>
> > > > > >
> > > > > >          <release version="50" date="2019-12-17"
> description="Update
> > > > site
> > > > > > generation.
> > > > > >
> > > > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > > > For additional commands, e-mail: dev-help@commons.apache.org
> > > >
> > > >
> > >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [commons-parent] branch master updated: Update to latest plugins

Posted by sebb <se...@gmail.com>.
On Tue, 16 Jun 2020 at 19:41, Gary Gregory <ga...@gmail.com> wrote:
>
> FYI Commons Lang builds on Java 15 EA OK now.

Which CP is it using?

Does it build OK with CP 51-SNAPSHOT?

> Gary
>
> On Tue, Jun 16, 2020, 09:49 Xeno Amess <xe...@gmail.com> wrote:
>
> > Hi.
> > commons.build-helper's latest version is 3.1.0
> > should we upgrade it also?
> >
> > btw, if you want to release a new version of parent I would +1 here.
> > And I think we can use the new version of parent to make lang can build on
> > java-ea.
> > Thus the release plan of lang 3.11 should be delayed to after the release
> > of newer version of parent.
> >
> > sebb <se...@gmail.com> 于2020年6月16日周二 下午8:43写道:
> >
> > > I was thinking of that, however I don't know how to do the Git tagging
> > > properly
> > >
> > > On Tue, 16 Jun 2020 at 13:37, Gary Gregory <ga...@gmail.com>
> > wrote:
> > > >
> > > > Thanks Sebb!
> > > >
> > > > Do you feel like pushing out a release of commons-parent?
> > > >
> > > > Gary
> > > >
> > > > On Tue, Jun 16, 2020 at 8:10 AM <se...@apache.org> wrote:
> > > >
> > > > > This is an automated email from the ASF dual-hosted git repository.
> > > > >
> > > > > sebb pushed a commit to branch master
> > > > > in repository https://gitbox.apache.org/repos/asf/commons-parent.git
> > > > >
> > > > >
> > > > > The following commit(s) were added to refs/heads/master by this push:
> > > > >      new b56ab01  Update to latest plugins
> > > > > b56ab01 is described below
> > > > >
> > > > > commit b56ab016a8ca6ddbfe335e373c2a4a02655c6c4b
> > > > > Author: Sebb <se...@apache.org>
> > > > > AuthorDate: Tue Jun 16 13:10:47 2020 +0100
> > > > >
> > > > >     Update to latest plugins
> > > > > ---
> > > > >  pom.xml                 | 8 ++++----
> > > > >  src/changes/changes.xml | 4 ++++
> > > > >  2 files changed, 8 insertions(+), 4 deletions(-)
> > > > >
> > > > > diff --git a/pom.xml b/pom.xml
> > > > > index 056e85e..a34f690 100644
> > > > > --- a/pom.xml
> > > > > +++ b/pom.xml
> > > > > @@ -138,7 +138,7 @@
> > > > >
> > > <commons.release-plugin.version>1.7</commons.release-plugin.version>
> > > > >      <commons.scm-publish.version>1.1</commons.scm-publish.version>
> > > > >      <!-- requires Java 8+ -->
> > > > > -    <biz.aQute.bndlib.version>5.0.1</biz.aQute.bndlib.version>
> > > > > +    <biz.aQute.bndlib.version>5.1.0</biz.aQute.bndlib.version>
> > > > >
> > > > >      <!--
> > > > >        Note: Maven site plugin 3.5.1 is the latest version but is
> > not a
> > > > > direct replacement:
> > > > > @@ -185,7 +185,7 @@
> > > > >      <commons.spotbugs.version>3.1.12.2</commons.spotbugs.version>
> > > > >
> > > > >
> > > <commons.surefire-report.version>2.22.2</commons.surefire-report.version>
> > > > >      <commons.surefire.version>2.22.2</commons.surefire.version>
> > > > > -    <commons.wagon-ssh.version>3.3.4</commons.wagon-ssh.version>
> > > > > +    <commons.wagon-ssh.version>3.4.0</commons.wagon-ssh.version>
> > > > >
> > > > >      <!-- Default values for the download-page generation by
> > > > > commons-build-plugin -->
> > > > >      <commons.release.name
> > > > > >${project.artifactId}-${commons.release.version}</
> > > commons.release.name>
> > > > > @@ -384,7 +384,7 @@
> > > > >    </mailingLists>
> > > > >
> > > > >    <prerequisites>
> > > > > -    <maven>3.0.5</maven>
> > > > > +    <maven>3.5.0</maven>
> > > > >    </prerequisites>
> > > > >
> > > > >    <!--
> > > > > @@ -731,7 +731,7 @@
> > > > >              <dependency>
> > > > >                <groupId>org.apache.bcel</groupId>
> > > > >                <artifactId>bcel</artifactId>
> > > > > -              <version>6.4.1</version>
> > > > > +              <version>6.5.0</version>
> > > > >              </dependency>
> > > > >            </dependencies>
> > > > >          </plugin>
> > > > > diff --git a/src/changes/changes.xml b/src/changes/changes.xml
> > > > > index 1c634a6..1ba806d 100644
> > > > > --- a/src/changes/changes.xml
> > > > > +++ b/src/changes/changes.xml
> > > > > @@ -75,6 +75,10 @@ The <action> type attribute can be
> > > > > add,update,fix,remove.
> > > > >              <action type="update"
> > > dev="sebb">commons.project-info.version
> > > > > 3.0.0 -> 3.1.0</action>
> > > > >              <action type="update" dev="ggregory">Add support for
> > Java
> > > > > 13</action>
> > > > >              <action type="update" dev="erans">Support NOTICE and
> > > LICENSE
> > > > > alongside .txt versions</action>
> > > > > +            <action type="update"
> > dev="sebb">commons.wagon-ssh.version
> > > > > 3.0.0 -> 3.1.0</action>
> > > > > +            <action type="update"
> > dev="sebb">biz.aQute.bndlib.version
> > > > > 5.0.1 => 5.1.0</action>
> > > > > +            <action type="update" dev="sebb">bcel version 6.4.1 =>
> > > > > 6.5.0</action>
> > > > > +            <action type="update" dev="sebb">maven pre-requisite
> > > 3.0.5 =>
> > > > > 3.5.0</action>
> > > > >          </release>
> > > > >
> > > > >          <release version="50" date="2019-12-17" description="Update
> > > site
> > > > > generation.
> > > > >
> > > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > > For additional commands, e-mail: dev-help@commons.apache.org
> > >
> > >
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [commons-parent] branch master updated: Update to latest plugins

Posted by Gary Gregory <ga...@gmail.com>.
FYI Commons Lang builds on Java 15 EA OK now.

Gary

On Tue, Jun 16, 2020, 09:49 Xeno Amess <xe...@gmail.com> wrote:

> Hi.
> commons.build-helper's latest version is 3.1.0
> should we upgrade it also?
>
> btw, if you want to release a new version of parent I would +1 here.
> And I think we can use the new version of parent to make lang can build on
> java-ea.
> Thus the release plan of lang 3.11 should be delayed to after the release
> of newer version of parent.
>
> sebb <se...@gmail.com> 于2020年6月16日周二 下午8:43写道:
>
> > I was thinking of that, however I don't know how to do the Git tagging
> > properly
> >
> > On Tue, 16 Jun 2020 at 13:37, Gary Gregory <ga...@gmail.com>
> wrote:
> > >
> > > Thanks Sebb!
> > >
> > > Do you feel like pushing out a release of commons-parent?
> > >
> > > Gary
> > >
> > > On Tue, Jun 16, 2020 at 8:10 AM <se...@apache.org> wrote:
> > >
> > > > This is an automated email from the ASF dual-hosted git repository.
> > > >
> > > > sebb pushed a commit to branch master
> > > > in repository https://gitbox.apache.org/repos/asf/commons-parent.git
> > > >
> > > >
> > > > The following commit(s) were added to refs/heads/master by this push:
> > > >      new b56ab01  Update to latest plugins
> > > > b56ab01 is described below
> > > >
> > > > commit b56ab016a8ca6ddbfe335e373c2a4a02655c6c4b
> > > > Author: Sebb <se...@apache.org>
> > > > AuthorDate: Tue Jun 16 13:10:47 2020 +0100
> > > >
> > > >     Update to latest plugins
> > > > ---
> > > >  pom.xml                 | 8 ++++----
> > > >  src/changes/changes.xml | 4 ++++
> > > >  2 files changed, 8 insertions(+), 4 deletions(-)
> > > >
> > > > diff --git a/pom.xml b/pom.xml
> > > > index 056e85e..a34f690 100644
> > > > --- a/pom.xml
> > > > +++ b/pom.xml
> > > > @@ -138,7 +138,7 @@
> > > >
> > <commons.release-plugin.version>1.7</commons.release-plugin.version>
> > > >      <commons.scm-publish.version>1.1</commons.scm-publish.version>
> > > >      <!-- requires Java 8+ -->
> > > > -    <biz.aQute.bndlib.version>5.0.1</biz.aQute.bndlib.version>
> > > > +    <biz.aQute.bndlib.version>5.1.0</biz.aQute.bndlib.version>
> > > >
> > > >      <!--
> > > >        Note: Maven site plugin 3.5.1 is the latest version but is
> not a
> > > > direct replacement:
> > > > @@ -185,7 +185,7 @@
> > > >      <commons.spotbugs.version>3.1.12.2</commons.spotbugs.version>
> > > >
> > > >
> > <commons.surefire-report.version>2.22.2</commons.surefire-report.version>
> > > >      <commons.surefire.version>2.22.2</commons.surefire.version>
> > > > -    <commons.wagon-ssh.version>3.3.4</commons.wagon-ssh.version>
> > > > +    <commons.wagon-ssh.version>3.4.0</commons.wagon-ssh.version>
> > > >
> > > >      <!-- Default values for the download-page generation by
> > > > commons-build-plugin -->
> > > >      <commons.release.name
> > > > >${project.artifactId}-${commons.release.version}</
> > commons.release.name>
> > > > @@ -384,7 +384,7 @@
> > > >    </mailingLists>
> > > >
> > > >    <prerequisites>
> > > > -    <maven>3.0.5</maven>
> > > > +    <maven>3.5.0</maven>
> > > >    </prerequisites>
> > > >
> > > >    <!--
> > > > @@ -731,7 +731,7 @@
> > > >              <dependency>
> > > >                <groupId>org.apache.bcel</groupId>
> > > >                <artifactId>bcel</artifactId>
> > > > -              <version>6.4.1</version>
> > > > +              <version>6.5.0</version>
> > > >              </dependency>
> > > >            </dependencies>
> > > >          </plugin>
> > > > diff --git a/src/changes/changes.xml b/src/changes/changes.xml
> > > > index 1c634a6..1ba806d 100644
> > > > --- a/src/changes/changes.xml
> > > > +++ b/src/changes/changes.xml
> > > > @@ -75,6 +75,10 @@ The <action> type attribute can be
> > > > add,update,fix,remove.
> > > >              <action type="update"
> > dev="sebb">commons.project-info.version
> > > > 3.0.0 -> 3.1.0</action>
> > > >              <action type="update" dev="ggregory">Add support for
> Java
> > > > 13</action>
> > > >              <action type="update" dev="erans">Support NOTICE and
> > LICENSE
> > > > alongside .txt versions</action>
> > > > +            <action type="update"
> dev="sebb">commons.wagon-ssh.version
> > > > 3.0.0 -> 3.1.0</action>
> > > > +            <action type="update"
> dev="sebb">biz.aQute.bndlib.version
> > > > 5.0.1 => 5.1.0</action>
> > > > +            <action type="update" dev="sebb">bcel version 6.4.1 =>
> > > > 6.5.0</action>
> > > > +            <action type="update" dev="sebb">maven pre-requisite
> > 3.0.5 =>
> > > > 3.5.0</action>
> > > >          </release>
> > > >
> > > >          <release version="50" date="2019-12-17" description="Update
> > site
> > > > generation.
> > > >
> > > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
> >
>

Re: [commons-parent] branch master updated: Update to latest plugins

Posted by sebb <se...@gmail.com>.
On Tue, 16 Jun 2020 at 14:49, Xeno Amess <xe...@gmail.com> wrote:
>
> Hi.
> commons.build-helper's latest version is 3.1.0
> should we upgrade it also?

Can do.

> btw, if you want to release a new version of parent I would +1 here.
> And I think we can use the new version of parent to make lang can build on
> java-ea.

Someone should check if CP 51-SNAPSHOT works for Java-ea (I don't have that).

The simplest way to get access to CP snapshot is to checkout CP and
install it locally (mvn install)

You can then temporarily update the LANG pom to use CP 51-SNAPSHOT.

> Thus the release plan of lang 3.11 should be delayed to after the release
> of newer version of parent.
>
> sebb <se...@gmail.com> 于2020年6月16日周二 下午8:43写道:
>
> > I was thinking of that, however I don't know how to do the Git tagging
> > properly
> >
> > On Tue, 16 Jun 2020 at 13:37, Gary Gregory <ga...@gmail.com> wrote:
> > >
> > > Thanks Sebb!
> > >
> > > Do you feel like pushing out a release of commons-parent?
> > >
> > > Gary
> > >
> > > On Tue, Jun 16, 2020 at 8:10 AM <se...@apache.org> wrote:
> > >
> > > > This is an automated email from the ASF dual-hosted git repository.
> > > >
> > > > sebb pushed a commit to branch master
> > > > in repository https://gitbox.apache.org/repos/asf/commons-parent.git
> > > >
> > > >
> > > > The following commit(s) were added to refs/heads/master by this push:
> > > >      new b56ab01  Update to latest plugins
> > > > b56ab01 is described below
> > > >
> > > > commit b56ab016a8ca6ddbfe335e373c2a4a02655c6c4b
> > > > Author: Sebb <se...@apache.org>
> > > > AuthorDate: Tue Jun 16 13:10:47 2020 +0100
> > > >
> > > >     Update to latest plugins
> > > > ---
> > > >  pom.xml                 | 8 ++++----
> > > >  src/changes/changes.xml | 4 ++++
> > > >  2 files changed, 8 insertions(+), 4 deletions(-)
> > > >
> > > > diff --git a/pom.xml b/pom.xml
> > > > index 056e85e..a34f690 100644
> > > > --- a/pom.xml
> > > > +++ b/pom.xml
> > > > @@ -138,7 +138,7 @@
> > > >
> > <commons.release-plugin.version>1.7</commons.release-plugin.version>
> > > >      <commons.scm-publish.version>1.1</commons.scm-publish.version>
> > > >      <!-- requires Java 8+ -->
> > > > -    <biz.aQute.bndlib.version>5.0.1</biz.aQute.bndlib.version>
> > > > +    <biz.aQute.bndlib.version>5.1.0</biz.aQute.bndlib.version>
> > > >
> > > >      <!--
> > > >        Note: Maven site plugin 3.5.1 is the latest version but is not a
> > > > direct replacement:
> > > > @@ -185,7 +185,7 @@
> > > >      <commons.spotbugs.version>3.1.12.2</commons.spotbugs.version>
> > > >
> > > >
> > <commons.surefire-report.version>2.22.2</commons.surefire-report.version>
> > > >      <commons.surefire.version>2.22.2</commons.surefire.version>
> > > > -    <commons.wagon-ssh.version>3.3.4</commons.wagon-ssh.version>
> > > > +    <commons.wagon-ssh.version>3.4.0</commons.wagon-ssh.version>
> > > >
> > > >      <!-- Default values for the download-page generation by
> > > > commons-build-plugin -->
> > > >      <commons.release.name
> > > > >${project.artifactId}-${commons.release.version}</
> > commons.release.name>
> > > > @@ -384,7 +384,7 @@
> > > >    </mailingLists>
> > > >
> > > >    <prerequisites>
> > > > -    <maven>3.0.5</maven>
> > > > +    <maven>3.5.0</maven>
> > > >    </prerequisites>
> > > >
> > > >    <!--
> > > > @@ -731,7 +731,7 @@
> > > >              <dependency>
> > > >                <groupId>org.apache.bcel</groupId>
> > > >                <artifactId>bcel</artifactId>
> > > > -              <version>6.4.1</version>
> > > > +              <version>6.5.0</version>
> > > >              </dependency>
> > > >            </dependencies>
> > > >          </plugin>
> > > > diff --git a/src/changes/changes.xml b/src/changes/changes.xml
> > > > index 1c634a6..1ba806d 100644
> > > > --- a/src/changes/changes.xml
> > > > +++ b/src/changes/changes.xml
> > > > @@ -75,6 +75,10 @@ The <action> type attribute can be
> > > > add,update,fix,remove.
> > > >              <action type="update"
> > dev="sebb">commons.project-info.version
> > > > 3.0.0 -> 3.1.0</action>
> > > >              <action type="update" dev="ggregory">Add support for Java
> > > > 13</action>
> > > >              <action type="update" dev="erans">Support NOTICE and
> > LICENSE
> > > > alongside .txt versions</action>
> > > > +            <action type="update" dev="sebb">commons.wagon-ssh.version
> > > > 3.0.0 -> 3.1.0</action>
> > > > +            <action type="update" dev="sebb">biz.aQute.bndlib.version
> > > > 5.0.1 => 5.1.0</action>
> > > > +            <action type="update" dev="sebb">bcel version 6.4.1 =>
> > > > 6.5.0</action>
> > > > +            <action type="update" dev="sebb">maven pre-requisite
> > 3.0.5 =>
> > > > 3.5.0</action>
> > > >          </release>
> > > >
> > > >          <release version="50" date="2019-12-17" description="Update
> > site
> > > > generation.
> > > >
> > > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [commons-parent] branch master updated: Update to latest plugins

Posted by Xeno Amess <xe...@gmail.com>.
Hi.
commons.build-helper's latest version is 3.1.0
should we upgrade it also?

btw, if you want to release a new version of parent I would +1 here.
And I think we can use the new version of parent to make lang can build on
java-ea.
Thus the release plan of lang 3.11 should be delayed to after the release
of newer version of parent.

sebb <se...@gmail.com> 于2020年6月16日周二 下午8:43写道:

> I was thinking of that, however I don't know how to do the Git tagging
> properly
>
> On Tue, 16 Jun 2020 at 13:37, Gary Gregory <ga...@gmail.com> wrote:
> >
> > Thanks Sebb!
> >
> > Do you feel like pushing out a release of commons-parent?
> >
> > Gary
> >
> > On Tue, Jun 16, 2020 at 8:10 AM <se...@apache.org> wrote:
> >
> > > This is an automated email from the ASF dual-hosted git repository.
> > >
> > > sebb pushed a commit to branch master
> > > in repository https://gitbox.apache.org/repos/asf/commons-parent.git
> > >
> > >
> > > The following commit(s) were added to refs/heads/master by this push:
> > >      new b56ab01  Update to latest plugins
> > > b56ab01 is described below
> > >
> > > commit b56ab016a8ca6ddbfe335e373c2a4a02655c6c4b
> > > Author: Sebb <se...@apache.org>
> > > AuthorDate: Tue Jun 16 13:10:47 2020 +0100
> > >
> > >     Update to latest plugins
> > > ---
> > >  pom.xml                 | 8 ++++----
> > >  src/changes/changes.xml | 4 ++++
> > >  2 files changed, 8 insertions(+), 4 deletions(-)
> > >
> > > diff --git a/pom.xml b/pom.xml
> > > index 056e85e..a34f690 100644
> > > --- a/pom.xml
> > > +++ b/pom.xml
> > > @@ -138,7 +138,7 @@
> > >
> <commons.release-plugin.version>1.7</commons.release-plugin.version>
> > >      <commons.scm-publish.version>1.1</commons.scm-publish.version>
> > >      <!-- requires Java 8+ -->
> > > -    <biz.aQute.bndlib.version>5.0.1</biz.aQute.bndlib.version>
> > > +    <biz.aQute.bndlib.version>5.1.0</biz.aQute.bndlib.version>
> > >
> > >      <!--
> > >        Note: Maven site plugin 3.5.1 is the latest version but is not a
> > > direct replacement:
> > > @@ -185,7 +185,7 @@
> > >      <commons.spotbugs.version>3.1.12.2</commons.spotbugs.version>
> > >
> > >
> <commons.surefire-report.version>2.22.2</commons.surefire-report.version>
> > >      <commons.surefire.version>2.22.2</commons.surefire.version>
> > > -    <commons.wagon-ssh.version>3.3.4</commons.wagon-ssh.version>
> > > +    <commons.wagon-ssh.version>3.4.0</commons.wagon-ssh.version>
> > >
> > >      <!-- Default values for the download-page generation by
> > > commons-build-plugin -->
> > >      <commons.release.name
> > > >${project.artifactId}-${commons.release.version}</
> commons.release.name>
> > > @@ -384,7 +384,7 @@
> > >    </mailingLists>
> > >
> > >    <prerequisites>
> > > -    <maven>3.0.5</maven>
> > > +    <maven>3.5.0</maven>
> > >    </prerequisites>
> > >
> > >    <!--
> > > @@ -731,7 +731,7 @@
> > >              <dependency>
> > >                <groupId>org.apache.bcel</groupId>
> > >                <artifactId>bcel</artifactId>
> > > -              <version>6.4.1</version>
> > > +              <version>6.5.0</version>
> > >              </dependency>
> > >            </dependencies>
> > >          </plugin>
> > > diff --git a/src/changes/changes.xml b/src/changes/changes.xml
> > > index 1c634a6..1ba806d 100644
> > > --- a/src/changes/changes.xml
> > > +++ b/src/changes/changes.xml
> > > @@ -75,6 +75,10 @@ The <action> type attribute can be
> > > add,update,fix,remove.
> > >              <action type="update"
> dev="sebb">commons.project-info.version
> > > 3.0.0 -> 3.1.0</action>
> > >              <action type="update" dev="ggregory">Add support for Java
> > > 13</action>
> > >              <action type="update" dev="erans">Support NOTICE and
> LICENSE
> > > alongside .txt versions</action>
> > > +            <action type="update" dev="sebb">commons.wagon-ssh.version
> > > 3.0.0 -> 3.1.0</action>
> > > +            <action type="update" dev="sebb">biz.aQute.bndlib.version
> > > 5.0.1 => 5.1.0</action>
> > > +            <action type="update" dev="sebb">bcel version 6.4.1 =>
> > > 6.5.0</action>
> > > +            <action type="update" dev="sebb">maven pre-requisite
> 3.0.5 =>
> > > 3.5.0</action>
> > >          </release>
> > >
> > >          <release version="50" date="2019-12-17" description="Update
> site
> > > generation.
> > >
> > >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [commons-parent] branch master updated: Update to latest plugins

Posted by sebb <se...@gmail.com>.
I was thinking of that, however I don't know how to do the Git tagging properly

On Tue, 16 Jun 2020 at 13:37, Gary Gregory <ga...@gmail.com> wrote:
>
> Thanks Sebb!
>
> Do you feel like pushing out a release of commons-parent?
>
> Gary
>
> On Tue, Jun 16, 2020 at 8:10 AM <se...@apache.org> wrote:
>
> > This is an automated email from the ASF dual-hosted git repository.
> >
> > sebb pushed a commit to branch master
> > in repository https://gitbox.apache.org/repos/asf/commons-parent.git
> >
> >
> > The following commit(s) were added to refs/heads/master by this push:
> >      new b56ab01  Update to latest plugins
> > b56ab01 is described below
> >
> > commit b56ab016a8ca6ddbfe335e373c2a4a02655c6c4b
> > Author: Sebb <se...@apache.org>
> > AuthorDate: Tue Jun 16 13:10:47 2020 +0100
> >
> >     Update to latest plugins
> > ---
> >  pom.xml                 | 8 ++++----
> >  src/changes/changes.xml | 4 ++++
> >  2 files changed, 8 insertions(+), 4 deletions(-)
> >
> > diff --git a/pom.xml b/pom.xml
> > index 056e85e..a34f690 100644
> > --- a/pom.xml
> > +++ b/pom.xml
> > @@ -138,7 +138,7 @@
> >      <commons.release-plugin.version>1.7</commons.release-plugin.version>
> >      <commons.scm-publish.version>1.1</commons.scm-publish.version>
> >      <!-- requires Java 8+ -->
> > -    <biz.aQute.bndlib.version>5.0.1</biz.aQute.bndlib.version>
> > +    <biz.aQute.bndlib.version>5.1.0</biz.aQute.bndlib.version>
> >
> >      <!--
> >        Note: Maven site plugin 3.5.1 is the latest version but is not a
> > direct replacement:
> > @@ -185,7 +185,7 @@
> >      <commons.spotbugs.version>3.1.12.2</commons.spotbugs.version>
> >
> >  <commons.surefire-report.version>2.22.2</commons.surefire-report.version>
> >      <commons.surefire.version>2.22.2</commons.surefire.version>
> > -    <commons.wagon-ssh.version>3.3.4</commons.wagon-ssh.version>
> > +    <commons.wagon-ssh.version>3.4.0</commons.wagon-ssh.version>
> >
> >      <!-- Default values for the download-page generation by
> > commons-build-plugin -->
> >      <commons.release.name
> > >${project.artifactId}-${commons.release.version}</commons.release.name>
> > @@ -384,7 +384,7 @@
> >    </mailingLists>
> >
> >    <prerequisites>
> > -    <maven>3.0.5</maven>
> > +    <maven>3.5.0</maven>
> >    </prerequisites>
> >
> >    <!--
> > @@ -731,7 +731,7 @@
> >              <dependency>
> >                <groupId>org.apache.bcel</groupId>
> >                <artifactId>bcel</artifactId>
> > -              <version>6.4.1</version>
> > +              <version>6.5.0</version>
> >              </dependency>
> >            </dependencies>
> >          </plugin>
> > diff --git a/src/changes/changes.xml b/src/changes/changes.xml
> > index 1c634a6..1ba806d 100644
> > --- a/src/changes/changes.xml
> > +++ b/src/changes/changes.xml
> > @@ -75,6 +75,10 @@ The <action> type attribute can be
> > add,update,fix,remove.
> >              <action type="update" dev="sebb">commons.project-info.version
> > 3.0.0 -> 3.1.0</action>
> >              <action type="update" dev="ggregory">Add support for Java
> > 13</action>
> >              <action type="update" dev="erans">Support NOTICE and LICENSE
> > alongside .txt versions</action>
> > +            <action type="update" dev="sebb">commons.wagon-ssh.version
> > 3.0.0 -> 3.1.0</action>
> > +            <action type="update" dev="sebb">biz.aQute.bndlib.version
> > 5.0.1 => 5.1.0</action>
> > +            <action type="update" dev="sebb">bcel version 6.4.1 =>
> > 6.5.0</action>
> > +            <action type="update" dev="sebb">maven pre-requisite 3.0.5 =>
> > 3.5.0</action>
> >          </release>
> >
> >          <release version="50" date="2019-12-17" description="Update site
> > generation.
> >
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org