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/05/03 18:26:11 UTC

[myfaces-test] 02/03: [maven-release-plugin] copy for tag 1_0_0_beta

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

deki pushed a commit to branch 1_0_0_beta
in repository https://gitbox.apache.org/repos/asf/myfaces-test.git

commit 97f7391bc189415a8a19905b6b6477c94a19ad73
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Mon Feb 15 18:40:06 2010 +0000

    [maven-release-plugin]  copy for tag 1_0_0_beta
---
 pom.xml        | 13 ++++++-------
 test12/pom.xml |  5 ++---
 test20/pom.xml |  9 ++++-----
 3 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index 63d2c16..8634d6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,29 +18,28 @@
  * $Id$
  */
 -->
-<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>
 
     <parent>
         <groupId>org.apache.myfaces</groupId>
         <artifactId>myfaces</artifactId>
-        <version>6</version>
+        <version>7</version>
     </parent>
     <groupId>org.apache.myfaces.test</groupId>
     <artifactId>myfaces-test-project</artifactId>
     <packaging>pom</packaging>
     <name>Myfaces Test Framework</name>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-beta</version>
     <url>http://myfaces.apache.org/test</url>
     <issueManagement>
       <system>jira</system>
       <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600</url>
     </issueManagement>
     <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/test/trunk</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/test/trunk</developerConnection>
-      <url>http://svn.apache.org/repos/asf/myfaces/test/trunk</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/test/tags/1_0_0_beta</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/test/tags/1_0_0_beta</developerConnection>
+      <url>http://svn.apache.org/repos/asf/myfaces/test/tags/1_0_0_beta</url>
     </scm>
     <modules>
       <module>test12</module>
diff --git a/test12/pom.xml b/test12/pom.xml
index 5fed3ad..871ba4d 100644
--- a/test12/pom.xml
+++ b/test12/pom.xml
@@ -18,14 +18,13 @@
  * $Id$
  */
 -->
-<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>
 
     <parent>
         <groupId>org.apache.myfaces.test</groupId>
         <artifactId>myfaces-test-project</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-beta</version>
     </parent>
 
     <artifactId>myfaces-test12</artifactId>
diff --git a/test20/pom.xml b/test20/pom.xml
index 80b4211..170e5c7 100644
--- a/test20/pom.xml
+++ b/test20/pom.xml
@@ -18,14 +18,13 @@
  * $Id$
  */
 -->
-<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>
 
     <parent>
         <groupId>org.apache.myfaces.test</groupId>
         <artifactId>myfaces-test-project</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-beta</version>
     </parent>
 
     <artifactId>myfaces-test20</artifactId>
@@ -197,7 +196,7 @@
         </plugins>    
     </build>
     <properties>
-        <jsf-ri.version>2.0.0-SNAPSHOT</jsf-ri.version>
-        <jsf-myfaces.version>2.0.0-SNAPSHOT</jsf-myfaces.version>
+        <jsf-ri.version>2.0.2-b10</jsf-ri.version>
+        <jsf-myfaces.version>2.0.0-beta</jsf-myfaces.version>
     </properties>
 </project>

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