From 3e9292bfd1eeb0ed7cc205185dd317ae05052c21 Mon Sep 17 00:00:00 2001 From: shawkins Date: Sat, 4 Jun 2016 13:31:42 -0400 Subject: [PATCH] updating to 9.1 --- admin/pom.xml | 2 +- adminshell/pom.xml | 2 +- api/pom.xml | 2 +- build/pom.xml | 2 +- client/pom.xml | 2 +- common-core/pom.xml | 2 +- connectors/connector-accumulo/pom.xml | 2 +- connectors/connector-cassandra/pom.xml | 2 +- connectors/connector-file/pom.xml | 2 +- connectors/connector-google/pom.xml | 2 +- connectors/connector-infinispan-hotrod/pom.xml | 2 +- connectors/connector-infinispan-libmode/pom.xml | 2 +- connectors/connector-ldap/pom.xml | 2 +- connectors/connector-mongodb/pom.xml | 2 +- connectors/connector-salesforce-34/pom.xml | 2 +- connectors/connector-salesforce/pom.xml | 2 +- connectors/connector-simpledb/pom.xml | 2 +- connectors/connector-solr/pom.xml | 2 +- connectors/connector-ws/pom.xml | 2 +- connectors/document-api/pom.xml | 2 +- connectors/google-api/pom.xml | 2 +- connectors/mongodb-api/pom.xml | 2 +- connectors/pom.xml | 2 +- connectors/sandbox/pom.xml | 2 +- connectors/sandbox/translator-logger/pom.xml | 2 +- connectors/sandbox/translator-yahoo/pom.xml | 2 +- connectors/simpledb-api/pom.xml | 2 +- connectors/translator-accumulo/pom.xml | 2 +- connectors/translator-cassandra/pom.xml | 2 +- connectors/translator-excel/pom.xml | 2 +- connectors/translator-file/pom.xml | 2 +- connectors/translator-google/pom.xml | 2 +- connectors/translator-hbase/pom.xml | 2 +- connectors/translator-hive/pom.xml | 2 +- connectors/translator-infinispan-hotrod/pom.xml | 2 +- connectors/translator-infinispan-libmode/pom.xml | 2 +- connectors/translator-jdbc/pom.xml | 2 +- connectors/translator-jpa/pom.xml | 2 +- connectors/translator-ldap/pom.xml | 2 +- connectors/translator-loopback/pom.xml | 2 +- connectors/translator-mongodb/pom.xml | 2 +- connectors/translator-object/pom.xml | 2 +- connectors/translator-odata/pom.xml | 2 +- connectors/translator-odata4/pom.xml | 2 +- connectors/translator-olap/pom.xml | 2 +- connectors/translator-prestodb/pom.xml | 2 +- connectors/translator-salesforce-34/pom.xml | 2 +- connectors/translator-salesforce/pom.xml | 2 +- connectors/translator-simpledb/pom.xml | 2 +- connectors/translator-solr/pom.xml | 2 +- connectors/translator-swagger/pom.xml | 2 +- connectors/translator-ws/pom.xml | 2 +- eclipselink-platform/pom.xml | 2 +- engine/pom.xml | 2 +- hibernate-dialect/pom.xml | 2 +- jboss-admin/pom.xml | 2 +- jboss-integration/pom.xml | 2 +- jboss-security/pom.xml | 2 +- metadata/pom.xml | 2 +- odata/pom.xml | 2 +- olingo-common/pom.xml | 2 +- olingo-patches/pom.xml | 2 +- olingo/pom.xml | 2 +- pom.xml | 2 +- rest-service/pom.xml | 2 +- runtime/pom.xml | 2 +- test-integration/common/pom.xml | 2 +- test-integration/db/pom.xml | 2 +- test-integration/perf/pom.xml | 2 +- test-integration/pom.xml | 2 +- 70 files changed, 70 insertions(+), 70 deletions(-) diff --git a/admin/pom.xml b/admin/pom.xml index 0123060d5f..415c0de5e6 100644 --- a/admin/pom.xml +++ b/admin/pom.xml @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 teiid-admin diff --git a/adminshell/pom.xml b/adminshell/pom.xml index 872430a0c3..9b666d5c3e 100644 --- a/adminshell/pom.xml +++ b/adminshell/pom.xml @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 teiid-adminshell diff --git a/api/pom.xml b/api/pom.xml index b9d18e5887..2925a94dd6 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 teiid-api diff --git a/build/pom.xml b/build/pom.xml index 52eec7556a..0c15dcccea 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -2,7 +2,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 diff --git a/client/pom.xml b/client/pom.xml index a83b5a1b36..19553e3870 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 teiid-client diff --git a/common-core/pom.xml b/common-core/pom.xml index 650caa24ed..d5bea30cf1 100644 --- a/common-core/pom.xml +++ b/common-core/pom.xml @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 teiid-common-core diff --git a/connectors/connector-accumulo/pom.xml b/connectors/connector-accumulo/pom.xml index e4a3d5c753..b677a04665 100644 --- a/connectors/connector-accumulo/pom.xml +++ b/connectors/connector-accumulo/pom.xml @@ -3,7 +3,7 @@ org.jboss.teiid connectors - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT org.jboss.teiid.connectors diff --git a/connectors/connector-cassandra/pom.xml b/connectors/connector-cassandra/pom.xml index 29469991d3..cc93518552 100644 --- a/connectors/connector-cassandra/pom.xml +++ b/connectors/connector-cassandra/pom.xml @@ -3,7 +3,7 @@ org.jboss.teiid connectors - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT org.jboss.teiid.connectors diff --git a/connectors/connector-file/pom.xml b/connectors/connector-file/pom.xml index dffe9e260b..172a580ddf 100644 --- a/connectors/connector-file/pom.xml +++ b/connectors/connector-file/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 connector-file diff --git a/connectors/connector-google/pom.xml b/connectors/connector-google/pom.xml index d8eb0734d7..833bec3abd 100644 --- a/connectors/connector-google/pom.xml +++ b/connectors/connector-google/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 connector-google diff --git a/connectors/connector-infinispan-hotrod/pom.xml b/connectors/connector-infinispan-hotrod/pom.xml index 331f0489d9..f059b86f24 100644 --- a/connectors/connector-infinispan-hotrod/pom.xml +++ b/connectors/connector-infinispan-hotrod/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 connector-infinispan-hotrod diff --git a/connectors/connector-infinispan-libmode/pom.xml b/connectors/connector-infinispan-libmode/pom.xml index 812a252f9b..89f6935b30 100644 --- a/connectors/connector-infinispan-libmode/pom.xml +++ b/connectors/connector-infinispan-libmode/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 connector-infinispan-libmode diff --git a/connectors/connector-ldap/pom.xml b/connectors/connector-ldap/pom.xml index 3e9fd2935b..098079c243 100644 --- a/connectors/connector-ldap/pom.xml +++ b/connectors/connector-ldap/pom.xml @@ -2,7 +2,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 connector-ldap diff --git a/connectors/connector-mongodb/pom.xml b/connectors/connector-mongodb/pom.xml index db34bf8e34..9dbf16e6f1 100644 --- a/connectors/connector-mongodb/pom.xml +++ b/connectors/connector-mongodb/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 connector-mongodb diff --git a/connectors/connector-salesforce-34/pom.xml b/connectors/connector-salesforce-34/pom.xml index 8eb84c5c20..d69d422df6 100644 --- a/connectors/connector-salesforce-34/pom.xml +++ b/connectors/connector-salesforce-34/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 connector-salesforce-34 diff --git a/connectors/connector-salesforce/pom.xml b/connectors/connector-salesforce/pom.xml index c18662e5c0..962a13c502 100644 --- a/connectors/connector-salesforce/pom.xml +++ b/connectors/connector-salesforce/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 connector-salesforce diff --git a/connectors/connector-simpledb/pom.xml b/connectors/connector-simpledb/pom.xml index 3f3c6ff05b..5173d83b13 100644 --- a/connectors/connector-simpledb/pom.xml +++ b/connectors/connector-simpledb/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 connector-simpledb diff --git a/connectors/connector-solr/pom.xml b/connectors/connector-solr/pom.xml index 0bbd8a1358..6c2f3bd96e 100644 --- a/connectors/connector-solr/pom.xml +++ b/connectors/connector-solr/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 connector-solr diff --git a/connectors/connector-ws/pom.xml b/connectors/connector-ws/pom.xml index 1a475b9d74..e68b064c97 100644 --- a/connectors/connector-ws/pom.xml +++ b/connectors/connector-ws/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 connector-ws diff --git a/connectors/document-api/pom.xml b/connectors/document-api/pom.xml index 361a0f54ba..3478849293 100644 --- a/connectors/document-api/pom.xml +++ b/connectors/document-api/pom.xml @@ -2,7 +2,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 document-api diff --git a/connectors/google-api/pom.xml b/connectors/google-api/pom.xml index 4829d59f21..07fa16e159 100644 --- a/connectors/google-api/pom.xml +++ b/connectors/google-api/pom.xml @@ -2,7 +2,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 google-api diff --git a/connectors/mongodb-api/pom.xml b/connectors/mongodb-api/pom.xml index 56c6e66fe3..1821208d38 100644 --- a/connectors/mongodb-api/pom.xml +++ b/connectors/mongodb-api/pom.xml @@ -2,7 +2,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 mongodb-api diff --git a/connectors/pom.xml b/connectors/pom.xml index 076c0a83f5..88cd518d1d 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 connectors diff --git a/connectors/sandbox/pom.xml b/connectors/sandbox/pom.xml index 4ad8838782..cfa8cb142f 100644 --- a/connectors/sandbox/pom.xml +++ b/connectors/sandbox/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 org.jboss.teiid.connectors diff --git a/connectors/sandbox/translator-logger/pom.xml b/connectors/sandbox/translator-logger/pom.xml index e4343bf179..ab65b9b16e 100644 --- a/connectors/sandbox/translator-logger/pom.xml +++ b/connectors/sandbox/translator-logger/pom.xml @@ -3,7 +3,7 @@ sandbox org.jboss.teiid.connectors - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-logger diff --git a/connectors/sandbox/translator-yahoo/pom.xml b/connectors/sandbox/translator-yahoo/pom.xml index e1a818881d..8a424ac013 100644 --- a/connectors/sandbox/translator-yahoo/pom.xml +++ b/connectors/sandbox/translator-yahoo/pom.xml @@ -3,7 +3,7 @@ sandbox org.jboss.teiid.connectors - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-yahoo diff --git a/connectors/simpledb-api/pom.xml b/connectors/simpledb-api/pom.xml index 4ae176ea9d..fa61aa6141 100644 --- a/connectors/simpledb-api/pom.xml +++ b/connectors/simpledb-api/pom.xml @@ -2,7 +2,7 @@ org.jboss.teiid connectors - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 simpledb-api diff --git a/connectors/translator-accumulo/pom.xml b/connectors/translator-accumulo/pom.xml index 1e6d97887c..a9d3aaa2de 100644 --- a/connectors/translator-accumulo/pom.xml +++ b/connectors/translator-accumulo/pom.xml @@ -3,7 +3,7 @@ org.jboss.teiid connectors - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT org.jboss.teiid.connectors translator-accumulo diff --git a/connectors/translator-cassandra/pom.xml b/connectors/translator-cassandra/pom.xml index d4d1c059bd..3dbf00ca46 100644 --- a/connectors/translator-cassandra/pom.xml +++ b/connectors/translator-cassandra/pom.xml @@ -3,7 +3,7 @@ org.jboss.teiid connectors - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT org.jboss.teiid.connectors diff --git a/connectors/translator-excel/pom.xml b/connectors/translator-excel/pom.xml index 3d3ce3ad50..e1b7dd35f8 100644 --- a/connectors/translator-excel/pom.xml +++ b/connectors/translator-excel/pom.xml @@ -3,7 +3,7 @@ org.jboss.teiid connectors - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 diff --git a/connectors/translator-file/pom.xml b/connectors/translator-file/pom.xml index a377b26847..921e3975bf 100644 --- a/connectors/translator-file/pom.xml +++ b/connectors/translator-file/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-file diff --git a/connectors/translator-google/pom.xml b/connectors/translator-google/pom.xml index 736e66333d..d30f9295fc 100644 --- a/connectors/translator-google/pom.xml +++ b/connectors/translator-google/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-google diff --git a/connectors/translator-hbase/pom.xml b/connectors/translator-hbase/pom.xml index 961fc8e6df..2c8d8647bd 100644 --- a/connectors/translator-hbase/pom.xml +++ b/connectors/translator-hbase/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-hbase diff --git a/connectors/translator-hive/pom.xml b/connectors/translator-hive/pom.xml index 1292f682e8..abe9df8221 100644 --- a/connectors/translator-hive/pom.xml +++ b/connectors/translator-hive/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-hive diff --git a/connectors/translator-infinispan-hotrod/pom.xml b/connectors/translator-infinispan-hotrod/pom.xml index 301fbebdba..e3f9737a6a 100644 --- a/connectors/translator-infinispan-hotrod/pom.xml +++ b/connectors/translator-infinispan-hotrod/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-infinispan-hotrod diff --git a/connectors/translator-infinispan-libmode/pom.xml b/connectors/translator-infinispan-libmode/pom.xml index 335e957cc4..6c423b9056 100644 --- a/connectors/translator-infinispan-libmode/pom.xml +++ b/connectors/translator-infinispan-libmode/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-infinispan-libmode diff --git a/connectors/translator-jdbc/pom.xml b/connectors/translator-jdbc/pom.xml index 3642016850..8a66a4c3b1 100644 --- a/connectors/translator-jdbc/pom.xml +++ b/connectors/translator-jdbc/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-jdbc diff --git a/connectors/translator-jpa/pom.xml b/connectors/translator-jpa/pom.xml index 9b6b7e1f61..fe253fc2e8 100644 --- a/connectors/translator-jpa/pom.xml +++ b/connectors/translator-jpa/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-jpa diff --git a/connectors/translator-ldap/pom.xml b/connectors/translator-ldap/pom.xml index aca2abb9e8..3ec41cc788 100644 --- a/connectors/translator-ldap/pom.xml +++ b/connectors/translator-ldap/pom.xml @@ -2,7 +2,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-ldap diff --git a/connectors/translator-loopback/pom.xml b/connectors/translator-loopback/pom.xml index 983900ac72..a825efd92f 100644 --- a/connectors/translator-loopback/pom.xml +++ b/connectors/translator-loopback/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-loopback diff --git a/connectors/translator-mongodb/pom.xml b/connectors/translator-mongodb/pom.xml index e37d218035..e3313b7aeb 100644 --- a/connectors/translator-mongodb/pom.xml +++ b/connectors/translator-mongodb/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-mongodb diff --git a/connectors/translator-object/pom.xml b/connectors/translator-object/pom.xml index 6702954fb6..1ace137f2d 100644 --- a/connectors/translator-object/pom.xml +++ b/connectors/translator-object/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-object diff --git a/connectors/translator-odata/pom.xml b/connectors/translator-odata/pom.xml index f658d70346..21a51218bd 100644 --- a/connectors/translator-odata/pom.xml +++ b/connectors/translator-odata/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-odata diff --git a/connectors/translator-odata4/pom.xml b/connectors/translator-odata4/pom.xml index c14b33290d..d47d9d64b1 100644 --- a/connectors/translator-odata4/pom.xml +++ b/connectors/translator-odata4/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-odata4 diff --git a/connectors/translator-olap/pom.xml b/connectors/translator-olap/pom.xml index 7e23944c84..425be4f4aa 100644 --- a/connectors/translator-olap/pom.xml +++ b/connectors/translator-olap/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-olap diff --git a/connectors/translator-prestodb/pom.xml b/connectors/translator-prestodb/pom.xml index 9360c5adb8..fbd242fbf0 100644 --- a/connectors/translator-prestodb/pom.xml +++ b/connectors/translator-prestodb/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-prestodb diff --git a/connectors/translator-salesforce-34/pom.xml b/connectors/translator-salesforce-34/pom.xml index 02799bfe0f..1f607b1681 100644 --- a/connectors/translator-salesforce-34/pom.xml +++ b/connectors/translator-salesforce-34/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-salesforce-34 diff --git a/connectors/translator-salesforce/pom.xml b/connectors/translator-salesforce/pom.xml index 2f4d516041..2a9f53a2fe 100644 --- a/connectors/translator-salesforce/pom.xml +++ b/connectors/translator-salesforce/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-salesforce diff --git a/connectors/translator-simpledb/pom.xml b/connectors/translator-simpledb/pom.xml index 1856047c4b..2c5a7e3200 100644 --- a/connectors/translator-simpledb/pom.xml +++ b/connectors/translator-simpledb/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 org.jboss.teiid.connectors diff --git a/connectors/translator-solr/pom.xml b/connectors/translator-solr/pom.xml index f507c731a1..fafa669d72 100644 --- a/connectors/translator-solr/pom.xml +++ b/connectors/translator-solr/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-solr diff --git a/connectors/translator-swagger/pom.xml b/connectors/translator-swagger/pom.xml index 3bba90c86a..a12d754646 100644 --- a/connectors/translator-swagger/pom.xml +++ b/connectors/translator-swagger/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-swagger diff --git a/connectors/translator-ws/pom.xml b/connectors/translator-ws/pom.xml index 3dbf369f65..12e097638c 100644 --- a/connectors/translator-ws/pom.xml +++ b/connectors/translator-ws/pom.xml @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 translator-ws diff --git a/eclipselink-platform/pom.xml b/eclipselink-platform/pom.xml index d3ebdb93a1..45e047b60d 100644 --- a/eclipselink-platform/pom.xml +++ b/eclipselink-platform/pom.xml @@ -2,7 +2,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 teiid-eclipselink-platform diff --git a/engine/pom.xml b/engine/pom.xml index d26f90583d..98ada87b63 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 teiid-engine diff --git a/hibernate-dialect/pom.xml b/hibernate-dialect/pom.xml index 7cd1e129a9..2ccab68361 100644 --- a/hibernate-dialect/pom.xml +++ b/hibernate-dialect/pom.xml @@ -2,7 +2,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 teiid-hibernate-dialect diff --git a/jboss-admin/pom.xml b/jboss-admin/pom.xml index 6a5d79a235..d12759205d 100644 --- a/jboss-admin/pom.xml +++ b/jboss-admin/pom.xml @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 teiid-jboss-admin diff --git a/jboss-integration/pom.xml b/jboss-integration/pom.xml index 09850ae3d5..f4c7e9790f 100644 --- a/jboss-integration/pom.xml +++ b/jboss-integration/pom.xml @@ -2,7 +2,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 teiid-jboss-integration diff --git a/jboss-security/pom.xml b/jboss-security/pom.xml index c9ed7cbb8c..a3e61959c5 100644 --- a/jboss-security/pom.xml +++ b/jboss-security/pom.xml @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 teiid-jboss-security diff --git a/metadata/pom.xml b/metadata/pom.xml index 37f8202a59..71546c13c2 100644 --- a/metadata/pom.xml +++ b/metadata/pom.xml @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 teiid-metadata diff --git a/odata/pom.xml b/odata/pom.xml index 644f69d4d8..8cf39ab272 100644 --- a/odata/pom.xml +++ b/odata/pom.xml @@ -2,7 +2,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 diff --git a/olingo-common/pom.xml b/olingo-common/pom.xml index 9d1b1bed40..78e5cb8349 100644 --- a/olingo-common/pom.xml +++ b/olingo-common/pom.xml @@ -2,7 +2,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 diff --git a/olingo-patches/pom.xml b/olingo-patches/pom.xml index ff338a8b33..d103ae89e5 100644 --- a/olingo-patches/pom.xml +++ b/olingo-patches/pom.xml @@ -2,7 +2,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 diff --git a/olingo/pom.xml b/olingo/pom.xml index 3dbc0ec4c4..31bd83b66e 100644 --- a/olingo/pom.xml +++ b/olingo/pom.xml @@ -2,7 +2,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 4465eb66e2..88dad11738 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ pom Teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT Federated SQL and XML query engine. http://www.jboss.org/teiid diff --git a/rest-service/pom.xml b/rest-service/pom.xml index 694689673e..54bcedecf9 100644 --- a/rest-service/pom.xml +++ b/rest-service/pom.xml @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 rest-service diff --git a/runtime/pom.xml b/runtime/pom.xml index 227eafca13..ecdfd4ab8d 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 teiid-runtime diff --git a/test-integration/common/pom.xml b/test-integration/common/pom.xml index 296ce51c12..1d0aecec51 100644 --- a/test-integration/common/pom.xml +++ b/test-integration/common/pom.xml @@ -3,7 +3,7 @@ teiid-test-integration org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 test-integration-common diff --git a/test-integration/db/pom.xml b/test-integration/db/pom.xml index 680fc7983d..e6fc81c09c 100644 --- a/test-integration/db/pom.xml +++ b/test-integration/db/pom.xml @@ -9,7 +9,7 @@ teiid-test-integration org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 diff --git a/test-integration/perf/pom.xml b/test-integration/perf/pom.xml index 47c9469d4b..bccc03c2ea 100644 --- a/test-integration/perf/pom.xml +++ b/test-integration/perf/pom.xml @@ -3,7 +3,7 @@ teiid-test-integration org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 test-integration-perf diff --git a/test-integration/pom.xml b/test-integration/pom.xml index c1e71f194c..7d467e1f8d 100644 --- a/test-integration/pom.xml +++ b/test-integration/pom.xml @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 9.0.0.CR3-SNAPSHOT + 9.1.0.Alpha1-SNAPSHOT 4.0.0 teiid-test-integration