File tree Expand file tree Collapse file tree
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ apply plugin: 'java'
2424apply plugin : ' maven-publish'
2525
2626group = ' com.github.camel-tooling'
27- version = ' 1.4.1 '
27+ version = ' 1.4.2 '
2828
2929repositories {
3030 mavenLocal()
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments