Skip to content

Commit 60ae927

Browse files
committed
Bump for next release
1 parent c84847b commit 60ae927

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apply plugin: 'java'
2424
apply plugin: 'maven-publish'
2525

2626
group = 'com.github.camel-tooling'
27-
version = '1.4.1'
27+
version = '1.4.2'
2828

2929
repositories {
3030
mavenLocal()

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
<idea-plugin url="https://github.com/camel-tooling/camel-idea-plugin">
22
<id>org.apache.camel</id>
33
<name>Apache Camel</name>
4-
<version>1.4.1</version>
4+
<version>1.4.2</version>
55
<vendor email="users@apache.camel.org" url="https://github.com/camel-tooling/camel-idea-plugin">Apache Camel</vendor>
66

77
<description><![CDATA[
88
Plugin for IntelliJ IDEA to provide a set of Apache Camel related capabilities to the code editor.
99
]]></description>
1010

1111
<change-notes><![CDATA[
12-
v.1.4.1
12+
v.1.4.2
1313
<ul>
1414
<li>Only IDEA 2025 onwards is supported</li>
15-
<li>Upgraded to IDEA 2025.2</li>
16-
<li>Support references from Camel property placeholders to properties</li>
17-
<li>Fix multiple problems with Camel gutter icons</li>
18-
<li>Fix multiple problems with Camel endpoint references in routes</li>
1915
</ul>
2016
]]>
2117
</change-notes>

0 commit comments

Comments
 (0)