Skip to content

Commit

Permalink
prepare release 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
15knots committed Nov 11, 2023
1 parent fdac2a8 commit 51f9623
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Cmake4eclipse Change Log

## 4.0.3 (2023-11-11)
### Changes
- Ensure project relative path are below project directory (no '..').
- Fix project creation over existing cmake4eclipse project of versions < 4.x.
- Added a context menu to edit build targets.

## 4.0.2 (2023-04-20)
### Changes
- Fix #182: "Warn about uninitialized values" passes wrong cli-option to cmake.
Expand Down
2 changes: 1 addition & 1 deletion de.marw.cmake4eclipse.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.marw.cmake4eclipse.feature"
label="cmake4eclipse"
version="4.0.2"
version="4.0.3"
provider-name="Martin Weber">

<description>
Expand Down
2 changes: 1 addition & 1 deletion de.marw.cmake4eclipse.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<artifactId>de.marw.cmake4eclipse.feature</artifactId>
<!-- always use .qualifier in manifest, we do not plan to publish this plugin
to a maven repo. (The repository version is a different thing) -->
<version>4.0.2</version>
<version>4.0.3</version>
<packaging>eclipse-feature</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion releng/repo/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>repo</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
<packaging>eclipse-repository</packaging>

<build>
Expand Down

0 comments on commit 51f9623

Please sign in to comment.