You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/11/25 18:48:02 UTC

svn commit: r720550 - /geronimo/samples/branches/2.1/pom.xml

Author: dwoods
Date: Tue Nov 25 09:48:02 2008
New Revision: 720550

URL: http://svn.apache.org/viewvc?rev=720550&view=rev
Log:
upgrade to released Genesis 1.5 and an example of using a local server as a repo

Modified:
    geronimo/samples/branches/2.1/pom.xml

Modified: geronimo/samples/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/pom.xml?rev=720550&r1=720549&r2=720550&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/pom.xml (original)
+++ geronimo/samples/branches/2.1/pom.xml Tue Nov 25 09:48:02 2008
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.genesis.config</groupId>
         <artifactId>project-config</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>
@@ -36,7 +36,7 @@
     <packaging>pom</packaging>
 
     <description>
-        Geronimo Samples.
+        Apache Geronimo Samples.
     </description>
 
     <scm>
@@ -61,9 +61,8 @@
 
     <repositories>
         <!--
-        NOTE: The default repositories are picked up by Genesis, but need to
-              specify where Genesis lives to pickup snapshot version.
-        -->
+          NOTE: The default repositories are picked up by Genesis, but need to
+                specify where Genesis lives to pickup snapshot versions.
         <repository>
             <id>apache-snapshots</id>
             <name>Apache Snapshots Repository</name>
@@ -78,6 +77,24 @@
                 <enabled>false</enabled>
             </releases>
         </repository>
+        -->
+        <!--
+          NOTE: The following shows how to point to a locally installed
+                Geronimo Server for using artifacts already on a machine
+                instead of downloading them from remote repositories.
+        <repository>
+            <id>geronimo-server</id>
+            <name>Local Apache Geronimo Server Repository</name>
+            <url>file://~/geronimo-tomcat6-javaee5-2.1.2/repository</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
+        -->
     </repositories>
 
     <modules>