You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ho...@apache.org on 2006/06/15 01:06:13 UTC

svn commit: r414408 - in /geronimo/daytrader: branches/1.1/modules/ear/pom.xml branches/1.1/modules/ejb/pom.xml branches/1.1/modules/streamer/pom.xml branches/1.1/modules/web/pom.xml branches/1.1/modules/wsappclient/pom.xml branches/1.1/pom.xml tags/

Author: hogstrom
Date: Wed Jun 14 16:06:12 2006
New Revision: 414408

URL: http://svn.apache.org/viewvc?rev=414408&view=rev
Log:
Created Tags for released versions

Added:
    geronimo/daytrader/tags/
Modified:
    geronimo/daytrader/branches/1.1/modules/ear/pom.xml
    geronimo/daytrader/branches/1.1/modules/ejb/pom.xml
    geronimo/daytrader/branches/1.1/modules/streamer/pom.xml
    geronimo/daytrader/branches/1.1/modules/web/pom.xml
    geronimo/daytrader/branches/1.1/modules/wsappclient/pom.xml
    geronimo/daytrader/branches/1.1/pom.xml

Modified: geronimo/daytrader/branches/1.1/modules/ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/1.1/modules/ear/pom.xml?rev=414408&r1=414407&r2=414408&view=diff
==============================================================================
--- geronimo/daytrader/branches/1.1/modules/ear/pom.xml (original)
+++ geronimo/daytrader/branches/1.1/modules/ear/pom.xml Wed Jun 14 16:06:12 2006
@@ -7,7 +7,7 @@
     <parent>
         <groupId>geronimo</groupId>
         <artifactId>daytrader</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.1</version>
     </parent>
     <artifactId>daytrader-ear</artifactId>
     <name>DayTrader :: Enterprise Application</name>

Modified: geronimo/daytrader/branches/1.1/modules/ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/1.1/modules/ejb/pom.xml?rev=414408&r1=414407&r2=414408&view=diff
==============================================================================
--- geronimo/daytrader/branches/1.1/modules/ejb/pom.xml (original)
+++ geronimo/daytrader/branches/1.1/modules/ejb/pom.xml Wed Jun 14 16:06:12 2006
@@ -7,12 +7,12 @@
     <parent>
         <groupId>geronimo</groupId>
         <artifactId>daytrader</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>geronimo</groupId>
     <artifactId>daytrader-ejb</artifactId>
-    <version>${daytraderVersion}</version>
+    <version>1.1</version>
     <name>DayTrader :: EJBs</name>
     <packaging>ejb</packaging>
     <description>Daytrader EJBs</description>

Modified: geronimo/daytrader/branches/1.1/modules/streamer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/1.1/modules/streamer/pom.xml?rev=414408&r1=414407&r2=414408&view=diff
==============================================================================
--- geronimo/daytrader/branches/1.1/modules/streamer/pom.xml (original)
+++ geronimo/daytrader/branches/1.1/modules/streamer/pom.xml Wed Jun 14 16:06:12 2006
@@ -8,7 +8,7 @@
   <parent>
     <groupId>geronimo</groupId>
     <artifactId>daytrader</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
   <artifactId>daytrader-streamer</artifactId>
   <name>DayTrader :: Quote Streamer</name>
@@ -23,7 +23,7 @@
     <dependency>
       <groupId>geronimo</groupId>
       <artifactId>daytrader-ejb</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: geronimo/daytrader/branches/1.1/modules/web/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/1.1/modules/web/pom.xml?rev=414408&r1=414407&r2=414408&view=diff
==============================================================================
--- geronimo/daytrader/branches/1.1/modules/web/pom.xml (original)
+++ geronimo/daytrader/branches/1.1/modules/web/pom.xml Wed Jun 14 16:06:12 2006
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>geronimo</groupId>
 		<artifactId>daytrader</artifactId>
-		<version>1.1-SNAPSHOT</version>
+		<version>1.1</version>
 	</parent>
 	<artifactId>daytrader-web</artifactId>
 	<name>DayTrader :: Web Application</name>

Modified: geronimo/daytrader/branches/1.1/modules/wsappclient/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/1.1/modules/wsappclient/pom.xml?rev=414408&r1=414407&r2=414408&view=diff
==============================================================================
--- geronimo/daytrader/branches/1.1/modules/wsappclient/pom.xml (original)
+++ geronimo/daytrader/branches/1.1/modules/wsappclient/pom.xml Wed Jun 14 16:06:12 2006
@@ -8,7 +8,7 @@
   <parent>
     <groupId>geronimo</groupId>
     <artifactId>daytrader</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
   <artifactId>daytrader-wsappclient</artifactId>
   <name>DayTrader :: WS Application Client</name>

Modified: geronimo/daytrader/branches/1.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/1.1/pom.xml?rev=414408&r1=414407&r2=414408&view=diff
==============================================================================
--- geronimo/daytrader/branches/1.1/pom.xml (original)
+++ geronimo/daytrader/branches/1.1/pom.xml Wed Jun 14 16:06:12 2006
@@ -4,7 +4,7 @@
     <artifactId>daytrader</artifactId>
     <name>DayTrader :: Performance Benchmark Sample</name>
     <packaging>pom</packaging>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
     <description>J2EE 1.4 Performance Benchmark Sample Application</description>
     <issueManagement>
         <system>jira</system>
@@ -28,7 +28,7 @@
         | daytrader module versions
         |
         -->
-        <daytraderVersion>1.1-SNAPSHOT</daytraderVersion>
+        <daytraderVersion>1.1</daytraderVersion>
     </properties>
 
     <developers>
@@ -107,12 +107,12 @@
             <dependency>
                 <groupId>geronimo</groupId>
                 <artifactId>daytrader-wsappclient</artifactId>
-                <version>1.1-SNAPSHOT</version>
+                <version>1.1</version>
             </dependency>
             <dependency>
                 <groupId>geronimo</groupId>
                 <artifactId>daytrader-streamer</artifactId>
-                <version>1.1-SNAPSHOT</version>
+                <version>1.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
@@ -133,19 +133,19 @@
             <dependency>
                 <groupId>geronimo</groupId>
                 <artifactId>daytrader-ejb</artifactId>
-                <version>${daytraderVersion}</version>
+                <version>1.1</version>
                 <type>ejb</type>
             </dependency>
             <!--dependency>
             <groupId>geronimo</groupId>
             <artifactId>daytrader-ejb</artifactId>
-            <version>1.1-SNAPSHOT</version>
+            <version>1.1</version>
             <type>ejb-client</type>
         </dependency-->
         <dependency>
             <groupId>geronimo</groupId>
             <artifactId>daytrader-web</artifactId>
-            <version>1.1-SNAPSHOT</version>
+            <version>1.1</version>
             <type>war</type>
         </dependency>
     </dependencies>