You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/05/19 09:17:56 UTC

svn commit: r1744540 - /commons/proper/commons-parent/trunk/pom.xml

Author: ggregory
Date: Thu May 19 09:17:56 2016
New Revision: 1744540

URL: http://svn.apache.org/viewvc?rev=1744540&view=rev
Log:
Update Apache parent: 17 -> 18.

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1744540&r1=1744539&r2=1744540&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Thu May 19 09:17:56 2016
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>17</version>
+    <version>18</version>
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
@@ -37,6 +37,10 @@
   </issueManagement>
 
 <!--
+Version 41:
+
+- Update Apache parent: 17 -> 18
+
 Version 40:
 
 - Update Apache parent: 16 -> 17
@@ -251,21 +255,6 @@ Version 39:
         <!-- org.apache.maven.plugins, alpha order by artifact id -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.8</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.6</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-clean-plugin</artifactId>
-          <version>3.0.0</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
           <version>${commons.compiler.version}</version>
           <configuration>
@@ -283,30 +272,10 @@ Version 39:
             <executable>${commons.compiler.javac}</executable>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-deploy-plugin</artifactId>
-          <version>2.8.2</version>
-        </plugin>
         <!-- Apache parent includes docck -->
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-gpg-plugin</artifactId>
-          <version>1.6</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-install-plugin</artifactId>
-          <version>2.5.2</version>
-        </plugin>
         <!-- Apache parent: invoker -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-jar-plugin</artifactId>
-          <version>2.6</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>${commons.javadoc.version}</version>
           <configuration>
@@ -328,16 +297,9 @@ Version 39:
           </configuration>
         </plugin>
         <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-release-plugin</artifactId>
-          <version>2.5.3</version>
-        </plugin>
-        <plugin>
           <!-- TODO see above - find better way to add N&L files to jars and test jars -->
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-remote-resources-plugin</artifactId>
-          <!-- override old version from Apache pom 13 -->
-          <version>1.5</version>
           <configuration>
             <!--
                 Apache parent POM automatically adds "LICENSE" and "NOTICE" files
@@ -347,11 +309,6 @@ Version 39:
             <skip>true</skip>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-resources-plugin</artifactId>
-          <version>2.7</version>
-        </plugin>
         <!-- Apache parent: scm -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -488,7 +445,6 @@ Version 39:
         <inherited>true</inherited>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>1.4.1</version>
         <executions>
           <execution>
             <id>enforce-maven-3</id>



Re: svn commit: r1744540 - /commons/proper/commons-parent/trunk/pom.xml

Posted by Matt Sicker <bo...@gmail.com>.
The updated parent pom has updated maven plugin versions that don't need to
be overwritten anymore.

On 19 May 2016 at 05:52, sebb <se...@gmail.com> wrote:

> On 19 May 2016 at 10:17,  <gg...@apache.org> wrote:
> > Author: ggregory
> > Date: Thu May 19 09:17:56 2016
> > New Revision: 1744540
> >
> > URL: http://svn.apache.org/viewvc?rev=1744540&view=rev
> > Log:
> > Update Apache parent: 17 -> 18.
>
> -1
>
> OK to update the parent version, but what are all the deletions about?
>
> > Modified:
> >     commons/proper/commons-parent/trunk/pom.xml
> >
> > Modified: commons/proper/commons-parent/trunk/pom.xml
> > URL:
> http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1744540&r1=1744539&r2=1744540&view=diff
> >
> ==============================================================================
> > --- commons/proper/commons-parent/trunk/pom.xml (original)
> > +++ commons/proper/commons-parent/trunk/pom.xml Thu May 19 09:17:56 2016
> > @@ -22,7 +22,7 @@
> >    <parent>
> >      <groupId>org.apache</groupId>
> >      <artifactId>apache</artifactId>
> > -    <version>17</version>
> > +    <version>18</version>
> >    </parent>
> >    <groupId>org.apache.commons</groupId>
> >    <artifactId>commons-parent</artifactId>
> > @@ -37,6 +37,10 @@
> >    </issueManagement>
> >
> >  <!--
> > +Version 41:
> > +
> > +- Update Apache parent: 17 -> 18
> > +
> >  Version 40:
> >
> >  - Update Apache parent: 16 -> 17
> > @@ -251,21 +255,6 @@ Version 39:
> >          <!-- org.apache.maven.plugins, alpha order by artifact id -->
> >          <plugin>
> >            <groupId>org.apache.maven.plugins</groupId>
> > -          <artifactId>maven-antrun-plugin</artifactId>
> > -          <version>1.8</version>
> > -        </plugin>
> > -        <plugin>
> > -          <groupId>org.apache.maven.plugins</groupId>
> > -          <artifactId>maven-assembly-plugin</artifactId>
> > -          <version>2.6</version>
> > -        </plugin>
> > -        <plugin>
> > -          <groupId>org.apache.maven.plugins</groupId>
> > -          <artifactId>maven-clean-plugin</artifactId>
> > -          <version>3.0.0</version>
> > -        </plugin>
> > -        <plugin>
> > -          <groupId>org.apache.maven.plugins</groupId>
> >            <artifactId>maven-compiler-plugin</artifactId>
> >            <version>${commons.compiler.version}</version>
> >            <configuration>
> > @@ -283,30 +272,10 @@ Version 39:
> >              <executable>${commons.compiler.javac}</executable>
> >            </configuration>
> >          </plugin>
> > -        <plugin>
> > -          <groupId>org.apache.maven.plugins</groupId>
> > -          <artifactId>maven-deploy-plugin</artifactId>
> > -          <version>2.8.2</version>
> > -        </plugin>
> >          <!-- Apache parent includes docck -->
> > -        <plugin>
> > -          <groupId>org.apache.maven.plugins</groupId>
> > -          <artifactId>maven-gpg-plugin</artifactId>
> > -          <version>1.6</version>
> > -        </plugin>
> > -        <plugin>
> > -          <groupId>org.apache.maven.plugins</groupId>
> > -          <artifactId>maven-install-plugin</artifactId>
> > -          <version>2.5.2</version>
> > -        </plugin>
> >          <!-- Apache parent: invoker -->
> >          <plugin>
> >            <groupId>org.apache.maven.plugins</groupId>
> > -          <artifactId>maven-jar-plugin</artifactId>
> > -          <version>2.6</version>
> > -        </plugin>
> > -        <plugin>
> > -          <groupId>org.apache.maven.plugins</groupId>
> >            <artifactId>maven-javadoc-plugin</artifactId>
> >            <version>${commons.javadoc.version}</version>
> >            <configuration>
> > @@ -328,16 +297,9 @@ Version 39:
> >            </configuration>
> >          </plugin>
> >          <plugin>
> > -          <groupId>org.apache.maven.plugins</groupId>
> > -          <artifactId>maven-release-plugin</artifactId>
> > -          <version>2.5.3</version>
> > -        </plugin>
> > -        <plugin>
> >            <!-- TODO see above - find better way to add N&L files to
> jars and test jars -->
> >            <groupId>org.apache.maven.plugins</groupId>
> >            <artifactId>maven-remote-resources-plugin</artifactId>
> > -          <!-- override old version from Apache pom 13 -->
> > -          <version>1.5</version>
> >            <configuration>
> >              <!--
> >                  Apache parent POM automatically adds "LICENSE" and
> "NOTICE" files
> > @@ -347,11 +309,6 @@ Version 39:
> >              <skip>true</skip>
> >            </configuration>
> >          </plugin>
> > -        <plugin>
> > -          <groupId>org.apache.maven.plugins</groupId>
> > -          <artifactId>maven-resources-plugin</artifactId>
> > -          <version>2.7</version>
> > -        </plugin>
> >          <!-- Apache parent: scm -->
> >          <plugin>
> >            <groupId>org.apache.maven.plugins</groupId>
> > @@ -488,7 +445,6 @@ Version 39:
> >          <inherited>true</inherited>
> >          <groupId>org.apache.maven.plugins</groupId>
> >          <artifactId>maven-enforcer-plugin</artifactId>
> > -        <version>1.4.1</version>
> >          <executions>
> >            <execution>
> >              <id>enforce-maven-3</id>
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
Matt Sicker <bo...@gmail.com>

Re: svn commit: r1744540 - /commons/proper/commons-parent/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 19 May 2016 at 10:17,  <gg...@apache.org> wrote:
> Author: ggregory
> Date: Thu May 19 09:17:56 2016
> New Revision: 1744540
>
> URL: http://svn.apache.org/viewvc?rev=1744540&view=rev
> Log:
> Update Apache parent: 17 -> 18.

-1

OK to update the parent version, but what are all the deletions about?

> Modified:
>     commons/proper/commons-parent/trunk/pom.xml
>
> Modified: commons/proper/commons-parent/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1744540&r1=1744539&r2=1744540&view=diff
> ==============================================================================
> --- commons/proper/commons-parent/trunk/pom.xml (original)
> +++ commons/proper/commons-parent/trunk/pom.xml Thu May 19 09:17:56 2016
> @@ -22,7 +22,7 @@
>    <parent>
>      <groupId>org.apache</groupId>
>      <artifactId>apache</artifactId>
> -    <version>17</version>
> +    <version>18</version>
>    </parent>
>    <groupId>org.apache.commons</groupId>
>    <artifactId>commons-parent</artifactId>
> @@ -37,6 +37,10 @@
>    </issueManagement>
>
>  <!--
> +Version 41:
> +
> +- Update Apache parent: 17 -> 18
> +
>  Version 40:
>
>  - Update Apache parent: 16 -> 17
> @@ -251,21 +255,6 @@ Version 39:
>          <!-- org.apache.maven.plugins, alpha order by artifact id -->
>          <plugin>
>            <groupId>org.apache.maven.plugins</groupId>
> -          <artifactId>maven-antrun-plugin</artifactId>
> -          <version>1.8</version>
> -        </plugin>
> -        <plugin>
> -          <groupId>org.apache.maven.plugins</groupId>
> -          <artifactId>maven-assembly-plugin</artifactId>
> -          <version>2.6</version>
> -        </plugin>
> -        <plugin>
> -          <groupId>org.apache.maven.plugins</groupId>
> -          <artifactId>maven-clean-plugin</artifactId>
> -          <version>3.0.0</version>
> -        </plugin>
> -        <plugin>
> -          <groupId>org.apache.maven.plugins</groupId>
>            <artifactId>maven-compiler-plugin</artifactId>
>            <version>${commons.compiler.version}</version>
>            <configuration>
> @@ -283,30 +272,10 @@ Version 39:
>              <executable>${commons.compiler.javac}</executable>
>            </configuration>
>          </plugin>
> -        <plugin>
> -          <groupId>org.apache.maven.plugins</groupId>
> -          <artifactId>maven-deploy-plugin</artifactId>
> -          <version>2.8.2</version>
> -        </plugin>
>          <!-- Apache parent includes docck -->
> -        <plugin>
> -          <groupId>org.apache.maven.plugins</groupId>
> -          <artifactId>maven-gpg-plugin</artifactId>
> -          <version>1.6</version>
> -        </plugin>
> -        <plugin>
> -          <groupId>org.apache.maven.plugins</groupId>
> -          <artifactId>maven-install-plugin</artifactId>
> -          <version>2.5.2</version>
> -        </plugin>
>          <!-- Apache parent: invoker -->
>          <plugin>
>            <groupId>org.apache.maven.plugins</groupId>
> -          <artifactId>maven-jar-plugin</artifactId>
> -          <version>2.6</version>
> -        </plugin>
> -        <plugin>
> -          <groupId>org.apache.maven.plugins</groupId>
>            <artifactId>maven-javadoc-plugin</artifactId>
>            <version>${commons.javadoc.version}</version>
>            <configuration>
> @@ -328,16 +297,9 @@ Version 39:
>            </configuration>
>          </plugin>
>          <plugin>
> -          <groupId>org.apache.maven.plugins</groupId>
> -          <artifactId>maven-release-plugin</artifactId>
> -          <version>2.5.3</version>
> -        </plugin>
> -        <plugin>
>            <!-- TODO see above - find better way to add N&L files to jars and test jars -->
>            <groupId>org.apache.maven.plugins</groupId>
>            <artifactId>maven-remote-resources-plugin</artifactId>
> -          <!-- override old version from Apache pom 13 -->
> -          <version>1.5</version>
>            <configuration>
>              <!--
>                  Apache parent POM automatically adds "LICENSE" and "NOTICE" files
> @@ -347,11 +309,6 @@ Version 39:
>              <skip>true</skip>
>            </configuration>
>          </plugin>
> -        <plugin>
> -          <groupId>org.apache.maven.plugins</groupId>
> -          <artifactId>maven-resources-plugin</artifactId>
> -          <version>2.7</version>
> -        </plugin>
>          <!-- Apache parent: scm -->
>          <plugin>
>            <groupId>org.apache.maven.plugins</groupId>
> @@ -488,7 +445,6 @@ Version 39:
>          <inherited>true</inherited>
>          <groupId>org.apache.maven.plugins</groupId>
>          <artifactId>maven-enforcer-plugin</artifactId>
> -        <version>1.4.1</version>
>          <executions>
>            <execution>
>              <id>enforce-maven-3</id>
>
>

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