Skip to content

Commit

Permalink
prepare release 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
15knots committed Feb 14, 2024
1 parent 4b9d11d commit 8a627ac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 18 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://marketplace.eclipse.org/content/cmake-editor#group-screenshots">Eclipse Marketplace</a>.
Expand All @@ -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.
Expand All @@ -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
Expand Down
17 changes: 4 additions & 13 deletions com.cthing.cmakeed.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.cthing.cmakeed.feature"
label="CMake Editor"
version="1.21.0"
version="1.22.0"
provider-name="Martin Weber/C Thing Software/BlueQuartz Software">

<description url="http://cmakeed.sourceforge.net">
Expand Down Expand Up @@ -114,23 +114,14 @@ This Agreement is governed by the laws of the State of New York and the intellec

<plugin
id="com.cthing.cmakeed.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="com.cthing.cmakeed.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="de.marw.cmakeed.assist"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

</feature>
2 changes: 1 addition & 1 deletion com.cthing.cmakeed.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</parent>

<artifactId>com.cthing.cmakeed.feature</artifactId>
<version>1.21.0</version>
<version>1.22.0</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion com.cthing.cmakeed.site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- builds a zipped p2 update site -->
<artifactId>com.cthing.cmakeed-repo</artifactId>
<version>1.21.0</version>
<version>1.22.0</version>
<packaging>eclipse-repository</packaging>

<build>
Expand Down

0 comments on commit 8a627ac

Please sign in to comment.