Skip to content

Commit

Permalink
Prepare for v1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Oct 12, 2020
1 parent 52f9858 commit 9f86e19
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 24 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
## [Unreleased]

## [1.5.0] - 2020-10-12
### Added
- Extra property for all objects: `@class` (references to `java.lang.Class`)
- Extra property for all objects: `@className` (returns the name of the class)
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.5.0-SNAPSHOT</version>
<version>1.5.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.5.0.qualifier"
version="1.5.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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>eclipse-feature</packaging>
<name>Calcite SQL feature</name>

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

<parent>
<groupId>com.github.vlsi.mat.calcite</groupId>
<artifactId>parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.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.5.0.qualifier" useFeatures="true" includeLaunchers="false">
<product name="MAT with SQL" uid="mat-calcite" version="1.5.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.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.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.5.0.qualifier
Bundle-Version: 1.5.0
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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<build>
Expand Down
10 changes: 1 addition & 9 deletions README.md
Expand Up @@ -16,20 +16,12 @@ See [Calcite SQL reference](https://calcite.apache.org/docs/reference.html)
Installation
------------

**Note for Memory Analyzer 1.7.0**: you must disable "Eclipse Oxygen" update site before installing plugins
otherwise your MAT installation will get broken.

To disable Eclipse Oxygen in MAT 1.7.0, perform the following:
1. Open MAT Settings
1. Open `Install/Update`, `Available Software Sites`
1. Uncheck `Eclipse Oxygen`
1. Click `Ok`
Requirements: Java 1.8+, Eclipse Memory Analyzer 1.8.0+

TL;DR: use the following update repository to install the latest released version: https://dl.bintray.com/vlsi/eclipse/updates/

To install Calcite SQL plugin, perform the following:
1. Open `Help`, `Install New Software...`
1. **For MAT 1.7.0**: in case you have not disabled Eclipse Oxygen update site, click `Available Software Sites` and disable Oxygen there
1. Click `Add`, it will open a `Add Repository` window
1. Type `Calcite SQL plugin site` to the `Name` field
1. Type `https://dl.bintray.com/vlsi/eclipse/updates/` to the `Location` field
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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>
<name>MAT Calcite plugin parent</name>

Expand Down

0 comments on commit 9f86e19

Please sign in to comment.