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 2008/02/14 19:40:19 UTC

svn commit: r627832 - in /myfaces/portlet-bridge/trunk: api/pom.xml impl/pom.xml pom.xml

Author: sobryan
Date: Thu Feb 14 10:40:14 2008
New Revision: 627832

URL: http://svn.apache.org/viewvc?rev=627832&view=rev
Log:
[maven-release-plugin] prepare release portlet-bridge-1.0.0-alpha

Modified:
    myfaces/portlet-bridge/trunk/api/pom.xml
    myfaces/portlet-bridge/trunk/impl/pom.xml
    myfaces/portlet-bridge/trunk/pom.xml

Modified: myfaces/portlet-bridge/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/trunk/api/pom.xml?rev=627832&r1=627831&r2=627832&view=diff
==============================================================================
--- myfaces/portlet-bridge/trunk/api/pom.xml (original)
+++ myfaces/portlet-bridge/trunk/api/pom.xml Thu Feb 14 10:40:14 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.myfaces.portlet-bridge</groupId>
     <artifactId>portlet-bridge</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-alpha</version>
   </parent>
       
   <distributionManagement>

Modified: myfaces/portlet-bridge/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/trunk/impl/pom.xml?rev=627832&r1=627831&r2=627832&view=diff
==============================================================================
--- myfaces/portlet-bridge/trunk/impl/pom.xml (original)
+++ myfaces/portlet-bridge/trunk/impl/pom.xml Thu Feb 14 10:40:14 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.myfaces.portlet-bridge</groupId>
     <artifactId>portlet-bridge</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-alpha</version>
   </parent>
     
   <dependencies>    

Modified: myfaces/portlet-bridge/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/trunk/pom.xml?rev=627832&r1=627831&r2=627832&view=diff
==============================================================================
--- myfaces/portlet-bridge/trunk/pom.xml (original)
+++ myfaces/portlet-bridge/trunk/pom.xml Thu Feb 14 10:40:14 2008
@@ -23,7 +23,7 @@
   <artifactId>portlet-bridge</artifactId>
   <packaging>pom</packaging>
   <name>Portlet Bridge for JavaServer Faces</name>
-  <version>1.0.0-SNAPSHOT</version>	 
+  <version>1.0.0-alpha</version>	 
   <inceptionYear>2007</inceptionYear>  
   <description>
   Portlet Bridge for JavaServer Faces is a subproject of Apache MyFaces which provides an
@@ -106,9 +106,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/portlet-bridge/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/portlet-bridge/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/portlet-bridge/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/portlet-bridge/tags/portlet-bridge-1.0.0-alpha</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/portlet-bridge/tags/portlet-bridge-1.0.0-alpha</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/portlet-bridge/tags/portlet-bridge-1.0.0-alpha</url>
   </scm>
 
   <distributionManagement>