summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-06-26 02:05:43 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-06-26 02:05:43 +0000
commit61a71e839b703fee48b13c01a332c58c445a8d2f (patch)
tree40adf5258b0ca8869638179ef4703057aacbc6d4
parent620c1801ffab03b04cc62326676f23c510545f30 (diff)
TUSCANY-2414 - Fixing up DAS poms to remove incubating from artifact versions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671708 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/das/distribution/binary/pom.xml2
-rw-r--r--java/das/distribution/source/pom.xml2
-rw-r--r--java/das/ldap/das.ldap.configuration.model.ecore.v100/pom.xml2
-rw-r--r--java/das/ldap/das.ldap.configuration.model.v100/pom.xml2
-rw-r--r--java/das/ldap/das.ldap.constants/pom.xml2
-rw-r--r--java/das/ldap/das.ldap/pom.xml6
-rw-r--r--java/das/ldap/pom.xml4
-rw-r--r--java/das/plugin/pom.xml2
-rw-r--r--java/das/pom.xml4
-rw-r--r--java/das/rdb/pom.xml2
-rw-r--r--java/das/samples/advanced-webapp/pom.xml2
-rw-r--r--java/das/samples/company-webapp/pom.xml2
-rw-r--r--java/das/samples/customer/pom.xml2
-rw-r--r--java/das/samples/dbconfig/pom.xml2
-rw-r--r--java/das/samples/pom.xml2
-rw-r--r--java/das/samples/testing/tomcat/advanced-webapp/pom.xml2
-rw-r--r--java/das/samples/testing/tomcat/build.xml2
-rw-r--r--java/das/samples/testing/tomcat/company-webapp/pom.xml2
-rw-r--r--java/das/samples/testing/tomcat/pom.xml2
-rw-r--r--java/das/samples/transaction/build.xml2
-rw-r--r--java/das/samples/transaction/pom.xml2
-rw-r--r--java/das/tools/pom.xml2
-rw-r--r--java/sca/modules/data-engine-helper/pom.xml2
-rw-r--r--java/sca/modules/implementation-das/pom.xml2
24 files changed, 28 insertions, 28 deletions
diff --git a/java/das/distribution/binary/pom.xml b/java/das/distribution/binary/pom.xml
index 8731261229..0d308b3b39 100644
--- a/java/das/distribution/binary/pom.xml
+++ b/java/das/distribution/binary/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.das</groupId>
<artifactId>tuscany-das</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.tuscany.das.distribution</groupId>
diff --git a/java/das/distribution/source/pom.xml b/java/das/distribution/source/pom.xml
index 6625620e98..93e06eaa56 100644
--- a/java/das/distribution/source/pom.xml
+++ b/java/das/distribution/source/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.das</groupId>
<artifactId>tuscany-das</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.tuscany.das.distribution</groupId>
diff --git a/java/das/ldap/das.ldap.configuration.model.ecore.v100/pom.xml b/java/das/ldap/das.ldap.configuration.model.ecore.v100/pom.xml
index 68544a9ecc..2d862f55b2 100644
--- a/java/das/ldap/das.ldap.configuration.model.ecore.v100/pom.xml
+++ b/java/das/ldap/das.ldap.configuration.model.ecore.v100/pom.xml
@@ -2,7 +2,7 @@
<parent>
<artifactId>tuscany-das-ldap</artifactId>
<groupId>org.apache.tuscany.das</groupId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>das.ldap.configuration.model.ecore.v100</artifactId>
diff --git a/java/das/ldap/das.ldap.configuration.model.v100/pom.xml b/java/das/ldap/das.ldap.configuration.model.v100/pom.xml
index bab6250eb3..27da7eddc6 100644
--- a/java/das/ldap/das.ldap.configuration.model.v100/pom.xml
+++ b/java/das/ldap/das.ldap.configuration.model.v100/pom.xml
@@ -2,7 +2,7 @@
<parent>
<artifactId>tuscany-das-ldap</artifactId>
<groupId>org.apache.tuscany.das</groupId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>das.ldap.configuration.model.v100</artifactId>
diff --git a/java/das/ldap/das.ldap.constants/pom.xml b/java/das/ldap/das.ldap.constants/pom.xml
index 4154d4b7a8..e501f8b1e5 100644
--- a/java/das/ldap/das.ldap.constants/pom.xml
+++ b/java/das/ldap/das.ldap.constants/pom.xml
@@ -2,7 +2,7 @@
<parent>
<artifactId>tuscany-das-ldap</artifactId>
<groupId>org.apache.tuscany.das</groupId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>das.ldap.constants</artifactId>
diff --git a/java/das/ldap/das.ldap/pom.xml b/java/das/ldap/das.ldap/pom.xml
index 4ceccee129..68524253b6 100644
--- a/java/das/ldap/das.ldap/pom.xml
+++ b/java/das/ldap/das.ldap/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.apache.tuscany.das</groupId>
<artifactId>tuscany-das-ldap</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>das.ldap</artifactId>
@@ -25,13 +25,13 @@
<dependency>
<groupId>org.apache.tuscany.das</groupId>
<artifactId>das.ldap.configuration.model.v100</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.das</groupId>
<artifactId>das.ldap.constants</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
diff --git a/java/das/ldap/pom.xml b/java/das/ldap/pom.xml
index 162d91b21a..b6c1b72723 100644
--- a/java/das/ldap/pom.xml
+++ b/java/das/ldap/pom.xml
@@ -4,10 +4,10 @@
<parent>
<groupId>org.apache.tuscany.das</groupId>
<artifactId>tuscany-das</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<artifactId>tuscany-das-ldap</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<build>
diff --git a/java/das/plugin/pom.xml b/java/das/plugin/pom.xml
index 970075a3e2..c64751d03d 100644
--- a/java/das/plugin/pom.xml
+++ b/java/das/plugin/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.tuscany.das</groupId>
<artifactId>tuscany-das</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>tuscany-das-plugin</artifactId>
diff --git a/java/das/pom.xml b/java/das/pom.xml
index 414ceb272f..049b5a3cbd 100644
--- a/java/das/pom.xml
+++ b/java/das/pom.xml
@@ -26,7 +26,7 @@
</parent>
<groupId>org.apache.tuscany.das</groupId>
<artifactId>tuscany-das</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Tuscany DAS Implementation project</name>
@@ -37,7 +37,7 @@
</scm>
<properties>
- <das.version>1.0-incubating-SNAPSHOT</das.version>
+ <das.version>1.0-SNAPSHOT</das.version>
<sdo.version>1.0-incubating-SNAPSHOT</sdo.version>
</properties>
diff --git a/java/das/rdb/pom.xml b/java/das/rdb/pom.xml
index 477e97d3bc..059a08c52b 100644
--- a/java/das/rdb/pom.xml
+++ b/java/das/rdb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.das</groupId>
<artifactId>tuscany-das</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<artifactId>tuscany-das-rdb</artifactId>
diff --git a/java/das/samples/advanced-webapp/pom.xml b/java/das/samples/advanced-webapp/pom.xml
index a62695d8e4..84c6bcac75 100644
--- a/java/das/samples/advanced-webapp/pom.xml
+++ b/java/das/samples/advanced-webapp/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.tuscany.das.samples</groupId>
<artifactId>tuscany-das-samples</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/java/das/samples/company-webapp/pom.xml b/java/das/samples/company-webapp/pom.xml
index 1b92e2e2fb..5cab332043 100644
--- a/java/das/samples/company-webapp/pom.xml
+++ b/java/das/samples/company-webapp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.das.samples</groupId>
<artifactId>tuscany-das-samples</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<artifactId>tuscany-das-sample-company-webapp</artifactId>
diff --git a/java/das/samples/customer/pom.xml b/java/das/samples/customer/pom.xml
index d999e2b06b..f8665da523 100644
--- a/java/das/samples/customer/pom.xml
+++ b/java/das/samples/customer/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.das.samples</groupId>
<artifactId>tuscany-das-samples</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<artifactId>tuscany-das-sample-customer</artifactId>
diff --git a/java/das/samples/dbconfig/pom.xml b/java/das/samples/dbconfig/pom.xml
index abd601405b..372bcbc302 100644
--- a/java/das/samples/dbconfig/pom.xml
+++ b/java/das/samples/dbconfig/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.das.samples</groupId>
<artifactId>tuscany-das-samples</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<artifactId>tuscany-das-sample-dbconfig</artifactId>
diff --git a/java/das/samples/pom.xml b/java/das/samples/pom.xml
index d3db289a72..b95b8f9653 100644
--- a/java/das/samples/pom.xml
+++ b/java/das/samples/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.das</groupId>
<artifactId>tuscany-das</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.tuscany.das.samples</groupId>
diff --git a/java/das/samples/testing/tomcat/advanced-webapp/pom.xml b/java/das/samples/testing/tomcat/advanced-webapp/pom.xml
index db1cabb7fb..4f54e1d820 100644
--- a/java/das/samples/testing/tomcat/advanced-webapp/pom.xml
+++ b/java/das/samples/testing/tomcat/advanced-webapp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.das.samples</groupId>
<artifactId>tuscany-das-samples-testing-tomcat</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<artifactId>tuscany-das-samples-testing-tomcat-advanced-webapp</artifactId>
diff --git a/java/das/samples/testing/tomcat/build.xml b/java/das/samples/testing/tomcat/build.xml
index 12ddacdb86..3f38968476 100644
--- a/java/das/samples/testing/tomcat/build.xml
+++ b/java/das/samples/testing/tomcat/build.xml
@@ -178,7 +178,7 @@
<!-- lresende - using the right name on the build now, don't need to clean up -->
<!-- chainedmapper>
<flattenmapper/>
- <globmapper from="*-1.0-incubating-SNAPSHOT.war" to="*.war"/>
+ <globmapper from="*-1.0-SNAPSHOT.war" to="*.war"/>
</chainedmapper -->
</copy>
diff --git a/java/das/samples/testing/tomcat/company-webapp/pom.xml b/java/das/samples/testing/tomcat/company-webapp/pom.xml
index fc81f71cf5..cb4ad55a52 100644
--- a/java/das/samples/testing/tomcat/company-webapp/pom.xml
+++ b/java/das/samples/testing/tomcat/company-webapp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.das.samples</groupId>
<artifactId>tuscany-das-samples-testing-tomcat</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<artifactId>tuscany-das-samples-testing-tomcat-company-webapp</artifactId>
diff --git a/java/das/samples/testing/tomcat/pom.xml b/java/das/samples/testing/tomcat/pom.xml
index 0c6ff95fbc..6ab37dccab 100644
--- a/java/das/samples/testing/tomcat/pom.xml
+++ b/java/das/samples/testing/tomcat/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.das.samples</groupId>
<artifactId>tuscany-das-samples</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<artifactId>tuscany-das-samples-testing-tomcat</artifactId>
diff --git a/java/das/samples/transaction/build.xml b/java/das/samples/transaction/build.xml
index b3c9bd6561..5289215be5 100644
--- a/java/das/samples/transaction/build.xml
+++ b/java/das/samples/transaction/build.xml
@@ -36,7 +36,7 @@
<pathelement location="geronimo-jta_1.1_spec-1.1.jar"/>
<pathelement location="geronimo-transaction-2.0.1.jar"/>
<pathelement location="geronimo-j2ee-connector_1.5_spec-1.1.1.jar"/>
- <pathelement location="tuscany-das-sample-dbconfig-1.0-incubating-SNAPSHOT.jar"/>
+ <pathelement location="tuscany-das-sample-dbconfig-1.0-SNAPSHOT.jar"/>
<pathelement path="${test.jar}"/>
</classpath>
</java>
diff --git a/java/das/samples/transaction/pom.xml b/java/das/samples/transaction/pom.xml
index 8476cd1058..f6e50d779e 100644
--- a/java/das/samples/transaction/pom.xml
+++ b/java/das/samples/transaction/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.das.samples</groupId>
<artifactId>tuscany-das-samples</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<artifactId>tuscany-das-sample-transaction</artifactId>
diff --git a/java/das/tools/pom.xml b/java/das/tools/pom.xml
index 29ce051a6e..384ed64c62 100644
--- a/java/das/tools/pom.xml
+++ b/java/das/tools/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.das</groupId>
<artifactId>tuscany-das</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<artifactId>tuscany-das-tools</artifactId>
diff --git a/java/sca/modules/data-engine-helper/pom.xml b/java/sca/modules/data-engine-helper/pom.xml
index e4019c72f5..c8a4689650 100644
--- a/java/sca/modules/data-engine-helper/pom.xml
+++ b/java/sca/modules/data-engine-helper/pom.xml
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.tuscany.das</groupId>
<artifactId>tuscany-das-rdb</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
diff --git a/java/sca/modules/implementation-das/pom.xml b/java/sca/modules/implementation-das/pom.xml
index 75601083f4..b9e42fb6a9 100644
--- a/java/sca/modules/implementation-das/pom.xml
+++ b/java/sca/modules/implementation-das/pom.xml
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.tuscany.das</groupId>
<artifactId>tuscany-das-rdb</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>