Author: objectiser
Date: 2011-01-10 11:37:59 -0500 (Mon, 10 Jan 2011)
New Revision: 1229
Modified:
dsp/trunk/api/pom.xml
dsp/trunk/distribution/pom.xml
dsp/trunk/distribution/src/main/release/ReleaseNotes.txt
dsp/trunk/jboss/pom.xml
dsp/trunk/pom.xml
dsp/trunk/tomcat/pom.xml
Log:
Set version to 1.0.0.CR1.
Modified: dsp/trunk/api/pom.xml
===================================================================
--- dsp/trunk/api/pom.xml 2011-01-10 15:43:33 UTC (rev 1228)
+++ dsp/trunk/api/pom.xml 2011-01-10 16:37:59 UTC (rev 1229)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.dsp</groupId>
<artifactId>dsp-api</artifactId>
<packaging>jar</packaging>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.CR1</version>
<name>SOA::DSP::API</name>
<parent>
<groupId>org.jboss.soa.dsp</groupId>
<artifactId>dsp</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.CR1</version>
</parent>
<dependencies>
Modified: dsp/trunk/distribution/pom.xml
===================================================================
--- dsp/trunk/distribution/pom.xml 2011-01-10 15:43:33 UTC (rev 1228)
+++ dsp/trunk/distribution/pom.xml 2011-01-10 16:37:59 UTC (rev 1229)
@@ -4,13 +4,13 @@
<groupId>org.jboss.soa.dsp</groupId>
<artifactId>distribution</artifactId>
<packaging>pom</packaging>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.CR1</version>
<name>SOA::DSP::Distribution</name>
<parent>
<groupId>org.jboss.soa.dsp</groupId>
<artifactId>dsp</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.CR1</version>
</parent>
<properties>
@@ -33,11 +33,6 @@
<artifactId>dsp-tomcat</artifactId>
<version>${dsp.version}</version>
</dependency>
- <dependency>
- <groupId>org.jboss.soa.dsp.samples</groupId>
- <artifactId>dsp-example-provider</artifactId>
- <version>${dsp.version}</version>
- </dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
Modified: dsp/trunk/distribution/src/main/release/ReleaseNotes.txt
===================================================================
--- dsp/trunk/distribution/src/main/release/ReleaseNotes.txt 2011-01-10 15:43:33 UTC (rev
1228)
+++ dsp/trunk/distribution/src/main/release/ReleaseNotes.txt 2011-01-10 16:37:59 UTC (rev
1229)
@@ -0,0 +1,9 @@
+Dynamic Service Provider 1.0.0.CR1
+==================================
+
+This is the first candidate release for version 1.0.0 of the Dynamic Service Provider
project.
+
+This is a sub-project of the RiftSaw BPEL runtime community project, used to dynamically
create
+web service endpoints based on a supplied WSDL definition, that are implemented using a
nominated
+service provider implementation.
+
Modified: dsp/trunk/jboss/pom.xml
===================================================================
--- dsp/trunk/jboss/pom.xml 2011-01-10 15:43:33 UTC (rev 1228)
+++ dsp/trunk/jboss/pom.xml 2011-01-10 16:37:59 UTC (rev 1229)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.dsp</groupId>
<artifactId>dsp-jboss</artifactId>
<packaging>jar</packaging>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.CR1</version>
<name>SOA::DSP::JBoss</name>
<parent>
<groupId>org.jboss.soa.dsp</groupId>
<artifactId>dsp</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.CR1</version>
</parent>
<dependencies>
Modified: dsp/trunk/pom.xml
===================================================================
--- dsp/trunk/pom.xml 2011-01-10 15:43:33 UTC (rev 1228)
+++ dsp/trunk/pom.xml 2011-01-10 16:37:59 UTC (rev 1229)
@@ -5,11 +5,11 @@
<groupId>org.jboss.soa.dsp</groupId>
<artifactId>dsp</artifactId>
<packaging>pom</packaging>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.CR1</version>
<name>SOA::DSP</name>
<properties>
- <dsp.version>1.0.0-SNAPSHOT</dsp.version>
+ <dsp.version>1.0.0.CR1</dsp.version>
<junit.version>4.8.1</junit.version>
<jboss.version>5.1.0.GA</jboss.version>
<jaxws.version>2.1</jaxws.version>
Modified: dsp/trunk/tomcat/pom.xml
===================================================================
--- dsp/trunk/tomcat/pom.xml 2011-01-10 15:43:33 UTC (rev 1228)
+++ dsp/trunk/tomcat/pom.xml 2011-01-10 16:37:59 UTC (rev 1229)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.dsp</groupId>
<artifactId>dsp-tomcat</artifactId>
<packaging>jar</packaging>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.CR1</version>
<name>SOA::DSP::Tomcat</name>
<parent>
<groupId>org.jboss.soa.dsp</groupId>
<artifactId>dsp</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.CR1</version>
</parent>
<dependencies>