You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2009/08/25 16:39:05 UTC

svn commit: r807654 - in /myfaces/extensions/scripting/trunk: core/pom.xml examples/pom.xml pom.xml spring-example/pom.xml

Author: werpu
Date: Tue Aug 25 14:39:04 2009
New Revision: 807654

URL: http://svn.apache.org/viewvc?rev=807654&view=rev
Log:
changed the packaging info in the pom.xmls


https://issues.apache.org/jira/browse/EXTSCRIPT-5

Modified:
    myfaces/extensions/scripting/trunk/core/pom.xml
    myfaces/extensions/scripting/trunk/examples/pom.xml
    myfaces/extensions/scripting/trunk/pom.xml
    myfaces/extensions/scripting/trunk/spring-example/pom.xml

Modified: myfaces/extensions/scripting/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/core/pom.xml?rev=807654&r1=807653&r2=807654&view=diff
==============================================================================
--- myfaces/extensions/scripting/trunk/core/pom.xml (original)
+++ myfaces/extensions/scripting/trunk/core/pom.xml Tue Aug 25 14:39:04 2009
@@ -2,7 +2,7 @@
          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">
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>myfaces-groovy-core</artifactId>
+    <artifactId>core</artifactId>
     <packaging>jar</packaging>
     <name>groovy core</name>
 
@@ -11,8 +11,8 @@
     </description>
 
     <parent>
-        <groupId>org.apache.myfaces.extended</groupId>
-        <artifactId>myfaces-groovy</artifactId>
+        <groupId>org.apache.myfaces.extension-scripting</groupId>
+        <artifactId>root</artifactId>
         <version>1.0-SNAPSHOT</version>
     </parent>
     <repositories>

Modified: myfaces/extensions/scripting/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/examples/pom.xml?rev=807654&r1=807653&r2=807654&view=diff
==============================================================================
--- myfaces/extensions/scripting/trunk/examples/pom.xml (original)
+++ myfaces/extensions/scripting/trunk/examples/pom.xml Tue Aug 25 14:39:04 2009
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
     <parent>
-        <artifactId>myfaces-groovy</artifactId>
-        <groupId>org.apache.myfaces.extended</groupId>
+        <artifactId>root</artifactId>
+        <groupId>org.apache.myfaces.extension-scripting</groupId>
         <version>1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.myfaces.extended</groupId>
-    <artifactId>myfaces-groovy-examples</artifactId>
+    <groupId>org.apache.myfaces.extension-scripting</groupId>
+    <artifactId>examples</artifactId>
     <packaging>war</packaging>
     <name>A custom project using myfaces</name>
     <version>1.0-SNAPSHOT</version>

Modified: myfaces/extensions/scripting/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/pom.xml?rev=807654&r1=807653&r2=807654&view=diff
==============================================================================
--- myfaces/extensions/scripting/trunk/pom.xml (original)
+++ myfaces/extensions/scripting/trunk/pom.xml Tue Aug 25 14:39:04 2009
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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">
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.myfaces.extended</groupId>
-    <artifactId>myfaces-groovy</artifactId>
+    <groupId>org.apache.myfaces.extension-scripting</groupId>
+    <artifactId>root</artifactId>
     <packaging>pom</packaging>
     <name>Myfaces groovy binding project</name>
     <version>1.0-SNAPSHOT</version>

Modified: myfaces/extensions/scripting/trunk/spring-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/spring-example/pom.xml?rev=807654&r1=807653&r2=807654&view=diff
==============================================================================
--- myfaces/extensions/scripting/trunk/spring-example/pom.xml (original)
+++ myfaces/extensions/scripting/trunk/spring-example/pom.xml Tue Aug 25 14:39:04 2009
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
     <parent>
-        <artifactId>myfaces-groovy</artifactId>
-        <groupId>org.apache.myfaces.extended</groupId>
+        <artifactId>root</artifactId>
+        <groupId>org.apache.myfaces.extension-scripting</groupId>
         <version>1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.myfaces.extended</groupId>
-    <artifactId>myfaces-groovy-spring-examples</artifactId>
+    <groupId>org.apache.myfaces.extension-scripting</groupId>
+    <artifactId>spring-examples</artifactId>
     <packaging>war</packaging>
     <name>A custom project using myfaces</name>
     <version>1.0-SNAPSHOT</version>