You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by de...@apache.org on 2010/01/16 14:09:11 UTC

svn commit: r899941 - in /geronimo/samples/branches/2.2: pom.xml samples/csa-activemq/csa-activemq-jetty/pom.xml samples/csa-activemq/csa-activemq-tomcat/pom.xml

Author: delos
Date: Sat Jan 16 13:09:10 2010
New Revision: 899941

URL: http://svn.apache.org/viewvc?rev=899941&view=rev
Log:
update property geronimoVersion to 2.2, exclude csa-activemq-jetty and -tomcat from deployment

Modified:
    geronimo/samples/branches/2.2/pom.xml
    geronimo/samples/branches/2.2/samples/csa-activemq/csa-activemq-jetty/pom.xml
    geronimo/samples/branches/2.2/samples/csa-activemq/csa-activemq-tomcat/pom.xml

Modified: geronimo/samples/branches/2.2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/pom.xml?rev=899941&r1=899940&r2=899941&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/pom.xml (original)
+++ geronimo/samples/branches/2.2/pom.xml Sat Jan 16 13:09:10 2010
@@ -40,13 +40,13 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/samples/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/samples/trunk</developerConnection>
-        <url>http://svn.apache.org/repos/asf/geronimo/samples/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-2.2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-2.2</developerConnection>
+        <url>http://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-2.2</url>
     </scm>
 
     <properties>
-        <geronimoVersion>2.2-SNAPSHOT</geronimoVersion>
+        <geronimoVersion>2.2</geronimoVersion>
         <siteId>geronimo-samples</siteId>
         <projectName>Apache Geronimo Samples</projectName>
         <jetty>jetty7</jetty>

Modified: geronimo/samples/branches/2.2/samples/csa-activemq/csa-activemq-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/csa-activemq/csa-activemq-jetty/pom.xml?rev=899941&r1=899940&r2=899941&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/csa-activemq/csa-activemq-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/csa-activemq/csa-activemq-jetty/pom.xml Sat Jan 16 13:09:10 2010
@@ -103,7 +103,14 @@
                         </serverInstance>
                     </servers>
                 </configuration>
-            </plugin>
+            </plugin>
+	  <plugin>            
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-deploy-plugin</artifactId>
+            <configuration>
+              <skip>true</skip>
+            </configuration>
+          </plugin>
         </plugins>
     </build>
 

Modified: geronimo/samples/branches/2.2/samples/csa-activemq/csa-activemq-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/csa-activemq/csa-activemq-tomcat/pom.xml?rev=899941&r1=899940&r2=899941&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/csa-activemq/csa-activemq-tomcat/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/csa-activemq/csa-activemq-tomcat/pom.xml Sat Jan 16 13:09:10 2010
@@ -103,7 +103,14 @@
                         </serverInstance>
                     </servers>
                 </configuration>
-            </plugin>
+            </plugin>
+	  <plugin>            
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-deploy-plugin</artifactId>
+            <configuration>
+              <skip>true</skip>
+            </configuration>
+          </plugin>
         </plugins>
     </build>