Author: chamikara
Date: Thu Jan 19 20:02:20 2006
New Revision: 370725
URL: http://svn.apache.org/viewcvs?rev=370725&view=rev
Log:
Updates to the project.xml. Changed the current version to 0.91-SNAPSHOT.
Modified:
webservices/sandesha/trunk/project.xml
Modified: webservices/sandesha/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/project.xml?rev=370725&r1=370724&r2=370725&view=diff
==============================================================================
--- webservices/sandesha/trunk/project.xml (original)
+++ webservices/sandesha/trunk/project.xml Thu Jan 19 20:02:20 2006
@@ -1,56 +1,33 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project>
- <!-- the version of maven's project object model -->
<pomVersion>3</pomVersion>
-
- <!-- a unique name for this project -->
- <id>Sandesha2</id>
-
- <!-- a short but descriptive name for the project -->
+ <id>sandesha2</id>
<name>Apache Sandesha2</name>
-
- <!-- The version of the project under development, e.g.
- 1.1, 1.2, 2.0-SNAPSHOT -->
- <currentVersion>0.9</currentVersion>
-
- <!-- details about the organization that 'owns' the project -->
+ <groupId>sandesha2</groupId>
+ <currentVersion>0.91-SNAPSHOT</currentVersion>
<organization>
<name>Apache Web Services</name>
<url>http://ws.apache.org/</url>
<logo>http://www.apache.org/images/asf-logo.gif</logo>
</organization>
-
- <!-- the year the project started -->
<inceptionYear>2005</inceptionYear>
-
<package>org.apache.sandesha2</package>
-
<logo>http://ws.apache.org/ws-fx/sandesha/images/Sandesha.jpg</logo>
<description>
Sandesha2 is an implementation of WS-ReliableMessaging specification published
IBM, Microsoft, BEA and TIBCO. Sandesha2 was built on top of Axis2. So by using
Sandesha2 you can add reliable messaging capability to the web services you
have hosted using Axis2. You can also use Sandesha2 with Axis2 client to
interact with already hosted web services in a reliable manner. Please see
sandesha2 user guide for more information on using Sandesha2. Read Sandesha2
Architecture guide to see how Sandesha2 work internally.
</description>
- <!-- a short description of what the project does -->
<shortDescription>WS-ReliableMessaging implementation for Apache
Axis2</shortDescription>
-
- <!-- the project home page -->
<url>http://ws.apache.org/ws-fx/sandesha/sandesha2</url>
-
<issueTrackingUrl>http://issues.apache.org/jira/browse/SAND</issueTrackingUrl>
<siteAddress>ws.apache.org</siteAddress>
-
<siteDirectory>/ws-fx/sandesha/sandesha2</siteDirectory>
-
<distributionDirectory>/www/ws.apache.org/builds/</distributionDirectory>
- <!-- the version control repository and http url for online access
- the connection element has the form:
- scm:<system>:<system specific connection string> -->
<repository>
<connection></connection>
<url>http://svn.apache.org/repos/asf/webservices/sandesha/trunk</url>
</repository>
- <!-- any mailing lists for the project -->
<mailingLists>
<mailingList>
<name>Sandesha Developer List</name>
@@ -60,9 +37,7 @@
</mailingList>
</mailingLists>
- <!-- who the developers are for the project -->
<developers>
-
<developer>
<name>Sanjiva Weerawarana</name>
<id>sanjiva</id>
@@ -70,7 +45,6 @@
<organization>
</organization>
</developer>
-
<developer>
<name>Davanum Srinivas</name>
<id>dims</id>
@@ -78,7 +52,6 @@
<organization>
</organization>
</developer>
-
<developer>
<name>Jaliya Ekanayake</name>
<id>jaliya</id>
@@ -86,7 +59,6 @@
<organization>
</organization>
</developer>
-
<developer>
<name>Chamikara Jayalath</name>
<id>chamikara</id>
@@ -94,7 +66,6 @@
<organization>
</organization>
</developer>
-
</developers>
<licenses>
@@ -105,7 +76,6 @@
</license>
</licenses>
- <!-- build information for the project -->
<build>
<nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
<sourceDirectory>src</sourceDirectory>
@@ -122,9 +92,7 @@
</includes>
</resource>
</resources>
-
</unitTest>
-
</build>
<!-- ============ -->
@@ -132,79 +100,66 @@
<!-- ============ -->
<dependencies>
-
<dependency>
<groupId>axis2</groupId>
<artifactId>axis2</artifactId>
<version>0.95-SNAPSHOT</version>
</dependency>
-
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
-
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.12</version>
</dependency>
-
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.3</version>
</dependency>
-
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.0-rc4</version>
</dependency>
-
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
<version>1.0</version>
</dependency>
-
<dependency>
<groupId>woodstox</groupId>
<artifactId>wstx-asl</artifactId>
<version>2.8</version>
</dependency>
-
<dependency>
<groupId>axis</groupId>
<artifactId>axis-wsdl4j</artifactId>
<version>1.2-RC3</version>
</dependency>
-
<dependency>
<groupId>ws-commons</groupId>
<artifactId>ws-policy</artifactId>
<version>SNAPSHOT</version>
</dependency>
-
<dependency>
<groupId>ws-commons</groupId>
<artifactId>XmlSchema</artifactId>
<version>SNAPSHOT</version>
</dependency>
-
<dependency>
<groupId>annogen</groupId>
<artifactId>annogen</artifactId>
<version>0.1.0</version>
</dependency>
-
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
<version>2.0_01_pd</version>
- </dependency>
-
+ </dependency>
</dependencies>
<!-- ======= -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]