You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/10/06 17:08:53 UTC

svn commit: r582505 - /myfaces/orchestra/trunk/core/pom.xml

Author: imario
Date: Sat Oct  6 08:08:53 2007
New Revision: 582505

URL: http://svn.apache.org/viewvc?rev=582505&view=rev
Log:
[maven-release-plugin] prepare release core-1_0

Modified:
    myfaces/orchestra/trunk/core/pom.xml

Modified: myfaces/orchestra/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/pom.xml?rev=582505&r1=582504&r2=582505&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/pom.xml (original)
+++ myfaces/orchestra/trunk/core/pom.xml Sat Oct  6 08:08:53 2007
@@ -1,31 +1,11 @@
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  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">
 	<modelVersion>4.0.0</modelVersion>
 
 	<groupId>org.apache.myfaces.orchestra</groupId>
 	<artifactId>myfaces-orchestra-core</artifactId>
 	<packaging>jar</packaging>
 	<name>MyFaces Orchestra Core</name>
-	<version>1.0-SNAPSHOT</version>
+	<version>1.0</version>
 
 	<parent>
 		<groupId>org.apache.myfaces.orchestra</groupId>
@@ -34,9 +14,9 @@
 	</parent>
 
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/orchestra/trunk/core</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/trunk/core</developerConnection>
-		<url>http://svn.apache.org/viewcvs.cgi/myfaces/orchestra/trunk/core</url>
+		<connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/tags/core-1_0</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/tags/core-1_0</developerConnection>
+		<url>https://svn.apache.org/repos/asf/myfaces/orchestra/tags/core-1_0</url>
 	</scm>
 
 	<dependencies>
@@ -392,4 +372,4 @@
 		</profile>
 	</profiles>
 
-</project>
+</project>
\ No newline at end of file