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 Oct 12, 2023
1 parent a8e00ce commit 529f084
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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.1.2'
version = '1.1.3'
}

subprojects {
Expand Down
6 changes: 2 additions & 4 deletions camel-idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<idea-plugin url="https://github.com/camel-tooling/camel-idea-plugin">
<id>org.apache.camel</id>
<name>Apache Camel</name>
<version>1.1.2</version>
<version>1.1.3</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.1.2
v.1.1.3
<ul>
<li>Upgraded to Camel 4.1.0</li>
<li>Improve the support of third party Maven repositories</li>
<li>Bug fixes</li>
</ul>
]]>
Expand Down

0 comments on commit 529f084

Please sign in to comment.