Skip to content

Commit c442cb4

Browse files
Merge pull request #20 from AxonFramework/enhancement/plugin-description
Fine-tune the plugin description
2 parents 7c8a5b0 + b056388 commit c442cb4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222

2323
<description>
2424
<![CDATA[
25-
Supports developers while writing applications using <a href="https://axoniq.io/">Axon Framework</a>. <br/><br/>
26-
Axon Framework helps build scalable, extensible and maintainable applications by supporting developers apply the Command Query
27-
Responsibility Separation (CQRS) architectural pattern.<br/><br/>
25+
Supports developers while writing applications using <a href="https://axoniq.io/product-overview/axon-framework">Axon Framework</a> version 4.x.<br/><br/>
26+
27+
Axon Framework helps build scalable, extensible, and maintainable applications by supporting developers to apply Domain-Driven Design (DDD), Command-Query Responsibility Separation (CQRS),
28+
and Event Sourcing (ES). The framework provides a message-driven architecture with dedicated command, event, and query messages, to support these paradigms.<br/><br/>
2829
2930
The plugin provides the following features:
3031
<ul>
@@ -34,7 +35,7 @@
3435
<li>Easy access to the reference guide (ctrl+shift+a and type axon)
3536
</ul>
3637
37-
If you have a feature request, or want to report a bug, please report this at our <a href="https://github.com/AxonFramework/IdeaPlugin/issues">Github issue tracker</a>.<br/>
38+
If you have a feature request or want to report a bug, please report this at our <a href="https://github.com/AxonFramework/IdeaPlugin/issues">Github issue tracker</a>.<br/>
3839
For questions on Axon Framework usage, or about the plugin, please visit our <a href="https://discuss.axoniq.io/">Discuss</a>.
3940
]]>
4041
</description>

0 commit comments

Comments
 (0)