Skip to content

Commit

Permalink
Prepare for release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Sep 8, 2018
1 parent add2813 commit c5f6859
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 15 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,6 @@
## [Unreleased]

## [1.4.0] - 2018-09-08
### Added
- New functions: `asMap`, `getMapEntries`, `asMultiSet`, `getStringContent`
- Support entries extraction from Dexx HashMap
Expand Down
2 changes: 1 addition & 1 deletion MatCalciteDependencies/pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.vlsi.mat.calcite</groupId>
<artifactId>MatCalciteDependencies</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>bundle</packaging>

<dependencies>
Expand Down
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.4.0.qualifier"
version="1.4.0"
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.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>eclipse-feature</packaging>
<name>Calcite SQL feature</name>

<parent>
<groupId>com.github.vlsi.mat.calcite</groupId>
<artifactId>parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</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.4.0.qualifier
Bundle-Version: 1.4.0
Bundle-Vendor: Vladimir Sitnikov
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.mat.api;bundle-version="1.5.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.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>eclipse-plugin</packaging>
<name>Calcite SQL plugin</name>

<parent>
<groupId>com.github.vlsi.mat.calcite</groupId>
<artifactId>parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</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.4.0.qualifier" useFeatures="true" includeLaunchers="false">
<product name="MAT with SQL" uid="mat-calcite" version="1.4.0" 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,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

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

Expand Down Expand Up @@ -35,7 +35,7 @@
<parent>
<groupId>com.github.vlsi.mat.calcite</groupId>
<artifactId>parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</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.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>eclipse-target-definition</packaging>
<name>Eclipse target definition</name>

<parent>
<artifactId>parent</artifactId>
<groupId>com.github.vlsi.mat.calcite</groupId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</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.4.0.qualifier
Bundle-Version: 1.4.0
Require-Bundle: org.junit,
org.eclipse.core.runtime,
org.eclipse.mat.api;bundle-version="1.5.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.4.0-SNAPSHOT</version>
<version>1.4.0</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.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>pom</packaging>
<name>MAT Calcite plugin parent</name>

Expand Down

0 comments on commit c5f6859

Please sign in to comment.