You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2015/03/10 17:05:51 UTC

svn commit: r1665592 - /commons/proper/jexl/trunk/pom.xml

Author: henrib
Date: Tue Mar 10 16:05:50 2015
New Revision: 1665592

URL: http://svn.apache.org/r1665592
Log:
JEXL:
Tidy the POM

Modified:
    commons/proper/jexl/trunk/pom.xml

Modified: commons/proper/jexl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1665592&r1=1665591&r2=1665592&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Tue Mar 10 16:05:50 2015
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>30</version>
+        <version>37</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.commons</groupId>
@@ -113,8 +113,8 @@
     </dependencies>
 
     <properties>
-        <maven.compile.source>1.6</maven.compile.source>
-        <maven.compile.target>1.6</maven.compile.target>
+        <maven.compiler.source>1.6</maven.compiler.source>
+        <maven.compiler.target>1.6</maven.compiler.target>
         <commons.componentid>jexl</commons.componentid>
         <commons.release.version>3.0</commons.release.version>
         <!-- The RC version used in the staging repository URL. -->
@@ -125,12 +125,6 @@
         <commons.release.2.binary.suffix />
         <commons.jira.id>JEXL</commons.jira.id>
         <commons.jira.pid>12310479</commons.jira.pid>
-        <!-- The plugins versions used by Jexl (in case they get defined in parent) -->
-        <commons.jexl.changes.version>2.7.1</commons.jexl.changes.version>
-        <commons.jexl.cobertura.version>2.5.1</commons.jexl.cobertura.version>
-        <commons.jexl.checkstyle.version>2.9.1</commons.jexl.checkstyle.version>
-        <commons.jexl.pmd.version>2.7.1</commons.jexl.pmd.version>
-        <commons.jexl.findbugs.version>2.4.0</commons.jexl.findbugs.version>
     </properties>
 
     <build>
@@ -191,7 +185,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>cobertura-maven-plugin</artifactId>
-                <version>${commons.jexl.cobertura.version}</version>
+                <version>2.6</version>
                 <configuration>
                     <instrumentation>
                         <ignores>
@@ -208,7 +202,6 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-scm-publish-plugin</artifactId>
-            <version>1.0-beta-2</version>
             <configuration>
               <ignorePathsToDelete>
                 <ignorePathToDelete>javadocs</ignorePathToDelete>
@@ -220,10 +213,19 @@
 
     <reporting>
         <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.9.1</version>
+        <configuration>
+            <excludePackageNames>*.internal;*.parser</excludePackageNames>
+          <show>public</show>
+        </configuration>
+      </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-changes-plugin</artifactId>
-                <version>${commons.jexl.changes.version}</version>
+                <version>2.8</version>
                 <configuration>
                     <xmlPath>${basedir}/src/site/xdoc/changes.xml</xmlPath>
                     <issueLinkTemplatePerSystem>
@@ -234,7 +236,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>${commons.jexl.checkstyle.version}</version>
+                <version>2.9.1</version>
                 <configuration>
                     <configLocation>${basedir}/src/main/config/checkstyle.xml</configLocation>
                     <excludes>org/apache/commons/jexl3/parser/*.java</excludes>
@@ -252,12 +254,11 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>cobertura-maven-plugin</artifactId>
-                <version>${commons.jexl.cobertura.version}</version>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
-                <version>${commons.jexl.findbugs.version}</version>
+                <version>2.5.2</version>
                 <configuration>
                     <excludeFilterFile>${basedir}/src/main/config/findbugs-exclude-filter.xml</excludeFilterFile>
                     <xmlOutput>true</xmlOutput>
@@ -268,7 +269,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>${commons.jexl.pmd.version}</version>
+                <version>2.7.1</version>
                 <configuration>
                     <targetJdk>1.6</targetJdk>
                     <excludes>