Skip to content

Commit 51f9623

Browse files
committed
prepare release 4.0.3
1 parent fdac2a8 commit 51f9623

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Cmake4eclipse Change Log
22

3+
## 4.0.3 (2023-11-11)
4+
### Changes
5+
- Ensure project relative path are below project directory (no '..').
6+
- Fix project creation over existing cmake4eclipse project of versions < 4.x.
7+
- Added a context menu to edit build targets.
8+
39
## 4.0.2 (2023-04-20)
410
### Changes
511
- Fix #182: "Warn about uninitialized values" passes wrong cli-option to cmake.

de.marw.cmake4eclipse.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="de.marw.cmake4eclipse.feature"
44
label="cmake4eclipse"
5-
version="4.0.2"
5+
version="4.0.3"
66
provider-name="Martin Weber">
77

88
<description>

de.marw.cmake4eclipse.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<artifactId>de.marw.cmake4eclipse.feature</artifactId>
1616
<!-- always use .qualifier in manifest, we do not plan to publish this plugin
1717
to a maven repo. (The repository version is a different thing) -->
18-
<version>4.0.2</version>
18+
<version>4.0.3</version>
1919
<packaging>eclipse-feature</packaging>
2020

2121
<build>

releng/repo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- builds a zipped p2 update site -->
1313
<artifactId>repo</artifactId>
14-
<version>4.0.2</version>
14+
<version>4.0.3</version>
1515
<packaging>eclipse-repository</packaging>
1616

1717
<build>

0 commit comments

Comments
 (0)