fixed jdk 1.4 build and release build
diff --git a/example/pom.xml b/example/pom.xml
index 60bea7a..554041c 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -110,6 +110,7 @@
       <modules>
         <module>blank</module>
         <module>demo</module>
+        <module>data</module>
       </modules>
     </profile>
     <profile>
@@ -117,6 +118,7 @@
       <modules>
         <module>blank</module>
         <module>demo</module>
+        <module>data</module>
         <module>tobago-example-assembly</module>
       </modules>
     </profile>
diff --git a/pom.xml b/pom.xml
index 9e87bff..c9b88f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -572,7 +572,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>2.2</version>
+          <version>2.1</version>
           <configuration>
             <archive>
               <manifest>
@@ -672,7 +672,6 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>clirr-maven-plugin</artifactId>
-          <version>2.2.2</version>
           <configuration>
             <failOnError>false</failOnError>
             <minSeverity>info</minSeverity>
@@ -690,16 +689,6 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-clean-plugin</artifactId>
-          <version>2.2</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-install-plugin</artifactId>
-          <version>2.2</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-plugin</artifactId>
           <version>1.2</version>
         </plugin>
diff --git a/tobago-assembly/pom.xml b/tobago-assembly/pom.xml
index 22a008c..d1e6923 100644
--- a/tobago-assembly/pom.xml
+++ b/tobago-assembly/pom.xml
@@ -76,6 +76,11 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.tobago</groupId>
+      <artifactId>tobago-sandbox</artifactId>
+      <version>${project.version}</version>
+    </dependency>
   </dependencies>
 
   <profiles>