Author: rahul
Date: Tue Jan  8 10:42:31 2008
New Revision: 610093

URL: http://svn.apache.org/viewvc?rev=610093&view=rev
Log:
Live up to the branch name.

Modified:
    commons/proper/scxml/branches/J5/pom.xml
    commons/proper/scxml/branches/J5/project.properties

Modified: commons/proper/scxml/branches/J5/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/branches/J5/pom.xml?rev=610093&r1=610092&r2=610093&view=diff
==============================================================================
--- commons/proper/scxml/branches/J5/pom.xml (original)
+++ commons/proper/scxml/branches/J5/pom.xml Tue Jan  8 10:42:31 2008
@@ -163,8 +163,8 @@
   </dependencies>
 
   <properties>
-    <maven.compile.source>1.4</maven.compile.source>
-    <maven.compile.target>1.4</maven.compile.target>
+    <maven.compile.source>1.5</maven.compile.source>
+    <maven.compile.target>1.5</maven.compile.target>
   </properties> 
 
   <build>

Modified: commons/proper/scxml/branches/J5/project.properties
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/branches/J5/project.properties?rev=610093&r1=610092&r2=610093&view=diff
==============================================================================
--- commons/proper/scxml/branches/J5/project.properties (original)
+++ commons/proper/scxml/branches/J5/project.properties Tue Jan  8 10:42:31 2008
@@ -23,8 +23,8 @@
 maven.xdoc.xml.copy=usecases/rdc-group/*.xml,usecases/shale-dialogs/*.xml
 
 # Compile targets
-maven.compile.source=1.4
-maven.compile.target=1.4
+maven.compile.source=1.5
+maven.compile.target=1.5
 
 # Jar Manifest Additional Attributes
 
maven.jar.manifest.attributes.list=Implementation-Vendor-Id,X-Compile-Source-JDK,X-Compile-Target-JDK


Reply via email to