Update the compiler to generate bytecode compatible with JDK 1.3.

git-svn-id: https://svn.apache.org/repos/asf/tapestry/tapestry3/trunk@681515 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index bbda28b..bb2cb56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,5 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
@@ -201,8 +201,8 @@
                     <version>2.0.2</version>
                     <inherited>true</inherited>
                     <configuration>
-                        <source>1.4</source>
-                        <target>1.4</target>
+                        <source>1.3</source>
+                        <target>1.3</target>
                     </configuration>
                     <executions>
                         <execution>
@@ -212,8 +212,8 @@
                                 <goal>testCompile</goal>
                             </goals>
                             <configuration>
-                                <source>1.5</source>
-                                <target>1.5</target>
+                                <source>1.3</source>
+                                <target>1.3</target>
                             </configuration>
                         </execution>
                     </executions>
diff --git a/tapestry-contrib/pom.xml b/tapestry-contrib/pom.xml
index dd5b3c3..b7fde75 100644
--- a/tapestry-contrib/pom.xml
+++ b/tapestry-contrib/pom.xml
@@ -13,7 +13,7 @@
         <version>3.0.5-SNAPSHOT</version>
     </parent>
     <name>Contrib</name>
-    <inceptionYear>2006</inceptionYear>
+    <inceptionYear>2003</inceptionYear>
 
     <dependencies>
         <dependency>
diff --git a/tapestry-examples/tapestry-workbench/pom.xml b/tapestry-examples/tapestry-workbench/pom.xml
index ccee15f..4e22684 100644
--- a/tapestry-examples/tapestry-workbench/pom.xml
+++ b/tapestry-examples/tapestry-workbench/pom.xml
@@ -14,7 +14,7 @@
     </parent>
 
     <name>Tapestry Workbench</name>
-    <inceptionYear>2006</inceptionYear>
+    <inceptionYear>2003</inceptionYear>
 
     <dependencies>
         <dependency>
diff --git a/tapestry-framework/pom.xml b/tapestry-framework/pom.xml
index 6c37468..36bb0ac 100644
--- a/tapestry-framework/pom.xml
+++ b/tapestry-framework/pom.xml
@@ -13,7 +13,7 @@
         <version>3.0.5-SNAPSHOT</version>
     </parent>
     <name>Tapestry Core Library - ${version}</name>
-    <inceptionYear>2006</inceptionYear>
+    <inceptionYear>2003</inceptionYear>
 
     <dependencies>
         <dependency>