[teiid-commits] teiid SVN: r647 - in branches/JDBC3.0 Compat: client-jdbc and 1 other directory.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Wed Mar 25 11:24:22 EDT 2009


Author: rareddy
Date: 2009-03-25 11:24:22 -0400 (Wed, 25 Mar 2009)
New Revision: 647

Added:
   branches/JDBC3.0 Compat/client-jdbc/
Modified:
   branches/JDBC3.0 Compat/client-jdbc/pom.xml
Log:
This branch will be used develop the client jar that is compatible with JDBC 3.0 and JDK1.5

Copied: branches/JDBC3.0 Compat/client-jdbc (from rev 625, trunk/client-jdbc)


Property changes on: branches/JDBC3.0 Compat/client-jdbc
___________________________________________________________________
Name: svn:ignore
   + .settings

.classpath

.project

target

Name: svn:mergeinfo
   + 

Modified: branches/JDBC3.0 Compat/client-jdbc/pom.xml
===================================================================
--- trunk/client-jdbc/pom.xml	2009-03-23 21:08:59 UTC (rev 625)
+++ branches/JDBC3.0 Compat/client-jdbc/pom.xml	2009-03-25 15:24:22 UTC (rev 647)
@@ -33,4 +33,20 @@
     </dependency>
     
   </dependencies>
+  
+  <build>
+        <plugins>
+      <!-- Specify the compiler options and settings -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                    <showDeprecation>false</showDeprecation>
+                    <showWarnings>false</showWarnings>
+                </configuration>
+            </plugin>
+         </plugins>
+    </build>
 </project>
\ No newline at end of file




More information about the teiid-commits mailing list