We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ddd5d commit 9e5ba7eCopy full SHA for 9e5ba7e
build.gradle
@@ -24,7 +24,7 @@ apply plugin: 'java'
24
apply plugin: 'maven-publish'
25
26
group = 'com.github.camel-tooling'
27
-version = '1.4.5'
+version = '1.4.6'
28
29
repositories {
30
mavenLocal()
src/main/resources/META-INF/plugin.xml
@@ -9,12 +9,9 @@
9
]]></description>
10
11
<change-notes><![CDATA[
12
- v.1.4.5
+ v.1.4.6
13
<ul>
14
<li>Only IDEA 2025 onwards is supported</li>
15
- <li>Added real-time validation of XPath expressions<li>
16
- <li>Updated to IDEA 2025.2.4</li>
17
- <li>Updated to Camel 4.14.2</li>
18
</ul>
19
]]>
20
</change-notes>
0 commit comments