Skip to content

Commit

Permalink
Prepare for release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Nov 15, 2023
1 parent fb14fc6 commit 4c53b8a
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion MatCalciteFeature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="MatCalciteFeature"
label="Calcite plugin for MAT"
version="1.7.0.qualifier"
version="1.6.1"
provider-name="Vladimir Sitnikov">

<description>This plugin for Eclipse Memory Analyzer allows to query heap dump via SQL</description>
Expand Down
4 changes: 2 additions & 2 deletions MatCalciteFeature/pom.xml
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>MatCalciteFeature</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.6.1</version>
<packaging>eclipse-feature</packaging>
<name>Calcite SQL feature</name>

<parent>
<groupId>com.github.vlsi.mat.calcite</groupId>
<artifactId>parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.6.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion MatCalcitePlugin/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: MatCalcitePlugin
Bundle-SymbolicName: MatCalcitePlugin;singleton:=true
Bundle-Version: 1.7.0.qualifier
Bundle-Version: 1.6.1
Bundle-Vendor: Vladimir Sitnikov
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.eclipse.mat.api;bundle-version="1.13.0",
Expand Down
4 changes: 2 additions & 2 deletions MatCalcitePlugin/pom.xml
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>MatCalcitePlugin</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.6.1</version>
<packaging>eclipse-plugin</packaging>
<name>Calcite SQL plugin</name>

<parent>
<groupId>com.github.vlsi.mat.calcite</groupId>
<artifactId>parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.6.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion MatCalciteRepository/matcalcite.product
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="MAT with SQL" uid="mat-calcite" version="1.7.0.qualifier" useFeatures="true" includeLaunchers="false">
<product name="MAT with SQL" uid="mat-calcite" version="1.6.1" useFeatures="true" includeLaunchers="false">

<aboutInfo>
<image path="icons/eclipse_lg.gif"/>
Expand Down
4 changes: 2 additions & 2 deletions MatCalciteRepository/pom.xml
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>MatCalciteRepository</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.6.1</version>
<packaging>eclipse-repository</packaging>
<name>Calcite SQL update site</name>

<parent>
<groupId>com.github.vlsi.mat.calcite</groupId>
<artifactId>parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.6.1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions MatCalciteTargetPlatform/pom.xml
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>MatCalciteTargetPlatform</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.6.1</version>
<packaging>eclipse-target-definition</packaging>
<name>Eclipse target definition</name>

<parent>
<artifactId>parent</artifactId>
<groupId>com.github.vlsi.mat.calcite</groupId>
<version>1.7.0-SNAPSHOT</version>
<version>1.6.1</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion MatCalciteTest/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: MatCalciteTest
Bundle-SymbolicName: MatCalciteTest
Bundle-Version: 1.7.0.qualifier
Bundle-Version: 1.6.1
Require-Bundle: org.junit,
org.eclipse.core.runtime,
org.eclipse.mat.api;bundle-version="1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion MatCalciteTest/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.github.vlsi.mat.calcite</groupId>
<artifactId>parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.6.1</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.vlsi.mat.calcite</groupId>
<artifactId>parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.6.1</version>
<packaging>pom</packaging>
<name>MAT Calcite plugin parent</name>

Expand Down

0 comments on commit 4c53b8a

Please sign in to comment.