Skip to content

Commit

Permalink
prepare release 1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
15knots committed Aug 23, 2024
1 parent 2bb47d6 commit 1f0b60c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.0.zip!/` (note the leading `jar:` and the trailing `!/`).
`jar:https://cloudsmith.io/~15knots/repos/p2-zip/packages/CMakeEd-1.24.1.zip!/` (note the leading `jar:` and the trailing `!/`).

### Debug and Build
This project uses Apache maven as its build system.
Expand All @@ -35,6 +35,10 @@ There is a run configuration for eclipse to invoke maven `build cmakeed` plus a
---
# Release History

## 1.24.1 (2024-08-23)
### Changes
- Fix: Fix visibility of syntax highlighting colors preference page.

## 1.24.0 (2024-07-31)
### Changes
- Enhancement: Updated syntax highlighting data and tool tips to cmake 3.20.
Expand Down
4 changes: 2 additions & 2 deletions com.cthing.cmakeed.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<feature
id="com.cthing.cmakeed.feature"
label="CMake Editor"
version="1.24.0"
version="1.24.1"
provider-name="Martin Weber/C Thing Software/BlueQuartz Software">

<description url="http://cmakeed.sourceforge.net">
<description url="https://github.com/15knots/cmakeed">
The CMakeEd plug-in provides an editor for CMake files. The plug-in
registers an editor for files named CMakeLists.txt, CMakeLists.txt.in,
*.cmake, *.ctest and *.cmake.in
Expand Down
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.24.0</version>
<version>1.24.1</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.24.0</version>
<version>1.24.1</version>
<packaging>eclipse-repository</packaging>

<build>
Expand Down

0 comments on commit 1f0b60c

Please sign in to comment.