From 8a627ac95db25a5e32d6b14973b53a7d0eea40a0 Mon Sep 17 00:00:00 2001 From: 15knots <11367029+15knots@users.noreply.github.com> Date: Wed, 14 Feb 2024 20:49:56 +0100 Subject: [PATCH] prepare release 1.22.0 --- README.md | 8 +++++--- com.cthing.cmakeed.feature/feature.xml | 17 ++++------------- com.cthing.cmakeed.feature/pom.xml | 2 +- com.cthing.cmakeed.site/pom.xml | 2 +- 4 files changed, 11 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 2656f02..ff8a271 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ An Eclipse plug-in for editing CMake files such as CMakeLists.txt. Provides syntax coloring, CMake command content assist, and code templates. -Requires Java 8 or higher and Eclipse 4.5.2 or higher. +Requires Java 11 or higher and Eclipse 4.17 or higher. # Screenshots Screenshots can be found at the Eclipse Marketplace. @@ -24,7 +24,7 @@ https://raw.githubusercontent.com/15knots/cmakeed/master/cmakeed-update/ . Tool integrators will find each release at [cloudsmith](https://cloudsmith.io/~15knots/repos/p2-zip/packages/). Each release is provided as a stand-alone zipped p2 repository and can be consumed in a PDE target platform. To add one of these repositories to your target platform, add a **Software Site** and enter a URL for the location as -`jar:https://cloudsmith.io/~15knots/repos/p2-zip/packages/CMakeEd-1.18.0.zip!/` (note the leading `jar:` and the trailing `!/`). +`jar:https://cloudsmith.io/~15knots/repos/p2-zip/packages/CMakeEd-1.22.0.zip!/` (note the leading `jar:` and the trailing `!/`). ### Debug and Build This project uses Apache maven as its build system. @@ -35,11 +35,13 @@ There is a run configuration for eclipse to invoke maven `build cmakeed` plus a --- # Release History -## Next release +## 1.22.0 (2024-02-14) ### Changes - Fix #15: Missing requirement: 'java.package; javax.crypto 0.0.0' - Requires Eclipse 4.17 (2020-09) - Requires Java 11 +- Fix #17: Improve colors for dark theme +- Enhancement: Updated syntax highlighting data and tool tips to cmake 3.28. ## 1.21.0 (2023-03-21) ### Changes diff --git a/com.cthing.cmakeed.feature/feature.xml b/com.cthing.cmakeed.feature/feature.xml index 3926894..0ddcc8b 100644 --- a/com.cthing.cmakeed.feature/feature.xml +++ b/com.cthing.cmakeed.feature/feature.xml @@ -2,7 +2,7 @@ @@ -114,23 +114,14 @@ This Agreement is governed by the laws of the State of New York and the intellec + version="0.0.0"/> + version="0.0.0"/> + version="0.0.0"/> diff --git a/com.cthing.cmakeed.feature/pom.xml b/com.cthing.cmakeed.feature/pom.xml index eb617c5..2c64ae5 100644 --- a/com.cthing.cmakeed.feature/pom.xml +++ b/com.cthing.cmakeed.feature/pom.xml @@ -10,6 +10,6 @@ com.cthing.cmakeed.feature - 1.21.0 + 1.22.0 eclipse-feature diff --git a/com.cthing.cmakeed.site/pom.xml b/com.cthing.cmakeed.site/pom.xml index e0922ad..8357441 100644 --- a/com.cthing.cmakeed.site/pom.xml +++ b/com.cthing.cmakeed.site/pom.xml @@ -11,7 +11,7 @@ com.cthing.cmakeed-repo - 1.21.0 + 1.22.0 eclipse-repository