You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by al...@apache.org on 2018/07/13 17:56:28 UTC

svn commit: r1835851 - in /aries/trunk: blueprint/parent/ parent/default-parent/ parent/pom.xml

Author: alien11689
Date: Fri Jul 13 17:56:28 2018
New Revision: 1835851

URL: http://svn.apache.org/viewvc?rev=1835851&view=rev
Log:
ARIES-1818 | Upgrade java version to 8 and aries parent to 20

Removed:
    aries/trunk/blueprint/parent/
    aries/trunk/parent/default-parent/
Modified:
    aries/trunk/parent/pom.xml

Modified: aries/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/parent/pom.xml?rev=1835851&r1=1835850&r2=1835851&view=diff
==============================================================================
--- aries/trunk/parent/pom.xml (original)
+++ aries/trunk/parent/pom.xml Fri Jul 13 17:56:28 2018
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>14</version>
+        <version>20</version>
         <relativePath />
     </parent>
 
@@ -236,7 +236,7 @@
         <animal-sniffer-enforcer-rule.version>1.6</animal-sniffer-enforcer-rule.version>
 
         <!--Other-->
-        <java.source.version>1.7</java.source.version>
+        <java.source.version>1.8</java.source.version>
     </properties>
 
     <build>
@@ -674,6 +674,8 @@
                                 <exclude>manual/src/styles/print.css</exclude>
                                 <!-- RAT doesn't recognize BSD license in transaction-manager logger -->
                                 <exclude>**/objectweb/howl/log/Logger.java</exclude>
+                                <!--RAT doesn't seem to recognize W3C license -->
+                                <exclude>**/xml.xsd</exclude>
                                 <exclude>.gitignore</exclude>
                                 <exclude>README.md</exclude>
                                 <exclude>*.cfg</exclude>