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 2009/01/16 19:19:34 UTC

svn commit: r735076 - /myfaces/portlet-bridge/core/branches/sobryan-1.0.0-beta-for-website/api/pom.xml

Author: sobryan
Date: Fri Jan 16 10:19:34 2009
New Revision: 735076

URL: http://svn.apache.org/viewvc?rev=735076&view=rev
Log:
Changes to reflect the right path for the branch.

Modified:
    myfaces/portlet-bridge/core/branches/sobryan-1.0.0-beta-for-website/api/pom.xml

Modified: myfaces/portlet-bridge/core/branches/sobryan-1.0.0-beta-for-website/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/branches/sobryan-1.0.0-beta-for-website/api/pom.xml?rev=735076&r1=735075&r2=735076&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/branches/sobryan-1.0.0-beta-for-website/api/pom.xml (original)
+++ myfaces/portlet-bridge/core/branches/sobryan-1.0.0-beta-for-website/api/pom.xml Fri Jan 16 10:19:34 2009
@@ -17,7 +17,7 @@
 <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>
   <name>MyFaces Portlet Bridge API</name>
-  <artifactId>portlet-bridge-api-jdoc</artifactId>
+  <artifactId>portlet-bridge-api</artifactId>
   <version>1.0.0-beta</version>
   <packaging>jar</packaging>
 
@@ -27,6 +27,12 @@
     <version>1.0.0-beta</version>
   </parent>
       
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/portlet-bridge/core/branches/sobryan-1.0.0-beta-for-website</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/portlet-bridge/core/branches/sobryan-1.0.0-beta-for-website</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/portlet-bridge/core/branches/sobryan-1.0.0-beta-for-website</url>
+  </scm>
+  
   <distributionManagement>
     <site>
       <id>apache-site</id>