You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2011/04/07 02:09:50 UTC

svn commit: r1089692 - /myfaces/portlet-bridge/core/trunk_3.0.x/api/pom.xml

Author: sobryan
Date: Thu Apr  7 00:09:50 2011
New Revision: 1089692

URL: http://svn.apache.org/viewvc?rev=1089692&view=rev
Log:
Made some mods to the pom file to put artifacts in the right place

Modified:
    myfaces/portlet-bridge/core/trunk_3.0.x/api/pom.xml

Modified: myfaces/portlet-bridge/core/trunk_3.0.x/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk_3.0.x/api/pom.xml?rev=1089692&r1=1089691&r2=1089692&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk_3.0.x/api/pom.xml (original)
+++ myfaces/portlet-bridge/core/trunk_3.0.x/api/pom.xml Thu Apr  7 00:09:50 2011
@@ -29,7 +29,7 @@
   <distributionManagement>
     <site>
       <id>apache-site</id>
-      <url>scpexe://minotaur.apache.org/www/myfaces.apache.org/portlet-bridge/2.0/api</url>
+      <url>scpexe://minotaur.apache.org/www/myfaces.apache.org/portlet-bridge/3.0/api</url>
     </site>
   </distributionManagement>
   
@@ -64,7 +64,7 @@
           <version>1.0.2</version>
           <configuration>
             <id>myfaces-nightly-builds</id>
-            <url>scpexe://minotaur.apache.org/www/myfaces.apache.org/portlet-bridge/2.0/api/apidocs</url>
+            <url>scpexe://minotaur.apache.org/www/myfaces.apache.org/portlet-bridge/3.0/api/apidocs</url>
             <inputDirectory>target/site/apidocs</inputDirectory>
           </configuration>
       </plugin>