include test23 and update myfaces master pom to v16
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 5176c1d..8ac151c 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -63,6 +63,12 @@
                   <version>${project.version}</version>
                   <classifier>javadoc</classifier>
                 </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.myfaces.test</groupId>
+                  <artifactId>myfaces-test23</artifactId>
+                  <version>${project.version}</version>
+                  <classifier>javadoc</classifier>
+                </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/javadoc</outputDirectory>
             </configuration>
@@ -95,6 +101,12 @@
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.apache.myfaces.test</groupId>
+                  <artifactId>myfaces-test23</artifactId>
+                  <version>${project.version}</version>
+                  <classifier>sources</classifier>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.myfaces.test</groupId>
                   <artifactId>myfaces-test-project</artifactId>
                   <version>${project.version}</version>
                   <type>zip</type>
@@ -207,6 +219,12 @@
       <artifactId>myfaces-test22</artifactId>
       <version>${project.version}</version>
     </dependency>
+	
+    <dependency>
+      <groupId>org.apache.myfaces.test</groupId>
+      <artifactId>myfaces-test23</artifactId>
+      <version>${project.version}</version>
+    </dependency>
 
   </dependencies>
 
diff --git a/pom.xml b/pom.xml
index e7b670a..2008ac0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.myfaces</groupId>
         <artifactId>myfaces</artifactId>
-        <version>15</version>
+        <version>16</version>
         <relativePath /> 
     </parent>
     <groupId>org.apache.myfaces.test</groupId>