Skip to content

Commit

Permalink
Bump for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Mar 9, 2024
1 parent 5b8d589 commit 925b20c
Show file tree
Hide file tree
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
Expand Up @@ -24,7 +24,7 @@ allprojects {
}

group = 'com.github.camel-tooling'
version = '1.2.5'
version = '1.2.6'
}

subprojects {
Expand Down
6 changes: 3 additions & 3 deletions camel-idea-plugin/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.2.5</version>
<version>1.2.6</version>
<vendor email="[email protected]" 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.2.5
v.1.2.6
<ul>
<li>Debugger now supports Exchange variables (Camel 4.4)</li>
<li>TODO</li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit 925b20c

Please sign in to comment.