Author: linus
Date: 2011-08-10 12:59:11-0700
New Revision: 19654

Modified:
   trunk/pom.xml
   trunk/tools/maven/parentpom.xml

Log:
Updated the java version used to compile and run.

Modified: trunk/pom.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/pom.xml?view=diff&pathrev=19654&r1=19653&r2=19654
==============================================================================
--- trunk/pom.xml       (original)
+++ trunk/pom.xml       2011-08-10 12:59:11-0700
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.argouml</groupId>
     <artifactId>parentpom</artifactId>
-    <version>0.3</version>
+    <version>0.4</version>
     <relativePath>tools/maven/parentpom.xml</relativePath>
   </parent>
 

Modified: trunk/tools/maven/parentpom.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/tools/maven/parentpom.xml?view=diff&pathrev=19654&r1=19653&r2=19654
==============================================================================
--- trunk/tools/maven/parentpom.xml     (original)
+++ trunk/tools/maven/parentpom.xml     2011-08-10 12:59:11-0700
@@ -17,7 +17,7 @@
        when this changes and no snapshot versions are
        possible.
    -->
-  <version>0.3</version>
+  <version>0.4</version>
   <packaging>pom</packaging>
   <name>parentpom</name>
   <description>
@@ -61,8 +61,8 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>2.3.1</version>
         <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
+          <source>1.6</source>
+          <target>1.6</target>
           <showDeprecation>true</showDeprecation>
           <showWarnings>true</showWarnings>
         </configuration>
@@ -146,7 +146,7 @@
           <linkXref>true</linkXref>
           <sourceEncoding>utf-8</sourceEncoding>
           <minimumTokens>100</minimumTokens>
-          <targetJdk>1.5</targetJdk>
+          <targetJdk>1.6</targetJdk>
           <excludeRoots>
             <excludeRoot>src_generated</excludeRoot>
           </excludeRoots>
@@ -163,7 +163,7 @@
   </issueManagement>
 
   <ciManagement>
-    <system>Hudson</system>
+    <system>Jenkins</system>
     <url>http://closettop.homelinux.org:8080/</url>
   </ciManagement>

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2814120

To unsubscribe from this discussion, e-mail: 
[[email protected]].

Reply via email to