You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/08/23 22:31:43 UTC

svn commit: r988294 - /myfaces/myfaces-site-skins/trunk/myfaces-site-skin/pom.xml

Author: lu4242
Date: Mon Aug 23 20:31:42 2010
New Revision: 988294

URL: http://svn.apache.org/viewvc?rev=988294&view=rev
Log:
[maven-release-plugin] prepare release myfaces-skin-1

Modified:
    myfaces/myfaces-site-skins/trunk/myfaces-site-skin/pom.xml

Modified: myfaces/myfaces-site-skins/trunk/myfaces-site-skin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-site-skins/trunk/myfaces-site-skin/pom.xml?rev=988294&r1=988293&r2=988294&view=diff
==============================================================================
--- myfaces/myfaces-site-skins/trunk/myfaces-site-skin/pom.xml (original)
+++ myfaces/myfaces-site-skins/trunk/myfaces-site-skin/pom.xml Mon Aug 23 20:31:42 2010
@@ -19,9 +19,7 @@
  * under the License.
 -->
 
-<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">
+<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">
          
   <parent>
     <groupId>org.apache.myfaces</groupId>
@@ -30,16 +28,16 @@
   </parent>
   
   <modelVersion>4.0.0</modelVersion>
-  <version>1-SNAPSHOT</version>
+  <version>1</version>
   <packaging>jar</packaging>
   <name>MyFaces Default Site Skin</name>
   <groupId>org.apache.myfaces.maven</groupId>
   <artifactId>myfaces-site-skin</artifactId>
 
    <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-site-skins/trunk/myfaces-site-skin</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mfaces/myfaces-site-skins/trunk/myfaces-site-skin</developerConnection>
-      <url>http://svn.apache.org/viewcvs.cgi/myfaces/myfaces-site-skins/trunk/myfaces-site-skin</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-site-skins/tags/myfaces-skin-1</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mfaces/myfaces-site-skins/tags/myfaces-skin-1</developerConnection>
+      <url>http://svn.apache.org/viewcvs.cgi/myfaces/myfaces-site-skins/tags/myfaces-skin-1</url>
     </scm>
 
 </project>