Skip to content

Commit

Permalink
Bump for next version
Browse files Browse the repository at this point in the history
davsclaus committed Dec 21, 2024
1 parent 5922486 commit 28bbc00
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ checkstyle {
}

group = 'com.github.camel-tooling'
version = '1.3.4'
version = '1.3.5'

repositories {
mavenLocal()
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<idea-plugin url="https://github.com/camel-tooling/camel-idea-plugin">
<id>org.apache.camel</id>
<name>Apache Camel</name>
<version>1.3.4</version>
<version>1.3.5</version>
<vendor email="users@apache.camel.org" url="https://github.com/camel-tooling/camel-idea-plugin">Apache Camel</vendor>

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

<change-notes><![CDATA[
v.1.3.4
v.1.3.5
<ul>
<li>Update to IDEA 2024.3.1.1</li>
<li>Bug fixes</li>
</ul>
]]>
</change-notes>

0 comments on commit 28bbc00

Please sign in to comment.