You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2009/06/12 14:25:30 UTC

svn commit: r784092 - in /myfaces/tobago/trunk: example/addressbook/lib/pom.xml example/addressbook/pom.xml example/addressbook/war/pom.xml src/site/apt/guide.apt

Author: bommel
Date: Fri Jun 12 12:25:29 2009
New Revision: 784092

URL: http://svn.apache.org/viewvc?rev=784092&view=rev
Log:
fixed scm url

Modified:
    myfaces/tobago/trunk/example/addressbook/lib/pom.xml
    myfaces/tobago/trunk/example/addressbook/pom.xml
    myfaces/tobago/trunk/example/addressbook/war/pom.xml
    myfaces/tobago/trunk/src/site/apt/guide.apt

Modified: myfaces/tobago/trunk/example/addressbook/lib/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook/lib/pom.xml?rev=784092&r1=784091&r2=784092&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/addressbook/lib/pom.xml (original)
+++ myfaces/tobago/trunk/example/addressbook/lib/pom.xml Fri Jun 12 12:25:29 2009
@@ -47,9 +47,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.20/example/addressbook/lib</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.20/example/addressbook/lib</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.20/example/addressbook/lib</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/addressbook/lib</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/addressbook/lib</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook/lib</url>
   </scm>
   <dependencies>
     <dependency>

Modified: myfaces/tobago/trunk/example/addressbook/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook/pom.xml?rev=784092&r1=784091&r2=784092&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/addressbook/pom.xml (original)
+++ myfaces/tobago/trunk/example/addressbook/pom.xml Fri Jun 12 12:25:29 2009
@@ -32,8 +32,8 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.20/example/addressbook</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.20/example/addressbook</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.20/example/addressbook</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/addressbook</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/addressbook</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook</url>
   </scm>
 </project>

Modified: myfaces/tobago/trunk/example/addressbook/war/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook/war/pom.xml?rev=784092&r1=784091&r2=784092&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/addressbook/war/pom.xml (original)
+++ myfaces/tobago/trunk/example/addressbook/war/pom.xml Fri Jun 12 12:25:29 2009
@@ -125,9 +125,9 @@
   </profiles>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.20/example/addressbook/war</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.20/example/addressbook/war</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.20/example/addressbook/war</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/addressbook/war</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/addressbook/war</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook/war</url>
   </scm>
   <dependencies>
     <dependency>

Modified: myfaces/tobago/trunk/src/site/apt/guide.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/guide.apt?rev=784092&r1=784091&r2=784092&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/guide.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/guide.apt Fri Jun 12 12:25:29 2009
@@ -52,7 +52,7 @@
   We will use the latest release tag for this.
 
 +------------------------------------------+
-svn co https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.18/example/addressbook/ tobago-addressbook
+svn co https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.21/example/addressbook/ tobago-addressbook
 +------------------------------------------+
 
   You will need Java 5 and Maven 2.0.9 or later to build the address book example. Use the following command to
@@ -144,7 +144,7 @@
 +------------------------------------------+
 
   A similar page is part of the blank WAR: \
-  {{https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.18/example/blank/src/main/webapp/helloWorld.jsp}}
+  {{https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.21/example/blank/src/main/webapp/helloWorld.jsp}}
 
 {Creating a Tobago page}