Author: shankar
Date: Thu Apr 30 10:11:09 2009
New Revision: 770140
URL: http://svn.apache.org/viewvc?rev=770140&view=rev
Log:
changing SNAPSHOT dependency to released version
Modified:
incubator/stonehenge/trunk/stocktrader/wsas/business_service/pom.xml
incubator/stonehenge/trunk/stocktrader/wsas/common/pom.xml
incubator/stonehenge/trunk/stocktrader/wsas/order_processor/pom.xml
Modified: incubator/stonehenge/trunk/stocktrader/wsas/business_service/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/business_service/pom.xml?rev=770140&r1=770139&r2=770140&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/business_service/pom.xml
(original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/business_service/pom.xml Thu
Apr 30 10:11:09 2009
@@ -28,14 +28,15 @@
<name>Apache Stonehenge WSAS Stock Trader Business Service</name>
<version>SNAPSHOT</version>
<properties>
- <addressing.mar.version>SNAPSHOT</addressing.mar.version>
- <soapmonitor.mar.version>SNAPSHOT</soapmonitor.mar.version>
- <mex.mar.version>SNAPSHOT</mex.mar.version>
- <ping.mar.version>SNAPSHOT</ping.mar.version>
- <scripting.mar.version>SNAPSHOT</scripting.mar.version>
+ <axis2.version>1.4.1</axis2.version>
+ <addressing.mar.version>1.4.1</addressing.mar.version>
+ <soapmonitor.mar.version>1.4.1</soapmonitor.mar.version>
+ <mex.mar.version>1.4.1</mex.mar.version>
+ <ping.mar.version>1.4.1</ping.mar.version>
+ <scripting.mar.version>1.4.1</scripting.mar.version>
<ant.version>1.7.0</ant.version>
<antlr.version>2.7.7</antlr.version>
- <axiom.version>SNAPSHOT</axiom.version>
+ <axiom.version>1.2.8</axiom.version>
<bcel.version>5.2</bcel.version>
<bsf.version>2.4.0</bsf.version>
<commons.codec.version>1.3</commons.codec.version>
@@ -75,7 +76,7 @@
<maven.plugin.testing.version>1.1</maven.plugin.testing.version>
<maven.version>2.0.7</maven.version>
<maven.war.version>2.0.2</maven.war.version>
- <neethi.version>SNAPSHOT</neethi.version>
+ <neethi.version>2.0.4</neethi.version>
<plexus.utils.version>1.4.9</plexus.utils.version>
<rhino.version>1.6R7</rhino.version>
<servlet.api.version>2.3</servlet.api.version>
@@ -93,7 +94,7 @@
<xml_apis.version>1.3.04</xml_apis.version>
<xmlbeans.version>2.3.0</xmlbeans.version>
<xml_resolver.version>1.2</xml_resolver.version>
- <xmlschema.version>SNAPSHOT</xmlschema.version>
+ <xmlschema.version>1.4.5</xmlschema.version>
<xmlunit.version>1.1</xmlunit.version>
<smack.version>3.0.4</smack.version>
<commons.lang.version>2.3</commons.lang.version>
@@ -347,22 +348,22 @@
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-kernel</artifactId>
- <version>${version}</version>
+ <version>${axis2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-adb</artifactId>
- <version>${version}</version>
+ <version>${axis2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-codegen</artifactId>
- <version>${version}</version>
+ <version>${axis2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-adb-codegen</artifactId>
- <version>${version}</version>
+ <version>${axis2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.stonehenge.stocktrader.common</groupId>
Modified: incubator/stonehenge/trunk/stocktrader/wsas/common/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/common/pom.xml?rev=770140&r1=770139&r2=770140&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/common/pom.xml (original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/common/pom.xml Thu Apr 30
10:11:09 2009
@@ -28,14 +28,15 @@
<name>Apache Stonehenge WSAS Stock Trader Common</name>
<version>SNAPSHOT</version>
<properties>
- <addressing.mar.version>SNAPSHOT</addressing.mar.version>
- <soapmonitor.mar.version>SNAPSHOT</soapmonitor.mar.version>
- <mex.mar.version>SNAPSHOT</mex.mar.version>
- <ping.mar.version>SNAPSHOT</ping.mar.version>
- <scripting.mar.version>SNAPSHOT</scripting.mar.version>
+ <axis2.version>1.4.1</axis2.version>
+ <addressing.mar.version>1.4.1</addressing.mar.version>
+ <soapmonitor.mar.version>1.4.1</soapmonitor.mar.version>
+ <mex.mar.version>1.4.1</mex.mar.version>
+ <ping.mar.version>1.4.1</ping.mar.version>
+ <scripting.mar.version>1.4.1</scripting.mar.version>
<ant.version>1.7.0</ant.version>
<antlr.version>2.7.7</antlr.version>
- <axiom.version>SNAPSHOT</axiom.version>
+ <axiom.version>1.2.8</axiom.version>
<bcel.version>5.2</bcel.version>
<bsf.version>2.4.0</bsf.version>
<commons.codec.version>1.3</commons.codec.version>
@@ -75,7 +76,7 @@
<maven.plugin.testing.version>1.1</maven.plugin.testing.version>
<maven.version>2.0.7</maven.version>
<maven.war.version>2.0.2</maven.war.version>
- <neethi.version>SNAPSHOT</neethi.version>
+ <neethi.version>2.0.4</neethi.version>
<plexus.utils.version>1.4.9</plexus.utils.version>
<rhino.version>1.6R7</rhino.version>
<servlet.api.version>2.3</servlet.api.version>
@@ -93,7 +94,7 @@
<xml_apis.version>1.3.04</xml_apis.version>
<xmlbeans.version>2.3.0</xmlbeans.version>
<xml_resolver.version>1.2</xml_resolver.version>
- <xmlschema.version>SNAPSHOT</xmlschema.version>
+ <xmlschema.version>1.4.5</xmlschema.version>
<xmlunit.version>1.1</xmlunit.version>
<smack.version>3.0.4</smack.version>
<commons.lang.version>2.3</commons.lang.version>
@@ -347,17 +348,17 @@
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-adb</artifactId>
- <version>${version}</version>
+ <version>${axis2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-codegen</artifactId>
- <version>${version}</version>
+ <version>${axis2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-kernel</artifactId>
- <version>${version}</version>
+ <version>${axis2.version}</version>
</dependency>
</dependencies>
<repositories>
Modified: incubator/stonehenge/trunk/stocktrader/wsas/order_processor/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/order_processor/pom.xml?rev=770140&r1=770139&r2=770140&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/order_processor/pom.xml
(original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/order_processor/pom.xml Thu Apr
30 10:11:09 2009
@@ -28,14 +28,15 @@
<name>Apache Stonehenge WSAS Stock Trader OrderProcessor Service</name>
<version>SNAPSHOT</version>
<properties>
- <addressing.mar.version>SNAPSHOT</addressing.mar.version>
- <soapmonitor.mar.version>SNAPSHOT</soapmonitor.mar.version>
- <mex.mar.version>SNAPSHOT</mex.mar.version>
- <ping.mar.version>SNAPSHOT</ping.mar.version>
- <scripting.mar.version>SNAPSHOT</scripting.mar.version>
+ <axis2.version>1.4.1</axis2.version>
+ <addressing.mar.version>1.4.1</addressing.mar.version>
+ <soapmonitor.mar.version>1.4.1</soapmonitor.mar.version>
+ <mex.mar.version>1.4.1</mex.mar.version>
+ <ping.mar.version>1.4.1</ping.mar.version>
+ <scripting.mar.version>1.4.1</scripting.mar.version>
<ant.version>1.7.0</ant.version>
<antlr.version>2.7.7</antlr.version>
- <axiom.version>SNAPSHOT</axiom.version>
+ <axiom.version>1.2.8</axiom.version>
<bcel.version>5.2</bcel.version>
<bsf.version>2.4.0</bsf.version>
<commons.codec.version>1.3</commons.codec.version>
@@ -75,7 +76,7 @@
<maven.plugin.testing.version>1.1</maven.plugin.testing.version>
<maven.version>2.0.7</maven.version>
<maven.war.version>2.0.2</maven.war.version>
- <neethi.version>SNAPSHOT</neethi.version>
+ <neethi.version>2.0.4</neethi.version>
<plexus.utils.version>1.4.9</plexus.utils.version>
<rhino.version>1.6R7</rhino.version>
<servlet.api.version>2.3</servlet.api.version>
@@ -93,7 +94,7 @@
<xml_apis.version>1.3.04</xml_apis.version>
<xmlbeans.version>2.3.0</xmlbeans.version>
<xml_resolver.version>1.2</xml_resolver.version>
- <xmlschema.version>SNAPSHOT</xmlschema.version>
+ <xmlschema.version>1.4.5</xmlschema.version>
<xmlunit.version>1.1</xmlunit.version>
<smack.version>3.0.4</smack.version>
<commons.lang.version>2.3</commons.lang.version>
@@ -347,17 +348,17 @@
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-adb</artifactId>
- <version>${version}</version>
+ <version>${axis2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-codegen</artifactId>
- <version>${version}</version>
+ <version>${axis2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-kernel</artifactId>
- <version>${version}</version>
+ <version>${axis2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.stonehenge.stocktrader.common</groupId>