Skip to content

Commit 51d0849

Browse files
committed
Prepare for next version
1 parent 41f4c26 commit 51d0849

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ checkstyle {
3030
}
3131

3232
group = 'com.github.camel-tooling'
33-
version = '1.3.6'
33+
version = '1.3.7'
3434

3535
repositories {
3636
mavenLocal()

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +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.3.6</version>
4+
<version>1.3.7</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.3.6
12+
v.1.3.7
1313
<ul>
14-
<li>Updated to Camel 4.10.2</li>
15-
<li>Updated to IDEA 2024.3.4</li>
14+
<li>TODO</li>
1615
</ul>
1716
]]>
1817
</change-notes>

0 commit comments

Comments
 (0)