You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Rob Tompkins <ch...@gmail.com> on 2019/09/09 19:39:31 UTC

Re: [commons-parent] branch master updated: jacoco-maven-plugin 0.8.3 -> 0.8.4.

Thanks….I was planning on starting a parent release after my talks today, FWIW.

> On Sep 9, 2019, at 12:38 PM, ggregory@apache.org wrote:
> 
> This is an automated email from the ASF dual-hosted git repository.
> 
> ggregory 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 e34dbf5  jacoco-maven-plugin 0.8.3 -> 0.8.4.
> e34dbf5 is described below
> 
> commit e34dbf54c80e8f8fd860849e9718a1655013a7fd
> Author: Gary Gregory <ga...@gmail.com>
> AuthorDate: Mon Sep 9 15:38:16 2019 -0400
> 
>    jacoco-maven-plugin 0.8.3 -> 0.8.4.
> ---
> pom.xml                 | 2 +-
> src/changes/changes.xml | 4 +++-
> 2 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/pom.xml b/pom.xml
> index 280227b..f0a2cc5 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -125,7 +125,7 @@
>     <commons.failsafe.version>2.22.2</commons.failsafe.version>
>     <commons.felix.version>4.2.0</commons.felix.version>
>     <commons.findbugs.version>3.0.5</commons.findbugs.version>
> -    <commons.jacoco.version>0.8.3</commons.jacoco.version>
> +    <commons.jacoco.version>0.8.4</commons.jacoco.version>
>     <commons.japicmp.version>0.14.1</commons.japicmp.version>
>     <commons.jar-plugin.version>3.1.2</commons.jar-plugin.version>
>     <commons.javadoc.version>3.1.1</commons.javadoc.version>
> diff --git a/src/changes/changes.xml b/src/changes/changes.xml
> index 674364a..6df7bec 100644
> --- a/src/changes/changes.xml
> +++ b/src/changes/changes.xml
> @@ -84,7 +84,9 @@ The <action> type attribute can be add,update,fix,remove.
>             <action type="update" dev="ggregory">commons.wagon-ssh.version 3.3.2 -> 3.3.3</action>
>             <action type="update" dev="ggregory">commons.javadoc.version 3.1.0 -> 3.1.1</action>
>             <action type="update" dev="ggregory">Add missing source config for Javadoc plugin.</action>
> -            <action type="update" dev="ggregory">Adding Java 8 default methods should not break binary compatibility.</action>           
> +            <action type="update" dev="ggregory">Adding Java 8 default methods should not break binary compatibility.</action>
> +            <action type="update" dev="ggregory">Set Javadoc source option to Maven compiler source setting.</action>
> +            <action type="update" dev="ggregory">jacoco-maven-plugin 0.8.3 -> 0.8.4.</action>
>         </release>
> 
>         <release version="48" date="2019-03-20" description="Release version 47">
> 


---------------------------------------------------------------------
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: jacoco-maven-plugin 0.8.3 -> 0.8.4.

Posted by Gary Gregory <ga...@gmail.com>.
Great! Thanks Rob.

Gary

On Mon, Sep 9, 2019, 15:39 Rob Tompkins <ch...@gmail.com> wrote:

> Thanks….I was planning on starting a parent release after my talks today,
> FWIW.
>
> > On Sep 9, 2019, at 12:38 PM, ggregory@apache.org wrote:
> >
> > This is an automated email from the ASF dual-hosted git repository.
> >
> > ggregory 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 e34dbf5  jacoco-maven-plugin 0.8.3 -> 0.8.4.
> > e34dbf5 is described below
> >
> > commit e34dbf54c80e8f8fd860849e9718a1655013a7fd
> > Author: Gary Gregory <ga...@gmail.com>
> > AuthorDate: Mon Sep 9 15:38:16 2019 -0400
> >
> >    jacoco-maven-plugin 0.8.3 -> 0.8.4.
> > ---
> > pom.xml                 | 2 +-
> > src/changes/changes.xml | 4 +++-
> > 2 files changed, 4 insertions(+), 2 deletions(-)
> >
> > diff --git a/pom.xml b/pom.xml
> > index 280227b..f0a2cc5 100644
> > --- a/pom.xml
> > +++ b/pom.xml
> > @@ -125,7 +125,7 @@
> >     <commons.failsafe.version>2.22.2</commons.failsafe.version>
> >     <commons.felix.version>4.2.0</commons.felix.version>
> >     <commons.findbugs.version>3.0.5</commons.findbugs.version>
> > -    <commons.jacoco.version>0.8.3</commons.jacoco.version>
> > +    <commons.jacoco.version>0.8.4</commons.jacoco.version>
> >     <commons.japicmp.version>0.14.1</commons.japicmp.version>
> >     <commons.jar-plugin.version>3.1.2</commons.jar-plugin.version>
> >     <commons.javadoc.version>3.1.1</commons.javadoc.version>
> > diff --git a/src/changes/changes.xml b/src/changes/changes.xml
> > index 674364a..6df7bec 100644
> > --- a/src/changes/changes.xml
> > +++ b/src/changes/changes.xml
> > @@ -84,7 +84,9 @@ The <action> type attribute can be
> add,update,fix,remove.
> >             <action type="update"
> dev="ggregory">commons.wagon-ssh.version 3.3.2 -> 3.3.3</action>
> >             <action type="update" dev="ggregory">commons.javadoc.version
> 3.1.0 -> 3.1.1</action>
> >             <action type="update" dev="ggregory">Add missing source
> config for Javadoc plugin.</action>
> > -            <action type="update" dev="ggregory">Adding Java 8 default
> methods should not break binary compatibility.</action>
> > +            <action type="update" dev="ggregory">Adding Java 8 default
> methods should not break binary compatibility.</action>
> > +            <action type="update" dev="ggregory">Set Javadoc source
> option to Maven compiler source setting.</action>
> > +            <action type="update" dev="ggregory">jacoco-maven-plugin
> 0.8.3 -> 0.8.4.</action>
> >         </release>
> >
> >         <release version="48" date="2019-03-20" description="Release
> version 47">
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>