diff --git a/MatCalciteDependencies/pom.xml b/MatCalciteDependencies/pom.xml index 9eb930c..4364035 100644 --- a/MatCalciteDependencies/pom.xml +++ b/MatCalciteDependencies/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.github.vlsi.mat.calcite MatCalciteDependencies - 1.3.0-SNAPSHOT + 1.3.0 bundle diff --git a/MatCalciteFeature/feature.xml b/MatCalciteFeature/feature.xml index f06364a..04196f3 100644 --- a/MatCalciteFeature/feature.xml +++ b/MatCalciteFeature/feature.xml @@ -2,7 +2,7 @@ This plugin for Eclipse Memory Analyzer allows to query heap dump via SQL diff --git a/MatCalciteFeature/pom.xml b/MatCalciteFeature/pom.xml index 04f999a..e5a25d6 100644 --- a/MatCalciteFeature/pom.xml +++ b/MatCalciteFeature/pom.xml @@ -4,14 +4,14 @@ 4.0.0 MatCalciteFeature - 1.3.0-SNAPSHOT + 1.3.0 eclipse-feature Calcite SQL feature com.github.vlsi.mat.calcite parent - 1.3.0-SNAPSHOT + 1.3.0 diff --git a/MatCalcitePlugin/META-INF/MANIFEST.MF b/MatCalcitePlugin/META-INF/MANIFEST.MF index 58b072b..c2fc6c4 100644 --- a/MatCalcitePlugin/META-INF/MANIFEST.MF +++ b/MatCalcitePlugin/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: MatCalcitePlugin Bundle-SymbolicName: MatCalcitePlugin;singleton:=true -Bundle-Version: 1.3.0.qualifier +Bundle-Version: 1.3.0 Bundle-Vendor: Vladimir Sitnikov Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Require-Bundle: org.eclipse.mat.api;bundle-version="1.5.0", diff --git a/MatCalcitePlugin/pom.xml b/MatCalcitePlugin/pom.xml index 2f57b89..ea530ad 100644 --- a/MatCalcitePlugin/pom.xml +++ b/MatCalcitePlugin/pom.xml @@ -4,14 +4,14 @@ 4.0.0 MatCalcitePlugin - 1.3.0-SNAPSHOT + 1.3.0 eclipse-plugin Calcite SQL plugin com.github.vlsi.mat.calcite parent - 1.3.0-SNAPSHOT + 1.3.0 diff --git a/MatCalciteRepository/matcalcite.product b/MatCalciteRepository/matcalcite.product index 3c6e638..31aef55 100644 --- a/MatCalciteRepository/matcalcite.product +++ b/MatCalciteRepository/matcalcite.product @@ -1,7 +1,7 @@ - + diff --git a/MatCalciteRepository/pom.xml b/MatCalciteRepository/pom.xml index 83f8634..6fca2f1 100644 --- a/MatCalciteRepository/pom.xml +++ b/MatCalciteRepository/pom.xml @@ -4,7 +4,7 @@ 4.0.0 MatCalciteRepository - 1.3.0-SNAPSHOT + 1.3.0 eclipse-repository Calcite SQL update site @@ -35,7 +35,7 @@ com.github.vlsi.mat.calcite parent - 1.3.0-SNAPSHOT + 1.3.0 diff --git a/MatCalciteTargetPlatform/pom.xml b/MatCalciteTargetPlatform/pom.xml index d8d51ea..78843ed 100644 --- a/MatCalciteTargetPlatform/pom.xml +++ b/MatCalciteTargetPlatform/pom.xml @@ -5,14 +5,14 @@ 4.0.0 MatCalciteTargetPlatform - 1.3.0-SNAPSHOT + 1.3.0 eclipse-target-definition Eclipse target definition parent com.github.vlsi.mat.calcite - 1.3.0-SNAPSHOT + 1.3.0 diff --git a/MatCalciteTest/META-INF/MANIFEST.MF b/MatCalciteTest/META-INF/MANIFEST.MF index 10b69f8..88b37b1 100644 --- a/MatCalciteTest/META-INF/MANIFEST.MF +++ b/MatCalciteTest/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: MatCalciteTest Bundle-SymbolicName: MatCalciteTest -Bundle-Version: 1.3.0.qualifier +Bundle-Version: 1.3.0 Require-Bundle: org.junit, org.eclipse.core.runtime, org.eclipse.mat.api;bundle-version="1.5.0", diff --git a/MatCalciteTest/pom.xml b/MatCalciteTest/pom.xml index ff84f72..2858756 100644 --- a/MatCalciteTest/pom.xml +++ b/MatCalciteTest/pom.xml @@ -10,7 +10,7 @@ com.github.vlsi.mat.calcite parent - 1.3.0-SNAPSHOT + 1.3.0 diff --git a/pom.xml b/pom.xml index 85f1606..a21bca2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.vlsi.mat.calcite parent - 1.3.0-SNAPSHOT + 1.3.0 pom MAT Calcite plugin parent