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:17 UTC

[myfaces-master-pom] tag myfaces-7 created (now 60c982d)

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

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


      at 60c982d  (commit)
This tag includes the following new commits:

     new 7cfd62d  [maven-release-plugin]  copy for tag myfaces-7
     new 60c982d  fix checkstyle version to 1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

[myfaces-master-pom] 01/02: [maven-release-plugin] copy for tag myfaces-7

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7cfd62dc1d5aedc22135c98790dee9469189f91c
Author: Matthias Wessendorf <ma...@apache.org>
AuthorDate: Tue Jan 26 09:38:02 2010 +0000

    [maven-release-plugin]  copy for tag myfaces-7
---
 pom.xml | 35 ++++++-----------------------------
 1 file changed, 6 insertions(+), 29 deletions(-)

diff --git a/pom.xml b/pom.xml
index 14adb3f..3915d58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,27 +1,4 @@
-<?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">
+<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>
     <!--
@@ -39,7 +16,7 @@ under the License.
     <artifactId>myfaces</artifactId>
     <packaging>pom</packaging>
     <name>Apache MyFaces</name>
-    <version>7-SNAPSHOT</version>
+    <version>7</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
@@ -739,9 +716,9 @@ under the License.
     </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-7</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/tags/myfaces-7</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/myfaces-master-pom/tags/myfaces-7</url>
     </scm>
 
     <build>
@@ -946,4 +923,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.

[myfaces-master-pom] 02/02: fix checkstyle version to 1

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 60c982d17289c39434be99ac873702377eb6b2a1
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Fri Jun 11 00:03:44 2010 +0000

    fix checkstyle version to 1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3915d58..f09df8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -732,7 +732,7 @@
               <dependency>
                 <groupId>org.apache.myfaces.buildtools</groupId>
                 <artifactId>checkstyle-rules</artifactId>
-                <version>2-SNAPSHOT</version>
+                <version>1</version>
               </dependency>
             </dependencies>
           </plugin>

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