Skip to content

Commit

Permalink
Upgrade to Camel 4.8.0. Bump version to 1.3.0 (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus authored Sep 15, 2024
1 parent aa8b5bc commit 25b3590
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ checkstyle {
}

group = 'com.github.camel-tooling'
version = '1.2.11'
version = '1.3.0'

repositories {
mavenLocal()
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
camelVersion = 4.7.0
camelVersion = 4.8.0
camelQuarkusVersion = 3.13.0
camelKameletVersion = 4.7.0
camelKarafVersion = 3.22.2
ideaVersion=2024.2.1
mavenResolverVersion=1.9.20
mavenResolverVersion=1.9.22

org.jetbrains.intellij.platform.downloadSources=true
6 changes: 4 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
<idea-plugin url="https://github.com/camel-tooling/camel-idea-plugin">
<id>org.apache.camel</id>
<name>Apache Camel</name>
<version>1.2.11</version>
<version>1.3.0</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.11
v.1.3.0
<ul>
<li>Refactored project (soure code) to single module for easier maintenance</li>
<li>IDEA 2024.2 supported</li>
<li>Upgraded to Camel 4.8.0</li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit 25b3590

Please sign in to comment.