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 23:23:15 UTC

svn commit: r689995 - /geronimo/server/branches/2.1/framework/configs/pom.xml

Author: jbohn
Date: Thu Aug 28 14:23:15 2008
New Revision: 689995

URL: http://svn.apache.org/viewvc?rev=689995&view=rev
Log:
GERONIMO-4271 - add null version entries for framework modules

Modified:
    geronimo/server/branches/2.1/framework/configs/pom.xml

Modified: geronimo/server/branches/2.1/framework/configs/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/framework/configs/pom.xml?rev=689995&r1=689994&r2=689995&view=diff
==============================================================================
--- geronimo/server/branches/2.1/framework/configs/pom.xml (original)
+++ geronimo/server/branches/2.1/framework/configs/pom.xml Thu Aug 28 14:23:15 2008
@@ -86,6 +86,7 @@
                             <source-repository>http://repo1.maven.org/maven2/</source-repository>
                             <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
                             <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
+                            <artifact-alias key="${groupId}/${artifactId}//car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias key="${groupId}/${artifactId}/2.1.2/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias key="${groupId}/${artifactId}/2.1.1/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias key="${groupId}/${artifactId}/2.1/car">${groupId}/${artifactId}/${version}/car</artifact-alias>