Revert "bump more things to 1.14.101 to hopefully fix signing/baseline issue in Jenkins" - didn't work -- issue is that we can't re-pack previously signed artifacts from the baseline. So instead work around build problem with -Dtycho.baseline.replace=none -DskipBaselineComparison=true -Dtycho.baseline=disable
This reverts commit ad3303e0f0754a1bec923b109dba6431e1bb3b88.
diff --git a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/pom.xml b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/pom.xml
index 7cc18d7..c417885 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/pom.xml
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>examples</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.examples</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui</artifactId>
diff --git a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/pom.xml b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/pom.xml
index 20a3776..70dbdc6 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/pom.xml
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>examples</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.examples</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample</artifactId>
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/pom.xml b/examples/org.eclipse.datatools.connectivity.sample.ftp/pom.xml
index b062589..a5c1da2 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/pom.xml
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>examples</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.examples</groupId>
<artifactId>org.eclipse.datatools.connectivity.sample.ftp</artifactId>
diff --git a/examples/org.eclipse.datatools.connectivity.sample/pom.xml b/examples/org.eclipse.datatools.connectivity.sample/pom.xml
index 6d05aa8..5dad902 100644
--- a/examples/org.eclipse.datatools.connectivity.sample/pom.xml
+++ b/examples/org.eclipse.datatools.connectivity.sample/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>examples</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.examples</groupId>
<artifactId>org.eclipse.datatools.connectivity.sample</artifactId>
diff --git a/examples/org.eclipse.datatools.enablement.rcp/pom.xml b/examples/org.eclipse.datatools.enablement.rcp/pom.xml
index 25f07bf..fd3ee5d 100644
--- a/examples/org.eclipse.datatools.enablement.rcp/pom.xml
+++ b/examples/org.eclipse.datatools.enablement.rcp/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>examples</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.examples</groupId>
<artifactId>org.eclipse.datatools.enablement.rcp</artifactId>
diff --git a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/pom.xml b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/pom.xml
index 1224338..824e848 100644
--- a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/pom.xml
+++ b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>examples</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.examples</groupId>
<artifactId>org.eclipse.datatools.sqltools.sqlbuilder.examples</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml
index 33e4fa4..532919d 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>org.eclipse.datatools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>examples</artifactId>
diff --git a/features/org.eclipse.datatools.common.doc.user/feature.xml b/features/org.eclipse.datatools.common.doc.user/feature.xml
index ffac955..1f39229 100644
--- a/features/org.eclipse.datatools.common.doc.user/feature.xml
+++ b/features/org.eclipse.datatools.common.doc.user/feature.xml
@@ -16,7 +16,7 @@
<feature
id="org.eclipse.datatools.common.doc.user"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.common.doc.user"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.common.doc.user/pom.xml b/features/org.eclipse.datatools.common.doc.user/pom.xml
index fc06cef..3c17f6e 100644
--- a/features/org.eclipse.datatools.common.doc.user/pom.xml
+++ b/features/org.eclipse.datatools.common.doc.user/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.common.doc.user</artifactId>
diff --git a/features/org.eclipse.datatools.connectivity.doc.user/feature.xml b/features/org.eclipse.datatools.connectivity.doc.user/feature.xml
index 46f0491..b40bc64 100644
--- a/features/org.eclipse.datatools.connectivity.doc.user/feature.xml
+++ b/features/org.eclipse.datatools.connectivity.doc.user/feature.xml
@@ -16,7 +16,7 @@
<feature
id="org.eclipse.datatools.connectivity.doc.user"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.connectivity.doc.user"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.connectivity.doc.user/pom.xml b/features/org.eclipse.datatools.connectivity.doc.user/pom.xml
index 8170b07..c914c7f 100644
--- a/features/org.eclipse.datatools.connectivity.doc.user/pom.xml
+++ b/features/org.eclipse.datatools.connectivity.doc.user/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.connectivity.doc.user</artifactId>
diff --git a/features/org.eclipse.datatools.connectivity.feature/feature.xml b/features/org.eclipse.datatools.connectivity.feature/feature.xml
index 88e7b62..1b634fb 100644
--- a/features/org.eclipse.datatools.connectivity.feature/feature.xml
+++ b/features/org.eclipse.datatools.connectivity.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.connectivity.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.connectivity"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.connectivity.feature/pom.xml b/features/org.eclipse.datatools.connectivity.feature/pom.xml
index 65a548b..71b2392 100644
--- a/features/org.eclipse.datatools.connectivity.feature/pom.xml
+++ b/features/org.eclipse.datatools.connectivity.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.connectivity.feature</artifactId>
diff --git a/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/feature.xml b/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/feature.xml
index 851370f..34e64f2 100644
--- a/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/feature.xml
+++ b/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.connectivity.oda.designer.core.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.connectivity.oda.design.ui"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/pom.xml b/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/pom.xml
index e071de5..d19ec89 100644
--- a/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/pom.xml
+++ b/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.designer.core.feature</artifactId>
diff --git a/features/org.eclipse.datatools.connectivity.oda.designer.feature/feature.xml b/features/org.eclipse.datatools.connectivity.oda.designer.feature/feature.xml
index 6703e5c..43475e7 100644
--- a/features/org.eclipse.datatools.connectivity.oda.designer.feature/feature.xml
+++ b/features/org.eclipse.datatools.connectivity.oda.designer.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.connectivity.oda.designer.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.connectivity.oda.design.ui"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.connectivity.oda.designer.feature/pom.xml b/features/org.eclipse.datatools.connectivity.oda.designer.feature/pom.xml
index 9a321ce..4d7753f 100644
--- a/features/org.eclipse.datatools.connectivity.oda.designer.feature/pom.xml
+++ b/features/org.eclipse.datatools.connectivity.oda.designer.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.designer.feature</artifactId>
diff --git a/features/org.eclipse.datatools.connectivity.oda.feature/feature.xml b/features/org.eclipse.datatools.connectivity.oda.feature/feature.xml
index 140d07a..6121ea5 100644
--- a/features/org.eclipse.datatools.connectivity.oda.feature/feature.xml
+++ b/features/org.eclipse.datatools.connectivity.oda.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.connectivity.oda.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.connectivity.oda"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.connectivity.oda.feature/pom.xml b/features/org.eclipse.datatools.connectivity.oda.feature/pom.xml
index d50bb90..41919f0 100644
--- a/features/org.eclipse.datatools.connectivity.oda.feature/pom.xml
+++ b/features/org.eclipse.datatools.connectivity.oda.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.feature</artifactId>
diff --git a/features/org.eclipse.datatools.doc.user/feature.xml b/features/org.eclipse.datatools.doc.user/feature.xml
index 9f58cc9..05d963e 100644
--- a/features/org.eclipse.datatools.doc.user/feature.xml
+++ b/features/org.eclipse.datatools.doc.user/feature.xml
@@ -16,7 +16,7 @@
<feature
id="org.eclipse.datatools.doc.user"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.doc.user"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.doc.user/pom.xml b/features/org.eclipse.datatools.doc.user/pom.xml
index 10ace70..5858fe4 100644
--- a/features/org.eclipse.datatools.doc.user/pom.xml
+++ b/features/org.eclipse.datatools.doc.user/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.doc.user</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.apache.derby.feature/feature.xml b/features/org.eclipse.datatools.enablement.apache.derby.feature/feature.xml
index e19cb0f..18a5add 100644
--- a/features/org.eclipse.datatools.enablement.apache.derby.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.apache.derby.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.apache.derby.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.enablement.sybase"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.enablement.apache.derby.feature/pom.xml b/features/org.eclipse.datatools.enablement.apache.derby.feature/pom.xml
index 2e1944c..0e4368d 100644
--- a/features/org.eclipse.datatools.enablement.apache.derby.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.apache.derby.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.apache.derby.feature</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.feature/feature.xml b/features/org.eclipse.datatools.enablement.feature/feature.xml
index f0617c4..ad72d65 100644
--- a/features/org.eclipse.datatools.enablement.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.enablement.finfo"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.enablement.feature/pom.xml b/features/org.eclipse.datatools.enablement.feature/pom.xml
index 8e2f1f6..8659993 100644
--- a/features/org.eclipse.datatools.enablement.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.feature</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.hsqldb.feature/feature.xml b/features/org.eclipse.datatools.enablement.hsqldb.feature/feature.xml
index 7eaefa2..5d2dd5c 100644
--- a/features/org.eclipse.datatools.enablement.hsqldb.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.hsqldb.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.hsqldb.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.enablement.finfo"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.enablement.hsqldb.feature/pom.xml b/features/org.eclipse.datatools.enablement.hsqldb.feature/pom.xml
index 7877d90..e561b27 100644
--- a/features/org.eclipse.datatools.enablement.hsqldb.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.hsqldb.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.hsqldb.feature</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.ibm.feature/feature.xml b/features/org.eclipse.datatools.enablement.ibm.feature/feature.xml
index 702390a..b240709 100644
--- a/features/org.eclipse.datatools.enablement.ibm.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.ibm.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.ibm.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.enablement.ibm"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.enablement.ibm.feature/pom.xml b/features/org.eclipse.datatools.enablement.ibm.feature/pom.xml
index 32d5fb5..f0297e9 100644
--- a/features/org.eclipse.datatools.enablement.ibm.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.ibm.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.feature</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.ingres.feature/feature.xml b/features/org.eclipse.datatools.enablement.ingres.feature/feature.xml
index a96802d..180308b 100644
--- a/features/org.eclipse.datatools.enablement.ingres.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.ingres.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.ingres.feature"
label="%FEATURE_NAME"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%PROVIDER_NAME"
plugin="org.eclipse.datatools.enablement.finfo">
diff --git a/features/org.eclipse.datatools.enablement.ingres.feature/pom.xml b/features/org.eclipse.datatools.enablement.ingres.feature/pom.xml
index d939ee0..c19a3a3 100644
--- a/features/org.eclipse.datatools.enablement.ingres.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.ingres.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.ingres.feature</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.jdbc.feature/feature.xml b/features/org.eclipse.datatools.enablement.jdbc.feature/feature.xml
index 50019f8..c255767 100644
--- a/features/org.eclipse.datatools.enablement.jdbc.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.jdbc.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.jdbc.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.enablement.sybase"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.enablement.jdbc.feature/pom.xml b/features/org.eclipse.datatools.enablement.jdbc.feature/pom.xml
index bd5ea2e..ad5d5e5 100644
--- a/features/org.eclipse.datatools.enablement.jdbc.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.jdbc.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.jdbc.feature</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.jdt.feature/feature.xml b/features/org.eclipse.datatools.enablement.jdt.feature/feature.xml
index 608020d..438c0f0 100644
--- a/features/org.eclipse.datatools.enablement.jdt.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.jdt.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.jdt.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.enablement.jdt.classpath"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.enablement.jdt.feature/pom.xml b/features/org.eclipse.datatools.enablement.jdt.feature/pom.xml
index 89255eb..e831007 100644
--- a/features/org.eclipse.datatools.enablement.jdt.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.jdt.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.jdt.feature</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.msft.feature/feature.xml b/features/org.eclipse.datatools.enablement.msft.feature/feature.xml
index 1a7cac7..7659466 100644
--- a/features/org.eclipse.datatools.enablement.msft.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.msft.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.msft.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.enablement.finfo"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.enablement.msft.feature/pom.xml b/features/org.eclipse.datatools.enablement.msft.feature/pom.xml
index c1ec89c..917c07e 100644
--- a/features/org.eclipse.datatools.enablement.msft.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.msft.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.msft.feature</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.mysql.feature/feature.xml b/features/org.eclipse.datatools.enablement.mysql.feature/feature.xml
index 1772840..bd07f3e 100644
--- a/features/org.eclipse.datatools.enablement.mysql.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.mysql.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.mysql.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.enablement.finfo"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.enablement.mysql.feature/pom.xml b/features/org.eclipse.datatools.enablement.mysql.feature/pom.xml
index 36fe53f..84aea4a 100644
--- a/features/org.eclipse.datatools.enablement.mysql.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.mysql.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.mysql.feature</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.oda.designer.feature/feature.xml b/features/org.eclipse.datatools.enablement.oda.designer.feature/feature.xml
index a9baa39..f8a6189 100644
--- a/features/org.eclipse.datatools.enablement.oda.designer.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.oda.designer.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.oda.designer.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.enablement.oda.xml.ui"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.enablement.oda.designer.feature/pom.xml b/features/org.eclipse.datatools.enablement.oda.designer.feature/pom.xml
index 5fd31c0..f1cae71 100644
--- a/features/org.eclipse.datatools.enablement.oda.designer.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.oda.designer.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.oda.designer.feature</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.oda.ecore.feature/feature.xml b/features/org.eclipse.datatools.enablement.oda.ecore.feature/feature.xml
index 5ee9bed..1555cde 100644
--- a/features/org.eclipse.datatools.enablement.oda.ecore.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.oda.ecore.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.oda.ecore.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.enablement.oda.ecore"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.enablement.oda.ecore.feature/pom.xml b/features/org.eclipse.datatools.enablement.oda.ecore.feature/pom.xml
index c634380..3cbd231 100644
--- a/features/org.eclipse.datatools.enablement.oda.ecore.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.oda.ecore.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.oda.ecore.feature</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/feature.xml b/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/feature.xml
index 0d848a6..b771000 100644
--- a/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.oda.ecore.sdk.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.enablement.oda.ecore"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/pom.xml b/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/pom.xml
index 179aa32..9ed37eb 100644
--- a/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.oda.ecore.sdk.feature</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.oda.feature/feature.xml b/features/org.eclipse.datatools.enablement.oda.feature/feature.xml
index 0387a27..2c32f1d 100644
--- a/features/org.eclipse.datatools.enablement.oda.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.oda.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.oda.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.enablement.oda.xml"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.enablement.oda.feature/pom.xml b/features/org.eclipse.datatools.enablement.oda.feature/pom.xml
index 5ba5afe..ffa0cdd 100644
--- a/features/org.eclipse.datatools.enablement.oda.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.oda.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.oda.feature</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.oracle.feature/feature.xml b/features/org.eclipse.datatools.enablement.oracle.feature/feature.xml
index 13d5724..d501e20 100644
--- a/features/org.eclipse.datatools.enablement.oracle.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.oracle.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.oracle.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.enablement.finfo"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.enablement.oracle.feature/pom.xml b/features/org.eclipse.datatools.enablement.oracle.feature/pom.xml
index 95b2bd0..4472e3f 100644
--- a/features/org.eclipse.datatools.enablement.oracle.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.oracle.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.oracle.feature</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.postgresql.feature/feature.xml b/features/org.eclipse.datatools.enablement.postgresql.feature/feature.xml
index 3d45e0a..52a32e0 100644
--- a/features/org.eclipse.datatools.enablement.postgresql.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.postgresql.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.postgresql.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.enablement.finfo"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.enablement.postgresql.feature/pom.xml b/features/org.eclipse.datatools.enablement.postgresql.feature/pom.xml
index 69cb6ba..59f2e33 100644
--- a/features/org.eclipse.datatools.enablement.postgresql.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.postgresql.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.postgresql.feature</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.sap.feature/feature.xml b/features/org.eclipse.datatools.enablement.sap.feature/feature.xml
index e435617..42dbea1 100644
--- a/features/org.eclipse.datatools.enablement.sap.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.sap.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.sap.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.enablement.finfo"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.enablement.sap.feature/pom.xml b/features/org.eclipse.datatools.enablement.sap.feature/pom.xml
index be01a86..f105ca1 100644
--- a/features/org.eclipse.datatools.enablement.sap.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.sap.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.sap.feature</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.sdk.feature/feature.xml b/features/org.eclipse.datatools.enablement.sdk.feature/feature.xml
index 310d151..9d7c20b 100644
--- a/features/org.eclipse.datatools.enablement.sdk.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.sdk.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.sdk.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.enablement.finfo"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.enablement.sdk.feature/pom.xml b/features/org.eclipse.datatools.enablement.sdk.feature/pom.xml
index 86c16a1..3e7908a 100644
--- a/features/org.eclipse.datatools.enablement.sdk.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.sdk.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.sdk.feature</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.sqlite.feature/feature.xml b/features/org.eclipse.datatools.enablement.sqlite.feature/feature.xml
index 80f99bd..7fc420a 100644
--- a/features/org.eclipse.datatools.enablement.sqlite.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.sqlite.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.sqlite.feature"
label="%FEATURE_NAME"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%PROVIDER_NAME"
plugin="org.eclipse.datatools.enablement.finfo">
diff --git a/features/org.eclipse.datatools.enablement.sqlite.feature/pom.xml b/features/org.eclipse.datatools.enablement.sqlite.feature/pom.xml
index 6269b98..b3c33b7 100644
--- a/features/org.eclipse.datatools.enablement.sqlite.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.sqlite.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.sqlite.feature</artifactId>
diff --git a/features/org.eclipse.datatools.enablement.sybase.feature/feature.xml b/features/org.eclipse.datatools.enablement.sybase.feature/feature.xml
index 2446988..5936a09 100644
--- a/features/org.eclipse.datatools.enablement.sybase.feature/feature.xml
+++ b/features/org.eclipse.datatools.enablement.sybase.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.enablement.sybase.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.enablement.sybase"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.enablement.sybase.feature/pom.xml b/features/org.eclipse.datatools.enablement.sybase.feature/pom.xml
index 826a535..1b6d060 100644
--- a/features/org.eclipse.datatools.enablement.sybase.feature/pom.xml
+++ b/features/org.eclipse.datatools.enablement.sybase.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.enablement.sybase.feature</artifactId>
diff --git a/features/org.eclipse.datatools.intro/feature.xml b/features/org.eclipse.datatools.intro/feature.xml
index 9c7b7b4..3a73eda 100644
--- a/features/org.eclipse.datatools.intro/feature.xml
+++ b/features/org.eclipse.datatools.intro/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.intro"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.intro"
image="eclipse32.png">
diff --git a/features/org.eclipse.datatools.intro/pom.xml b/features/org.eclipse.datatools.intro/pom.xml
index a01fcee..c65486a 100644
--- a/features/org.eclipse.datatools.intro/pom.xml
+++ b/features/org.eclipse.datatools.intro/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.intro</artifactId>
diff --git a/features/org.eclipse.datatools.modelbase.feature/feature.xml b/features/org.eclipse.datatools.modelbase.feature/feature.xml
index 6ea98c8..999d73c 100644
--- a/features/org.eclipse.datatools.modelbase.feature/feature.xml
+++ b/features/org.eclipse.datatools.modelbase.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.modelbase.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.modelbase.sql"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.modelbase.feature/pom.xml b/features/org.eclipse.datatools.modelbase.feature/pom.xml
index 84d9715..6e5ee4c 100644
--- a/features/org.eclipse.datatools.modelbase.feature/pom.xml
+++ b/features/org.eclipse.datatools.modelbase.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.modelbase.feature</artifactId>
diff --git a/features/org.eclipse.datatools.sdk.feature/feature.xml b/features/org.eclipse.datatools.sdk.feature/feature.xml
index 3032b40..e5cdc4c 100644
--- a/features/org.eclipse.datatools.sdk.feature/feature.xml
+++ b/features/org.eclipse.datatools.sdk.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.sdk.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.sdk"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.sdk.feature/pom.xml b/features/org.eclipse.datatools.sdk.feature/pom.xml
index 865fd0c..ee359fd 100644
--- a/features/org.eclipse.datatools.sdk.feature/pom.xml
+++ b/features/org.eclipse.datatools.sdk.feature/pom.xml
@@ -5,10 +5,10 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.sdk.feature</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/features/org.eclipse.datatools.sqldevtools.data.feature/feature.xml b/features/org.eclipse.datatools.sqldevtools.data.feature/feature.xml
index 0498bcd..1b69d21 100644
--- a/features/org.eclipse.datatools.sqldevtools.data.feature/feature.xml
+++ b/features/org.eclipse.datatools.sqldevtools.data.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.sqldevtools.data.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.sqldevtools.data.feature/pom.xml b/features/org.eclipse.datatools.sqldevtools.data.feature/pom.xml
index da6df03..00f742b 100644
--- a/features/org.eclipse.datatools.sqldevtools.data.feature/pom.xml
+++ b/features/org.eclipse.datatools.sqldevtools.data.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.sqldevtools.data.feature</artifactId>
diff --git a/features/org.eclipse.datatools.sqldevtools.ddl.feature/feature.xml b/features/org.eclipse.datatools.sqldevtools.ddl.feature/feature.xml
index d854082..f4b2317 100644
--- a/features/org.eclipse.datatools.sqldevtools.ddl.feature/feature.xml
+++ b/features/org.eclipse.datatools.sqldevtools.ddl.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.sqldevtools.ddl.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.sqldevtools.ddl.feature/pom.xml b/features/org.eclipse.datatools.sqldevtools.ddl.feature/pom.xml
index 03bf2d1..8bad818 100644
--- a/features/org.eclipse.datatools.sqldevtools.ddl.feature/pom.xml
+++ b/features/org.eclipse.datatools.sqldevtools.ddl.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.sqldevtools.ddl.feature</artifactId>
diff --git a/features/org.eclipse.datatools.sqldevtools.ddlgen.feature/pom.xml b/features/org.eclipse.datatools.sqldevtools.ddlgen.feature/pom.xml
index bb69700..0ec64c8 100644
--- a/features/org.eclipse.datatools.sqldevtools.ddlgen.feature/pom.xml
+++ b/features/org.eclipse.datatools.sqldevtools.ddlgen.feature/pom.xml
@@ -5,9 +5,10 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.sqldevtools.ddlgen.feature</artifactId>
+ <version>1.14.101-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/features/org.eclipse.datatools.sqldevtools.feature/pom.xml b/features/org.eclipse.datatools.sqldevtools.feature/pom.xml
index a25dab3..c0ced7f 100644
--- a/features/org.eclipse.datatools.sqldevtools.feature/pom.xml
+++ b/features/org.eclipse.datatools.sqldevtools.feature/pom.xml
@@ -5,9 +5,10 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.sqldevtools.feature</artifactId>
+ <version>1.14.101-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/features/org.eclipse.datatools.sqldevtools.parsers.feature/feature.xml b/features/org.eclipse.datatools.sqldevtools.parsers.feature/feature.xml
index c7fa2c3..acb49ee 100644
--- a/features/org.eclipse.datatools.sqldevtools.parsers.feature/feature.xml
+++ b/features/org.eclipse.datatools.sqldevtools.parsers.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.sqldevtools.parsers.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.sqltools.parsers.sql"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.sqldevtools.parsers.feature/pom.xml b/features/org.eclipse.datatools.sqldevtools.parsers.feature/pom.xml
index 9139e1f..fd3e080 100644
--- a/features/org.eclipse.datatools.sqldevtools.parsers.feature/pom.xml
+++ b/features/org.eclipse.datatools.sqldevtools.parsers.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.sqldevtools.parsers.feature</artifactId>
diff --git a/features/org.eclipse.datatools.sqldevtools.results.feature/pom.xml b/features/org.eclipse.datatools.sqldevtools.results.feature/pom.xml
index 04103bc..2aa8533 100644
--- a/features/org.eclipse.datatools.sqldevtools.results.feature/pom.xml
+++ b/features/org.eclipse.datatools.sqldevtools.results.feature/pom.xml
@@ -5,9 +5,10 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.sqldevtools.results.feature</artifactId>
+ <version>1.14.101-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/feature.xml b/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/feature.xml
index 46aa555..5237cf6 100644
--- a/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/feature.xml
+++ b/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/pom.xml b/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/pom.xml
index b711905..ccea6d5 100644
--- a/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/pom.xml
+++ b/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature</artifactId>
diff --git a/features/org.eclipse.datatools.sqldevtools.sqlbuilder.feature/pom.xml b/features/org.eclipse.datatools.sqldevtools.sqlbuilder.feature/pom.xml
index 3d364b7..0d66e0f 100644
--- a/features/org.eclipse.datatools.sqldevtools.sqlbuilder.feature/pom.xml
+++ b/features/org.eclipse.datatools.sqldevtools.sqlbuilder.feature/pom.xml
@@ -5,9 +5,10 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.sqldevtools.sqlbuilder.feature</artifactId>
+ <version>1.14.101-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/features/org.eclipse.datatools.sqltools.doc.user/feature.xml b/features/org.eclipse.datatools.sqltools.doc.user/feature.xml
index 5b4c5f1..a005950 100644
--- a/features/org.eclipse.datatools.sqltools.doc.user/feature.xml
+++ b/features/org.eclipse.datatools.sqltools.doc.user/feature.xml
@@ -16,7 +16,7 @@
<feature
id="org.eclipse.datatools.sqltools.doc.user"
label="%featureName"
- version="1.14.101.qualifier"
+ version="1.14.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.datatools.sqltools.doc.user"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.datatools.sqltools.doc.user/pom.xml b/features/org.eclipse.datatools.sqltools.doc.user/pom.xml
index e9b7e64..2cf99a6 100644
--- a/features/org.eclipse.datatools.sqltools.doc.user/pom.xml
+++ b/features/org.eclipse.datatools.sqltools.doc.user/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.features</groupId>
<artifactId>org.eclipse.datatools.sqltools.doc.user</artifactId>
diff --git a/features/pom.xml b/features/pom.xml
index 89df59c..6235628 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>org.eclipse.datatools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>features</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/pom.xml
index 4a323e9..f04e51f 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/pom.xml
index b9a2bac..844db1d 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.apache.derby.dbdefinition</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/pom.xml
index 2e91a7c..88c5fb5 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.apache.derby.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/pom.xml
index d686a19..5dc7550 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.apache.derby.ui.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/pom.xml
index 30cda03..1e4ea11 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.apache.derby.ui</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/pom.xml
index 2a5eaba..1d6ea7c 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.apache.derby</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/pom.xml
index a2d6a35..8ff6b03 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.console.profile.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/pom.xml
index c9fedeb..50af0c9 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.console.profile</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.nl/pom.xml
index f361b8c..8f51d7d 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.db.generic.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui.nl/pom.xml
index 182c7dc..1b13fe2 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.db.generic.ui.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/pom.xml
index c810b55..468493a 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.db.generic.ui</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/pom.xml
index 001ac16..af37e02 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.db.generic</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/pom.xml
index 12abdd8..5fcee0c 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/pom.xml
index 4b929e4..2030514 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.dbdefinition.genericJDBC</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/pom.xml
index 271160b..df0df12 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.jdt</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer.nl/pom.xml
index 8a69ce9..471bb4e 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.consumer.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/pom.xml
index 8fa977e..571b79a 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.consumer</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/pom.xml
index 225835d..5ad75b0 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.design.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/pom.xml
index 59876bd..112689b 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.design.ui.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/pom.xml
index 615732e..c059ef2 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.design.ui</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/pom.xml
index 770f4e2..2dc3cf6 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.design</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.nl/pom.xml
index 82eaf17..7e90f17 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.flatfile.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/pom.xml
index b1ae9f1..e6ebc40 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.flatfile.ui.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/pom.xml
index d3951fb..c5a2f76 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.flatfile.ui</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/pom.xml
index 6915d01..334571e 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.flatfile</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/pom.xml
index f5c0511..7331dcc 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/pom.xml
index beefde4..581ac4c 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.profile.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/pom.xml
index 118dad4..1a231fc 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.profile</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/pom.xml
index 074649a..fdb29d0 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.template.ui.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/pom.xml
index e39ff17..c119f4b 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.template.ui</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/pom.xml
index 76558cb..b47e80a 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/pom.xml
index 0820a47..fa3c069 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.sqm.core.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/pom.xml
index 5e090cb..fbb4bed 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.sqm.core.ui.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/pom.xml
index e207bcd..5e4d0b4 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.sqm.core.ui</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/pom.xml
index 8990f9e..de0174b 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.sqm.core</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/pom.xml
index fb1dbe1..74e1afc 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.sqm.server.ui.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/pom.xml
index 523e1cb..5bea1b7 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.sqm.server.ui</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/pom.xml
index 0da4111..a100896 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.ui.dse.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/pom.xml
index 1cc2e69..8fb54e9 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.ui.dse</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/pom.xml
index 2b57bb1..db9e8cf 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.ui.nl1</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/pom.xml
index c46f446..c25e8d8 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.ui.templates</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/pom.xml
index 18508c5..dc4a14d 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.ui</artifactId>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/META-INF/MANIFEST.MF b/plugins/connectivity/org.eclipse.datatools.connectivity/META-INF/MANIFEST.MF
index 1676ef9..26c1a20 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity/META-INF/MANIFEST.MF
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.Name
Bundle-SymbolicName: org.eclipse.datatools.connectivity; singleton:=true
-Bundle-Version: 1.14.101.qualifier
+Bundle-Version: 1.14.100.qualifier
Bundle-Activator: org.eclipse.datatools.connectivity.internal.ConnectivityPlugin
Bundle-Vendor: %Plugin.ProviderName
Bundle-Localization: plugin
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity/pom.xml
index 31bb199..0df59b1 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity/pom.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity</artifactId>
diff --git a/plugins/connectivity/pom.xml b/plugins/connectivity/pom.xml
index 9853314..aad6a11 100644
--- a/plugins/connectivity/pom.xml
+++ b/plugins/connectivity/pom.xml
@@ -5,11 +5,11 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>plugins</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>connectivity</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.eclipse.datatools.connectivity</module>
diff --git a/plugins/docs/org.eclipse.datatools.common.doc.user/META-INF/MANIFEST.MF b/plugins/docs/org.eclipse.datatools.common.doc.user/META-INF/MANIFEST.MF
index 5bbb70b..fc00758 100644
--- a/plugins/docs/org.eclipse.datatools.common.doc.user/META-INF/MANIFEST.MF
+++ b/plugins/docs/org.eclipse.datatools.common.doc.user/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.datatools.common.doc.user; singleton:
=true
-Bundle-Version: 1.14.101.qualifier
+Bundle-Version: 1.14.100.qualifier
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.help.base
diff --git a/plugins/docs/org.eclipse.datatools.common.doc.user/pom.xml b/plugins/docs/org.eclipse.datatools.common.doc.user/pom.xml
index c6437e3..8f0dcbb 100644
--- a/plugins/docs/org.eclipse.datatools.common.doc.user/pom.xml
+++ b/plugins/docs/org.eclipse.datatools.common.doc.user/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>docs</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.common.doc.user</artifactId>
diff --git a/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/pom.xml b/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/pom.xml
index 9eca968..53f2451 100644
--- a/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/pom.xml
+++ b/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>docs</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.doc.user.contexts</artifactId>
diff --git a/plugins/docs/org.eclipse.datatools.connectivity.doc.user/META-INF/MANIFEST.MF b/plugins/docs/org.eclipse.datatools.connectivity.doc.user/META-INF/MANIFEST.MF
index 982c5d7..8ed9cfc 100644
--- a/plugins/docs/org.eclipse.datatools.connectivity.doc.user/META-INF/MANIFEST.MF
+++ b/plugins/docs/org.eclipse.datatools.connectivity.doc.user/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.datatools.connectivity.doc.user; singleton:=true
-Bundle-Version: 1.14.101.qualifier
+Bundle-Version: 1.14.100.qualifier
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.help.base
diff --git a/plugins/docs/org.eclipse.datatools.connectivity.doc.user/pom.xml b/plugins/docs/org.eclipse.datatools.connectivity.doc.user/pom.xml
index 0f9f727..86bae72 100644
--- a/plugins/docs/org.eclipse.datatools.connectivity.doc.user/pom.xml
+++ b/plugins/docs/org.eclipse.datatools.connectivity.doc.user/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>docs</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.connectivity.doc.user</artifactId>
diff --git a/plugins/docs/org.eclipse.datatools.doc.isv/META-INF/MANIFEST.MF b/plugins/docs/org.eclipse.datatools.doc.isv/META-INF/MANIFEST.MF
index 710574c..9e09b59 100644
--- a/plugins/docs/org.eclipse.datatools.doc.isv/META-INF/MANIFEST.MF
+++ b/plugins/docs/org.eclipse.datatools.doc.isv/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Data Tools Documentation Plug-in
Bundle-SymbolicName: org.eclipse.datatools.doc.isv; singleton:=true
-Bundle-Version: 1.14.101.qualifier
+Bundle-Version: 1.14.100.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: Eclipse Data Tools Platform
Bundle-Localization: plugin
diff --git a/plugins/docs/org.eclipse.datatools.doc.isv/pom.xml b/plugins/docs/org.eclipse.datatools.doc.isv/pom.xml
index 9709372..83b14ae 100644
--- a/plugins/docs/org.eclipse.datatools.doc.isv/pom.xml
+++ b/plugins/docs/org.eclipse.datatools.doc.isv/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>docs</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.doc.isv</artifactId>
diff --git a/plugins/docs/org.eclipse.datatools.doc.user/META-INF/MANIFEST.MF b/plugins/docs/org.eclipse.datatools.doc.user/META-INF/MANIFEST.MF
index cac2e62..aac46af 100644
--- a/plugins/docs/org.eclipse.datatools.doc.user/META-INF/MANIFEST.MF
+++ b/plugins/docs/org.eclipse.datatools.doc.user/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.datatools.doc.user; singleton:=true
-Bundle-Version: 1.14.101.qualifier
+Bundle-Version: 1.14.100.qualifier
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.help.base
diff --git a/plugins/docs/org.eclipse.datatools.doc.user/pom.xml b/plugins/docs/org.eclipse.datatools.doc.user/pom.xml
index 8bacc16..6662fa8 100644
--- a/plugins/docs/org.eclipse.datatools.doc.user/pom.xml
+++ b/plugins/docs/org.eclipse.datatools.doc.user/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>docs</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.doc.user</artifactId>
diff --git a/plugins/docs/org.eclipse.datatools.help/pom.xml b/plugins/docs/org.eclipse.datatools.help/pom.xml
index a5eb75d..85b46ab 100644
--- a/plugins/docs/org.eclipse.datatools.help/pom.xml
+++ b/plugins/docs/org.eclipse.datatools.help/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>docs</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.help</artifactId>
diff --git a/plugins/docs/org.eclipse.datatools.intro/META-INF/MANIFEST.MF b/plugins/docs/org.eclipse.datatools.intro/META-INF/MANIFEST.MF
index 00043e6..44badff 100644
--- a/plugins/docs/org.eclipse.datatools.intro/META-INF/MANIFEST.MF
+++ b/plugins/docs/org.eclipse.datatools.intro/META-INF/MANIFEST.MF
@@ -4,5 +4,5 @@
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.datatools.intro; singleton:=true
Created-By: 1.4.2_09-b05 (Sun Microsystems Inc.)
-Bundle-Version: 1.14.101.qualifier
+Bundle-Version: 1.14.100.qualifier
Bundle-ManifestVersion: 2
diff --git a/plugins/docs/org.eclipse.datatools.intro/pom.xml b/plugins/docs/org.eclipse.datatools.intro/pom.xml
index b309d6c..f3719cf 100644
--- a/plugins/docs/org.eclipse.datatools.intro/pom.xml
+++ b/plugins/docs/org.eclipse.datatools.intro/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>docs</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.intro</artifactId>
diff --git a/plugins/docs/org.eclipse.datatools.oda.cshelp/pom.xml b/plugins/docs/org.eclipse.datatools.oda.cshelp/pom.xml
index fc79a3f..1385973 100644
--- a/plugins/docs/org.eclipse.datatools.oda.cshelp/pom.xml
+++ b/plugins/docs/org.eclipse.datatools.oda.cshelp/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>docs</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.oda.cshelp</artifactId>
diff --git a/plugins/docs/org.eclipse.datatools.sqltools.doc.user.contexts/pom.xml b/plugins/docs/org.eclipse.datatools.sqltools.doc.user.contexts/pom.xml
index 6116e96..493a302 100644
--- a/plugins/docs/org.eclipse.datatools.sqltools.doc.user.contexts/pom.xml
+++ b/plugins/docs/org.eclipse.datatools.sqltools.doc.user.contexts/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>docs</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.doc.user.contexts</artifactId>
diff --git a/plugins/docs/org.eclipse.datatools.sqltools.doc.user/META-INF/MANIFEST.MF b/plugins/docs/org.eclipse.datatools.sqltools.doc.user/META-INF/MANIFEST.MF
index b671270..5e92606 100644
--- a/plugins/docs/org.eclipse.datatools.sqltools.doc.user/META-INF/MANIFEST.MF
+++ b/plugins/docs/org.eclipse.datatools.sqltools.doc.user/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.datatools.sqltools.doc.user; singleton:=true
-Bundle-Version: 1.14.101.qualifier
+Bundle-Version: 1.14.100.qualifier
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.help.base
diff --git a/plugins/docs/org.eclipse.datatools.sqltools.doc.user/pom.xml b/plugins/docs/org.eclipse.datatools.sqltools.doc.user/pom.xml
index 0892130..4dcb609 100644
--- a/plugins/docs/org.eclipse.datatools.sqltools.doc.user/pom.xml
+++ b/plugins/docs/org.eclipse.datatools.sqltools.doc.user/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>docs</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.doc.user</artifactId>
diff --git a/plugins/docs/pom.xml b/plugins/docs/pom.xml
index b5805d7..6788962 100644
--- a/plugins/docs/pom.xml
+++ b/plugins/docs/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>plugins</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>docs</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.finfo/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.finfo/pom.xml
index 5d98880..1620c71 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.finfo/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.finfo/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.finfo</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition.nl/pom.xml
index 0300aaf..dcde6ea 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.hsqldb.dbdefinition.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition/pom.xml
index ccce832..ade19d0 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.hsqldb.dbdefinition</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.nl/pom.xml
index 97e7d67..83f3e30 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.hsqldb.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui.nl/pom.xml
index 6ae8953..9430a42 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.hsqldb.ui.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/pom.xml
index 66d4314..2ccd12e 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.hsqldb.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/pom.xml
index bd4f383..da4fcd3 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.hsqldb</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/pom.xml
index 0f3d958..4995562 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition/pom.xml
index 145502a..e85f78a 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/pom.xml
index 1e334ae..3e6c40f 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2.iseries.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/pom.xml
index 65829be..e6f3109 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/pom.xml
index 25df2ee..3db6bf4 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2.iseries.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/pom.xml
index bfc09dc..1131e64 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2.iseries</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/pom.xml
index ce42665..e515bf1 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/pom.xml
index 000b96f..68c5f02 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/pom.xml
index 08a13d3..7c4b3fa 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2.luw.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/pom.xml
index f8eb05c..22da76c 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/pom.xml
index fb2f1f5..292bd12 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2.luw.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/pom.xml
index 8d76315..995b0b0 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2.luw</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/pom.xml
index c007ba4..9c6b4fe 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition/pom.xml
index f2efcd1..36253bc 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/pom.xml
index ecc2868..251a92e 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2.zseries.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/pom.xml
index 3dfd5f0..623cb9b 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/pom.xml
index f969e5a..40323ca 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2.zseries.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/pom.xml
index ccc6415..6fe30e3 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2.zseries</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/pom.xml
index 011fd20..86faed3 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.db2</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/pom.xml
index f64a90d..66691f0 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition/pom.xml
index 3da519d..c806c76 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.informix.dbdefinition</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/pom.xml
index 2a487d9..7629909 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.informix.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/pom.xml
index ae3284a..191f87b 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.informix.ui.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/pom.xml
index 553d98b..6e05809 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.informix.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/pom.xml
index cdd4542..ad65ff8 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.informix</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/pom.xml
index 1c33053..64ffdfb 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.ui.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/pom.xml
index e8be5ec..e561a61 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm/pom.xml
index 2980198..986f1ba 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ibm</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/pom.xml
index 797bc66..84a1116 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ingres.dbdefinition.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition/pom.xml
index af7c358..1e79362 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ingres.dbdefinition</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/pom.xml
index ff2ddd2..cfcc28f 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ingres.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/pom.xml
index 339002a..2e69044 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ingres.ui.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/pom.xml
index 6e14c50..debf66a 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ingres.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres/pom.xml
index 34415e2..a12588e 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.ingres</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/pom.xml
index d403d35..c784d40 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.jdt.classpath.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath/pom.xml
index bc9742d..852864a 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.jdt.classpath</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/pom.xml
index 2464bfd..9044a18 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition/pom.xml
index 1ea21ab..7b2c28b 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/pom.xml
index a877abf..509ab83 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.msft.sqlserver.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/pom.xml
index 4c8e439..efa84ed 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.msft.sqlserver.ui.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/pom.xml
index 2770ef1..c42c41a 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.msft.sqlserver.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/pom.xml
index c1845e1..e157cf8 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.msft.sqlserver</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/pom.xml
index 6bb7f88..17f1e93 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.mysql.dbdefinition.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition/pom.xml
index 2fde29b..424064e 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.mysql.dbdefinition</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/pom.xml
index 3924325..47d35a4 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.mysql.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/pom.xml
index 3769092..a9aa81f 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.mysql.ui.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/pom.xml
index 6dc6aeb..b479e86 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.mysql.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.mysql/pom.xml
index c100378..1888a4b 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.mysql</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/pom.xml
index 2a1edf6..336381e 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.oda.ecore.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/pom.xml
index 0d69e5a..d7dc403 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.oda.ecore</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/pom.xml
index 546c806..184113e 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.oda.ws.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/pom.xml
index 810b190..4fcec72 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.oda.ws.ui.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/pom.xml
index 1e7f41a..e8b71b3 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.oda.ws.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/pom.xml
index 896b655..2e9f539 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.oda.ws</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/pom.xml
index ce7d457..c04bc12 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.oda.xml.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/pom.xml
index d169751..39c6fd8 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.oda.xml.ui.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/pom.xml
index 119afa2..599ac5f 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.oda.xml.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/pom.xml
index 0cd7167..57dfbb5 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.oda.xml</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/pom.xml
index 6843373..09173a7 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.oracle.dbdefinition.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition/pom.xml
index 3376f72..bc2cf9f 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.oracle.dbdefinition</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/pom.xml
index d42aaf6..afdd186 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.oracle.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/pom.xml
index ab2f838..f967bb0 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.oracle.ui.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/pom.xml
index 89e941d..e0cedf2 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.oracle.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oracle/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oracle/pom.xml
index a021b55..84bd959 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.oracle/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.oracle</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.dbdefinition/pom.xml
index fbdf97a..6e8d529 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.dbdefinition/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.dbdefinition/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.postgresql.dbdefinition</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.nl/pom.xml
index 7d79c76..87c16ec 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.postgresql.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui.nl/pom.xml
index f5b269f..32fa146 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.postgresql.ui.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/pom.xml
index 46bef4c..b0755e9 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.postgresql.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/pom.xml
index 2e012b9..184e5db 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.postgresql</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition.nl/pom.xml
index 967fc10..02bc9bd 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sap.maxdb.dbdefinition.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/pom.xml
index e531a5a..2a09bf6 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sap.maxdb.dbdefinition</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.nl/pom.xml
index 7bfa3c5..25a337e 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sap.maxdb.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui.nl/pom.xml
index bba4b2a..de07c94 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sap.maxdb.ui.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/pom.xml
index 08db08a..d6c2639 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sap.maxdb.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/pom.xml
index 474cf13..27cc81b 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sap.maxdb</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/pom.xml
index a6ca232..a070883 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sqlite.dbdefinition.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition/pom.xml
index 3a7df16..f71d89c 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sqlite.dbdefinition</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/pom.xml
index b5eb402..f3c6ecc 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sqlite.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/pom.xml
index 47968a9..d7da081 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sqlite.ui.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/pom.xml
index 70fa7d0..34aebfa 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sqlite.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/pom.xml
index 9e3d439..0c6c57a 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sqlite</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.dbdefinition/pom.xml
index 4f36aff..0384fc1 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.dbdefinition/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.dbdefinition/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sybase.asa.dbdefinition</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models.nl/pom.xml
index 97379a0..d40a51e 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sybase.asa.models.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models/pom.xml
index c71467a..4de2bcc 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sybase.asa.models</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.nl/pom.xml
index 6ddb2b1..1020a13 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sybase.asa.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/pom.xml
index 72ca7ca..a3dfe62 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/pom.xml
index ea843ac..caf53b2 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sybase.asa.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/pom.xml
index 1702261..5a006c7 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sybase.asa</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/pom.xml
index 38c3271..3aa0766 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/pom.xml
index 1218bfa..2e0de18 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sybase.ase.dbdefinition</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.models/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.models/pom.xml
index abc705e..0f3dc78 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.models/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.models/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sybase.ase.models</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/pom.xml
index 371b82a..fc5959f 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sybase.ase.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/pom.xml
index 8645e80..9281b70 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sybase.ase</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.models/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.models/pom.xml
index f38e1fc..91ad0fb 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.models/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.models/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sybase.models</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.nl/pom.xml
index a5366b7..935c2c8 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sybase.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/pom.xml
index 4eb70fa..0758ff2 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sybase.ui.nl1</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/pom.xml
index a18ff47..e8b9a84 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sybase.ui</artifactId>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase/pom.xml
index 73a9589..d2207bf 100644
--- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/pom.xml
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.enablement.sybase</artifactId>
diff --git a/plugins/enablement/pom.xml b/plugins/enablement/pom.xml
index ad63944..215968f 100644
--- a/plugins/enablement/pom.xml
+++ b/plugins/enablement/pom.xml
@@ -5,11 +5,11 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>plugins</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>enablement</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.eclipse.datatools.enablement.finfo</module>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/pom.xml
index f2df395..58d4c03 100644
--- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/pom.xml
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>modelbase</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.modelbase.dbdefinition.nl1</artifactId>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/pom.xml
index 874266e..2be0b10 100644
--- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/pom.xml
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>modelbase</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.modelbase.dbdefinition</artifactId>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.derby.nl/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.derby.nl/pom.xml
index f5dcf21..66b36d4 100644
--- a/plugins/modelbase/org.eclipse.datatools.modelbase.derby.nl/pom.xml
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.derby.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>modelbase</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.modelbase.derby.nl1</artifactId>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.derby/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/pom.xml
index 642a8e7..1dd856c 100644
--- a/plugins/modelbase/org.eclipse.datatools.modelbase.derby/pom.xml
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>modelbase</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.modelbase.derby</artifactId>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/pom.xml
index 105f623..07ed060 100644
--- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/pom.xml
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>modelbase</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.modelbase.sql.edit.nl1</artifactId>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit/pom.xml
index f258ff8..8fd8f56 100644
--- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit/pom.xml
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>modelbase</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.modelbase.sql.edit</artifactId>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/pom.xml
index 1d29166..ac59c2c 100644
--- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/pom.xml
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>modelbase</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.modelbase.sql.nl1</artifactId>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/pom.xml
index 2174ccb..fea5f63 100644
--- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/pom.xml
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>modelbase</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.modelbase.sql.query.edit.nl1</artifactId>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/pom.xml
index 113922d..ae5d97a 100644
--- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/pom.xml
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>modelbase</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.modelbase.sql.query.edit</artifactId>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.nl/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.nl/pom.xml
index 0b93080..0994c05 100644
--- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.nl/pom.xml
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>modelbase</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.modelbase.sql.query.nl1</artifactId>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/pom.xml
index e6d7ea3..805dfa3 100644
--- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/pom.xml
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>modelbase</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.modelbase.sql.query</artifactId>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query.nl/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query.nl/pom.xml
index ddc10fc..7e1eb3a 100644
--- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query.nl/pom.xml
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>modelbase</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.modelbase.sql.xml.query.nl1</artifactId>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/pom.xml
index e9af7ea..fa837f3 100644
--- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/pom.xml
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>modelbase</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.modelbase.sql.xml.query</artifactId>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/pom.xml
index 5f08097..b5d6953 100644
--- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/pom.xml
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>modelbase</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.modelbase.sql</artifactId>
diff --git a/plugins/modelbase/pom.xml b/plugins/modelbase/pom.xml
index 210b0f5..f1c27ec 100644
--- a/plugins/modelbase/pom.xml
+++ b/plugins/modelbase/pom.xml
@@ -5,11 +5,11 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>plugins</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>modelbase</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.eclipse.datatools.modelbase.dbdefinition</module>
diff --git a/plugins/org.eclipse.datatools.sdk/pom.xml b/plugins/org.eclipse.datatools.sdk/pom.xml
index 0705a52..a4e8b25 100644
--- a/plugins/org.eclipse.datatools.sdk/pom.xml
+++ b/plugins/org.eclipse.datatools.sdk/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>plugins</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sdk</artifactId>
diff --git a/plugins/pom.xml b/plugins/pom.xml
index a233a44..72acf40 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>org.eclipse.datatools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>plugins</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/pom.xml
index 3ac6a7f..9dd181a 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.common.ui.nl1</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/pom.xml
index b5aed9c..dbcb6da 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.common.ui</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/pom.xml
index d1ec0be..35c3c5c 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.data.core</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/pom.xml
index f4d24ef..ec383b6 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.data.ui</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.nl/pom.xml
index 7569253..7851b37 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.nl/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.db.derby.nl1</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/pom.xml
index 7fca3c4..ad8389a 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.db.derby.ui</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/pom.xml
index 6dbf0dd..fa526ce 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.db.derby</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/pom.xml
index b562f46..7a796e3 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.db.generic.nl1</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/pom.xml
index 0a9bec8..6c76dba 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.db.generic.ui</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/pom.xml
index 4875cdb..71be5e7 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.db.generic</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/pom.xml
index af479d1..2eaf999 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.ddlgen.ui</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/pom.xml
index 3527e3a..b213255 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.debugger.core.ui</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/pom.xml
index 44d1ac9..770f652 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.debugger.core</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.nl/pom.xml
index 5dcc066..660ee7d 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.nl/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.editor.core.nl1</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/pom.xml
index 0f31ccb..96c5351 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.editor.core.ui</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/pom.xml
index 43240d7..b61aa78 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.editor.core</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/pom.xml
index a051dfc..413f084 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.parsers.sql.lexer</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/pom.xml
index 16c0151..cf153cd 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.parsers.sql.nl1</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/pom.xml
index e27f7f8..87c4637 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.parsers.sql.query.nl1</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/pom.xml
index 959f7a9..8ee4896 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.parsers.sql.query</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/pom.xml
index 96384ed..4f75db5 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.parsers.sql.xml.query</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/pom.xml
index 37768d0..1370816 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.parsers.sql</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/pom.xml
index 36b8ba1..8494623 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.plan.nl1</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/pom.xml
index 9225dc0..5cb2754 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.plan</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/pom.xml
index 2f83d54..00f790f 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.result.nl1</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/pom.xml
index a703a9e..ee25bc8 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.result.ui</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.result/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.result/pom.xml
index 0753bfc..2d44d23 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.result</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/pom.xml
index e236c4a..a5931ba 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.routineeditor.ui</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/pom.xml
index 7495b90..f0e18fc 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.routineeditor</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/pom.xml
index e866a95..8410458 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/pom.xml
index e333fba..3a402d3 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.schemaobjecteditor.ui</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/pom.xml
index 6ebc933..81884ba 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.schemaobjecteditor</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sql.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.nl/pom.xml
index 195ebef..3a0872b 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql.nl/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.sql.nl1</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/pom.xml
index 4a80702..f2b0556 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.sql.ui</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/pom.xml
index 2a1cadc..4218d4c 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.sql</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/pom.xml
index b8a6350..7212829 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.sqlbuilder.nl1</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/pom.xml
index e1ab2e0..e63fbe0 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.sqlbuilder</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/pom.xml
index 36505ee..211b4de 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.sqleditor.nl1</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/pom.xml
index 012db45..971e66e 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.sqleditor</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/pom.xml
index 7304f62..39aebf0 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.sqlscrapbook</artifactId>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/pom.xml
index 8ceffb5..616d6c9 100644
--- a/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/pom.xml
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.plugins</groupId>
<artifactId>org.eclipse.datatools.sqltools.tabledataeditor</artifactId>
diff --git a/plugins/sqltools/pom.xml b/plugins/sqltools/pom.xml
index c25e058..560851a 100644
--- a/plugins/sqltools/pom.xml
+++ b/plugins/sqltools/pom.xml
@@ -5,11 +5,11 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>plugins</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>sqltools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.eclipse.datatools.sqltools.common.ui</module>
diff --git a/pom.xml b/pom.xml
index eb09a54..6fee2c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.datatools</groupId>
<artifactId>org.eclipse.datatools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/site/pom.xml b/site/pom.xml
index e508c43..7ab0a0b 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -5,10 +5,10 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>org.eclipse.datatools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>site</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
</project>
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/pom.xml b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/pom.xml
index 92cce8c..59a3bf3 100644
--- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/pom.xml
+++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>tests</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.tests</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.consumer.testdriver</artifactId>
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/pom.xml b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/pom.xml
index 377dccd..56009cf 100644
--- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/pom.xml
+++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>tests</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.tests</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.consumer.tests</artifactId>
diff --git a/tests/org.eclipse.datatools.connectivity.oda.design.tests/pom.xml b/tests/org.eclipse.datatools.connectivity.oda.design.tests/pom.xml
index 3686962..9a7e0f6 100644
--- a/tests/org.eclipse.datatools.connectivity.oda.design.tests/pom.xml
+++ b/tests/org.eclipse.datatools.connectivity.oda.design.tests/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>tests</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.tests</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.design.tests</artifactId>
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/pom.xml b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/pom.xml
index ab1c7bf..85139cf 100644
--- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/pom.xml
+++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>tests</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.tests</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.flatfile.tests</artifactId>
diff --git a/tests/org.eclipse.datatools.connectivity.oda.profile.tests/pom.xml b/tests/org.eclipse.datatools.connectivity.oda.profile.tests/pom.xml
index 0ef7618..8eed8eb 100644
--- a/tests/org.eclipse.datatools.connectivity.oda.profile.tests/pom.xml
+++ b/tests/org.eclipse.datatools.connectivity.oda.profile.tests/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>tests</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.tests</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.profile.tests</artifactId>
diff --git a/tests/org.eclipse.datatools.connectivity.oda.tests/pom.xml b/tests/org.eclipse.datatools.connectivity.oda.tests/pom.xml
index 23115ef..f5ea30e 100644
--- a/tests/org.eclipse.datatools.connectivity.oda.tests/pom.xml
+++ b/tests/org.eclipse.datatools.connectivity.oda.tests/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>tests</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.tests</groupId>
<artifactId>org.eclipse.datatools.connectivity.oda.tests</artifactId>
diff --git a/tests/org.eclipse.datatools.connectivity.test/pom.xml b/tests/org.eclipse.datatools.connectivity.test/pom.xml
index a387c86..c0a585f 100644
--- a/tests/org.eclipse.datatools.connectivity.test/pom.xml
+++ b/tests/org.eclipse.datatools.connectivity.test/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>tests</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.tests</groupId>
<artifactId>org.eclipse.datatools.connectivity.test</artifactId>
diff --git a/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/pom.xml b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/pom.xml
index fb87701..acc2a63 100644
--- a/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/pom.xml
+++ b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>tests</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.tests</groupId>
<artifactId>org.eclipse.datatools.enablement.dbdefinition.junittest</artifactId>
diff --git a/tests/org.eclipse.datatools.enablement.oda.ws.test/pom.xml b/tests/org.eclipse.datatools.enablement.oda.ws.test/pom.xml
index ee56018..83a0105 100644
--- a/tests/org.eclipse.datatools.enablement.oda.ws.test/pom.xml
+++ b/tests/org.eclipse.datatools.enablement.oda.ws.test/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>tests</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.tests</groupId>
<artifactId>org.eclipse.datatools.enablement.oda.ws.test</artifactId>
diff --git a/tests/org.eclipse.datatools.enablement.oda.xml.tests/pom.xml b/tests/org.eclipse.datatools.enablement.oda.xml.tests/pom.xml
index 1371c41..b7f9442 100644
--- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/pom.xml
+++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>tests</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.tests</groupId>
<artifactId>org.eclipse.datatools.enablement.oda.xml.tests</artifactId>
diff --git a/tests/org.eclipse.datatools.sqltools.db.generic.test/pom.xml b/tests/org.eclipse.datatools.sqltools.db.generic.test/pom.xml
index 0d91110..f31737f 100644
--- a/tests/org.eclipse.datatools.sqltools.db.generic.test/pom.xml
+++ b/tests/org.eclipse.datatools.sqltools.db.generic.test/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>tests</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.tests</groupId>
<artifactId>org.eclipse.datatools.sqltools.db.generic.test</artifactId>
diff --git a/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/pom.xml b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/pom.xml
index 609bf59..4b8fd8d 100644
--- a/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/pom.xml
+++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>tests</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.tests</groupId>
<artifactId>org.eclipse.datatools.sqltools.parsers.sql.query.test</artifactId>
diff --git a/tests/org.eclipse.datatools.sqltools.parsers.sql.test/pom.xml b/tests/org.eclipse.datatools.sqltools.parsers.sql.test/pom.xml
index 1fa3738..fd34640 100644
--- a/tests/org.eclipse.datatools.sqltools.parsers.sql.test/pom.xml
+++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.test/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>tests</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.tests</groupId>
<artifactId>org.eclipse.datatools.sqltools.parsers.sql.test</artifactId>
diff --git a/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/pom.xml b/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/pom.xml
index 499112f..41245e7 100644
--- a/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/pom.xml
+++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>tests</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.tests</groupId>
<artifactId>org.eclipse.datatools.sqltools.parsers.sql.xml.query.test</artifactId>
diff --git a/tests/org.eclipse.datatools.sqltools.plan.junittest/pom.xml b/tests/org.eclipse.datatools.sqltools.plan.junittest/pom.xml
index 49f4e13..f6a7fa4 100644
--- a/tests/org.eclipse.datatools.sqltools.plan.junittest/pom.xml
+++ b/tests/org.eclipse.datatools.sqltools.plan.junittest/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>tests</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.tests</groupId>
<artifactId>org.eclipse.datatools.sqltools.plan.junittest</artifactId>
diff --git a/tests/org.eclipse.datatools.sqltools.result.junittest/pom.xml b/tests/org.eclipse.datatools.sqltools.result.junittest/pom.xml
index 42afc67..06f3e69 100644
--- a/tests/org.eclipse.datatools.sqltools.result.junittest/pom.xml
+++ b/tests/org.eclipse.datatools.sqltools.result.junittest/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>tests</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools.tests</groupId>
<artifactId>org.eclipse.datatools.sqltools.result.junittest</artifactId>
diff --git a/tests/pom.xml b/tests/pom.xml
index 00d3739..574b81f 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>org.eclipse.datatools</artifactId>
- <version>1.14.101-SNAPSHOT</version>
+ <version>1.14.100-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.datatools</groupId>
<artifactId>tests</artifactId>