MyFaces Html5 : pom refactoring after changing of project location

git-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1080377 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/html5-comp-lib-core/pom.xml b/html5-comp-lib-core/pom.xml
index 9c329c4..1d49f65 100644
--- a/html5-comp-lib-core/pom.xml
+++ b/html5-comp-lib-core/pom.xml
@@ -21,15 +21,15 @@
     <modelVersion>4.0.0</modelVersion>

 

     <parent>

-        <artifactId>html5-comp-lib-project</artifactId>

-        <groupId>org.apache.myfaces.html5-comp-lib</groupId>

-        <version>0.0.3-SNAPSHOT</version>

+        <groupId>org.apache.myfaces.html5</groupId>

+        <artifactId>myfaces-html5-project</artifactId>

+        <version>0.0.4-SNAPSHOT</version>

     </parent>

 

-    <groupId>org.apache.myfaces.html5-comp-lib</groupId>

-    <artifactId>html5-comp-lib-core</artifactId>

-    <name>Html5 Renderkit for Apache MyFaces</name>

-    <version>0.0.3-SNAPSHOT</version>

+    <groupId>org.apache.myfaces.html5</groupId>

+    <artifactId>myfaces-html5-core</artifactId>

+    <name>MyFaces Html5 Core</name>

+    <description>Html5 Core for Apache MyFaces</description>

 

     <dependencies>

         <dependency>

@@ -39,9 +39,9 @@
             <scope>compile</scope>

         </dependency>

         <dependency>

-            <groupId>org.apache.myfaces.html5-comp-lib</groupId>

+            <groupId>org.apache.myfaces.shared</groupId>

             <artifactId>myfaces-shared-html5</artifactId>

-            <version>0.0.3-SNAPSHOT</version>

+            <version>${shared-core-version}</version>

         </dependency>

         <dependency>

             <groupId>javax.servlet.jsp</groupId>

@@ -174,7 +174,7 @@
                                 <description>HTML5 Html component library for MyFaces.</description>

                             </params>

                             <modelIds>

-                                <modelId>html5-comp-lib-core</modelId>

+                                <modelId>myfaces-html5-core</modelId>

                             </modelIds>

                         </configuration>

                         <goals>

@@ -195,7 +195,7 @@
                                 <uri>http://myfaces.apache.org/html5/html</uri>

                             </params>

                             <modelIds>

-                                <modelId>html5-comp-lib-core</modelId>

+                                <modelId>myfaces-html5-core</modelId>

                             </modelIds>

                         </configuration>

                         <goals>

@@ -219,7 +219,7 @@
                                 <description>HTML5 core component library for MyFaces.</description>

                             </params>

                             <modelIds>

-                                <modelId>html5-comp-lib-core</modelId>

+                                <modelId>myfaces-html5-core</modelId>

                             </modelIds>

                         </configuration>

                         <goals>

@@ -240,7 +240,7 @@
                                 <uri>http://myfaces.apache.org/html5/core</uri>

                             </params>

                             <modelIds>

-                                <modelId>html5-comp-lib-core</modelId>

+                                <modelId>myfaces-html5-core</modelId>

                             </modelIds>

                         </configuration>

                         <goals>

@@ -299,7 +299,7 @@
                                         <description>HTML5 Html component library for MyFaces.</description>

                                     </params>

                                     <modelIds>

-                                        <modelId>html5-comp-lib-core</modelId>

+                                        <modelId>myfaces-html5-core</modelId>

                                     </modelIds>

                                 </configuration>

                                 <goals>

@@ -323,7 +323,7 @@
                                         <description>HTML5 core component library for MyFaces.</description>

                                     </params>

                                     <modelIds>

-                                        <modelId>html5-comp-lib-core</modelId>

+                                        <modelId>myfaces-html5-core</modelId>

                                     </modelIds>

                                 </configuration>

                                 <goals>

diff --git a/html5-comp-lib-examples/pom.xml b/html5-comp-lib-examples/pom.xml
index 0946974..c5f28dc 100644
--- a/html5-comp-lib-examples/pom.xml
+++ b/html5-comp-lib-examples/pom.xml
@@ -1,31 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+ * Licensed to the Apache Software Foundation (ASF) under one or more

+ * contributor license agreements.  See the NOTICE file distributed with

+ * this work for additional information regarding copyright ownership.

+ * The ASF licenses this file to you under the Apache License, Version 2.0

+ * (the "License"); you may not use this file except in compliance with

+ * the License.  You may obtain a copy of the License at

+ *

+ *      http://www.apache.org/licenses/LICENSE-2.0

+ *

+ * Unless required by applicable law or agreed to in writing, software

+ * distributed under the License is distributed on an "AS IS" BASIS,

+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+ * See the License for the specific language governing permissions and

+ * limitations under the License.

+-->

 <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/xsd/maven-4.0.0.xsd">

 

     <modelVersion>4.0.0</modelVersion>

 

     <parent>

-        <artifactId>html5-comp-lib-project</artifactId>

-        <groupId>org.apache.myfaces.html5-comp-lib</groupId>

-        <version>0.0.3-SNAPSHOT</version>

+        <groupId>org.apache.myfaces.html5</groupId>

+        <artifactId>myfaces-html5-project</artifactId>

+        <version>0.0.4-SNAPSHOT</version>

     </parent>

 

-    <groupId>org.apache.myfaces.html5-comp-lib</groupId>

-    <artifactId>html5-comp-lib-examples</artifactId>

+    <groupId>org.apache.myfaces.html5</groupId>

+    <artifactId>myfaces-html5-examples</artifactId>

     <packaging>war</packaging>

     <name>Showcase of Html5 Renderkit for Apache MyFaces</name>

-    <version>0.0.3-SNAPSHOT</version>

 

     <dependencies>

     	<dependency>

-    		<groupId>org.apache.myfaces.html5-comp-lib</groupId>

-    		<artifactId>html5-comp-lib-core</artifactId>

-    		<version>0.0.3-SNAPSHOT</version>

+    		<groupId>org.apache.myfaces.html5</groupId>

+    		<artifactId>myfaces-html5-core</artifactId>

+    		<version>${project.version}</version>

     	</dependency>

         

         <dependency>

-            <groupId>org.apache.myfaces.html5-comp-lib</groupId>

+            <groupId>org.apache.myfaces.shared</groupId>

             <artifactId>myfaces-shared-html5</artifactId>

-            <version>0.0.3-SNAPSHOT</version>

+            <version>${shared-core-version}</version>

             <scope>runtime</scope>

         </dependency>

 

diff --git a/html5-comp-lib-examples/src/main/webapp/WEB-INF/web.xml b/html5-comp-lib-examples/src/main/webapp/WEB-INF/web.xml
index db093dc..f731125 100644
--- a/html5-comp-lib-examples/src/main/webapp/WEB-INF/web.xml
+++ b/html5-comp-lib-examples/src/main/webapp/WEB-INF/web.xml
@@ -20,7 +20,7 @@
 	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"

 	id="WebApp_ID" version="2.5">

 

-	<display-name>html5-comp-lib-examples</display-name>

+	<display-name>myfaces-html5-examples</display-name>

 

 	<welcome-file-list>

 		<welcome-file>index.jsf</welcome-file>

diff --git a/pom.xml b/pom.xml
index 77d32cd..d8a0e81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,21 +26,20 @@
         <version>6</version>

     </parent>

 

-    <groupId>org.apache.myfaces.html5-comp-lib</groupId>

-    <artifactId>html5-comp-lib-project</artifactId>

+    <groupId>org.apache.myfaces.html5</groupId>

+    <artifactId>myfaces-html5-project</artifactId>

     <packaging>pom</packaging>

-    <name>Html5 Renderkit for Apache MyFaces Parent Project </name>

-    <version>0.0.3-SNAPSHOT</version>

-    <description>Apache MyFaces Html5 Renderkit is a sub-project of Apache MyFaces which provides Html5 enabled components.</description>

+    <name>Apache MyFaces Html5 Parent Project</name>

+    <version>0.0.4-SNAPSHOT</version>

+    <description>Apache MyFaces Html5 is a sub-project of Apache MyFaces which provides Html5 functionality.</description>

     <scm>

-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk</connection>

-        <developerConnection>scm:svn:http://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk</developerConnection>

+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/html5/trunk</connection>

+        <developerConnection>scm:svn:http://svn.apache.org/repos/asf/myfaces/html5/trunk</developerConnection>

     </scm>

 

     <modules>

-        <module>html5-comp-lib-core</module>

-        <module>myfaces-shared-html5</module>

-        <module>html5-comp-lib-examples</module>

+        <module>myfaces-html5-core</module>

+        <module>myfaces-html5-examples</module>

     </modules>

 

     <repositories>

@@ -114,12 +113,12 @@
         <dependency>

             <groupId>org.apache.myfaces.core</groupId>

             <artifactId>myfaces-api</artifactId>

-            <version>2.0.1</version>

+            <version>${myfaces-core-version}</version>

         </dependency>

         <dependency>

             <groupId>org.apache.myfaces.core</groupId>

             <artifactId>myfaces-impl</artifactId>

-            <version>2.0.1</version>

+            <version>${myfaces-core-version}</version>

         </dependency>

         <dependency>

             <groupId>commons-lang</groupId>

@@ -203,7 +202,8 @@
     </profiles>

     

     <properties>

-        <shared-core-version>4.0.4-SNAPSHOT</shared-core-version>

+        <myfaces-core-version>2.0.1</myfaces-core-version>

+        <shared-core-version>4.0.6-SNAPSHOT</shared-core-version>

     </properties>

 

 </project>
\ No newline at end of file