You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/08/28 22:44:56 UTC

svn commit: r689975 - /geronimo/server/branches/2.1/plugins/corba/client-corba-yoko/pom.xml

Author: jbohn
Date: Thu Aug 28 13:44:55 2008
New Revision: 689975

URL: http://svn.apache.org/viewvc?rev=689975&view=rev
Log:
GERONIMO-4271 - one more change to include client-corba-yoko alias entries in client_artifact_aliases rather than the server artifact_aliases

Modified:
    geronimo/server/branches/2.1/plugins/corba/client-corba-yoko/pom.xml

Modified: geronimo/server/branches/2.1/plugins/corba/client-corba-yoko/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/corba/client-corba-yoko/pom.xml?rev=689975&r1=689974&r2=689975&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/corba/client-corba-yoko/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/corba/client-corba-yoko/pom.xml Thu Aug 28 13:44:55 2008
@@ -131,6 +131,10 @@
                     <instance>
                         <plugin-artifact>
                             <config-xml-content load="false"/>
+                            <artifact-alias server="client" key="${groupId}/${artifactId}//car">${groupId}/${artifactId}/${version}/car</artifact-alias>
+                            <artifact-alias server="client" key="${groupId}/${artifactId}/2.1.2/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
+                            <artifact-alias server="client" key="${groupId}/${artifactId}/2.1.1/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
+                            <artifact-alias server="client" key="${groupId}/${artifactId}/2.1/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                         </plugin-artifact>
                     </instance>
                 </configuration>