File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 22
33# Axon Framework plugin Changelog
44
5+ ## [ 0.5.2]
6+
7+ ### Added
8+
9+ - Recommend plugin when Axon Framework is found in project
10+
511## [ 0.5.1]
612
713### Fixed
Original file line number Diff line number Diff line change 1919
2020pluginGroup =io.axoniq.ide.intellij
2121pluginName =Axon Framework
22- pluginVersion =0.5.1
22+ pluginVersion =0.5.2
2323
2424# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
2525# for insight into build numbers and IntelliJ Platform versions.
Original file line number Diff line number Diff line change 2727 <idea-version since-build =" 203" />
2828
2929 <extensions defaultExtensionNs =" com.intellij" >
30+ <!-- IntelliJ shows as invalid, but it is valid. The extension point is defined here, not in the IDE:
31+ https://github.com/JetBrains/intellij-plugin-verifier/blob/master/intellij-feature-extractor/src/main/java/com/jetbrains/intellij/feature/extractor/ExtensionPointFeatures.kt -->
32+ <dependencySupport kind =" java" coordinate =" org.axonframework:axon-messaging" displayName =" Axon Framework" />
33+
3034 <codeInsight .lineMarkerProvider language =" JAVA"
3135 implementationClass =" org.axonframework.intellij.ide.plugin.markers.publishers.PublishMethodLineMarkerProvider" />
3236 <codeInsight .lineMarkerProvider language =" JAVA"
You can’t perform that action at this time.
0 commit comments