Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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="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.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
Loading