You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2018/04/28 05:45:06 UTC

[myfaces-master-pom] 01/01: [maven-scm] copy for tag myfaces-2

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to tag myfaces-2
in repository https://gitbox.apache.org/repos/asf/myfaces-master-pom.git

commit 6fcc88470e8793e739972f76b97b08a59d4a2452
Author: Manfred Geiler <ma...@apache.org>
AuthorDate: Mon Nov 5 09:16:15 2007 +0000

    [maven-scm] copy for tag myfaces-2
---
 pom.xml | 32 ++++++--------------------------
 1 file changed, 6 insertions(+), 26 deletions(-)

diff --git a/pom.xml b/pom.xml
index f38dc19..4f84171 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,24 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
@@ -34,7 +13,7 @@ under the License.
     <artifactId>myfaces</artifactId>
     <packaging>pom</packaging>
     <name>MyFaces Master POM</name>
-    <version>2-SNAPSHOT</version>
+    <version>2</version>
     <description>
        The MyFaces project is home of the first free open source JavaServer Faces implementation as well as some useful JSF component libraries and other convenient JSF stuff.
     </description>
@@ -526,9 +505,9 @@ under the License.
         </contributor>        
     </contributors>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/trunk</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/myfaces/myfaces-master-pom/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/tags/myfaces-2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/tags/myfaces-2</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/myfaces-master-pom/tags/myfaces-2</url>
     </scm>
     <build>
         <defaultGoal>install</defaultGoal>
@@ -628,6 +607,7 @@ under the License.
         <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
+
             <artifactId>maven-gpg-plugin</artifactId>
             <version>1.0-alpha-3</version>
             <executions>
@@ -645,4 +625,4 @@ under the License.
     </profile>
   </profiles>
     
-</project>
+</project>
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.