You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/11/14 01:27:58 UTC

svn commit: r713884 - /myfaces/tomahawk/branches/1_1_8/assembly/pom.xml

Author: lu4242
Date: Thu Nov 13 16:27:58 2008
New Revision: 713884

URL: http://svn.apache.org/viewvc?rev=713884&view=rev
Log:
change unpack order so notice can be correctly added

Modified:
    myfaces/tomahawk/branches/1_1_8/assembly/pom.xml

Modified: myfaces/tomahawk/branches/1_1_8/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_8/assembly/pom.xml?rev=713884&r1=713883&r2=713884&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_8/assembly/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_8/assembly/pom.xml Thu Nov 13 16:27:58 2008
@@ -87,18 +87,18 @@
                             <artifactItems>
     
                                 <artifactItem>
-                                    <groupId>org.apache.myfaces.tomahawk</groupId>
-                                    <artifactId>tomahawk</artifactId>
-                                    <version>${project.version}</version>
-                                    <classifier>sources</classifier>
-                                </artifactItem>
-    
-                                <artifactItem>
                                     <groupId>org.apache.myfaces.shared</groupId>
                                     <artifactId>myfaces-shared-tomahawk</artifactId>
                                     <version>${myfaces-shared11-version}</version>
                                     <classifier>sources</classifier>
                                 </artifactItem>
+
+                                <artifactItem>
+                                    <groupId>org.apache.myfaces.tomahawk</groupId>
+                                    <artifactId>tomahawk</artifactId>
+                                    <version>${project.version}</version>
+                                    <classifier>sources</classifier>
+                                </artifactItem>
     
                             </artifactItems>
                             <outputDirectory>${project.build.directory}/src</outputDirectory>
@@ -167,18 +167,18 @@
                             <artifactItems>
 
                                 <artifactItem>
-                                    <groupId>org.apache.myfaces.tomahawk</groupId>
-                                    <artifactId>tomahawk12</artifactId>
-                                    <version>${project.version}</version>
-                                    <classifier>sources</classifier>
-                                </artifactItem>
-
-                                <artifactItem>
                                     <groupId>org.apache.myfaces.shared</groupId>
                                     <artifactId>myfaces-shared-tomahawk</artifactId>
                                     <version>${myfaces-shared12-version}</version>
                                     <classifier>sources</classifier>
                                 </artifactItem>
+                                
+                                <artifactItem>
+                                    <groupId>org.apache.myfaces.tomahawk</groupId>
+                                    <artifactId>tomahawk12</artifactId>
+                                    <version>${project.version}</version>
+                                    <classifier>sources</classifier>
+                                </artifactItem>                                
 
                             </artifactItems>
                             <outputDirectory>${project.build.directory}/src12</outputDirectory>