You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/04/05 13:15:01 UTC

svn commit: r1585044 - /archiva/parent/pom.xml

Author: olamy
Date: Sat Apr  5 11:15:01 2014
New Revision: 1585044

URL: http://svn.apache.org/r1585044
Log:
source/target -> 1.7

Modified:
    archiva/parent/pom.xml

Modified: archiva/parent/pom.xml
URL: http://svn.apache.org/viewvc/archiva/parent/pom.xml?rev=1585044&r1=1585043&r2=1585044&view=diff
==============================================================================
--- archiva/parent/pom.xml (original)
+++ archiva/parent/pom.xml Sat Apr  5 11:15:01 2014
@@ -85,7 +85,7 @@
 
     <jacksonVersion>2.3.0</jacksonVersion>
     <enunciate.docsDir />
-    <enunciate.version>1.26.2</enunciate.version>
+    <enunciate.version>1.28</enunciate.version>
     <enunciate.debug>false</enunciate.debug>
 
   </properties>
@@ -633,8 +633,8 @@
           <artifactId>maven-compiler-plugin</artifactId>
           <version>3.1</version>
           <configuration>
-            <source>1.6</source>
-            <target>1.6</target>
+            <source>1.7</source>
+            <target>1.7</target>
           </configuration>
         </plugin>
         <plugin>