Skip to content

Commit

Permalink
FBP-73. Bump plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Jul 22, 2023
1 parent 756e006 commit 4d874dc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions activiti-intellij-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Activiti BPMN visualizer</name>

<!-- Plugin version -->
<version>0.5.3.1</version>
<version>0.5.4</version>

<!-- Unique identifier of the plugin. Cannot be changed between the plugin versions.
If not specified, assumed to be equal to <name>. -->
Expand Down Expand Up @@ -39,6 +39,12 @@
<!-- Description of changes in the latest version of the plugin. Displayed in the "Plugins" settings dialog and
in the plugin repository Web interface. -->
<change-notes><![CDATA[
<p>0.5.4:</p>
<ul>
<li>
Support for IJ Community Edition and other IDEs
</li>
</ul>
<p>0.5.3.1:</p>
<ul>
<li>
Expand Down Expand Up @@ -79,12 +85,6 @@
Stop using scheduled for removal IJ internal API
</li>
</ul>
<p>0.5.1:</p>
<ul>
<li>
Fix for changing settings in IntelliJ 2023.1+
</li>
</ul>
]]></change-notes>

<!-- The vendor of the plugin. The optional "url" attribute specifies the URL of the vendor homepage.
Expand Down
14 changes: 7 additions & 7 deletions camunda-intellij-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Camunda BPMN visualizer</name>

<!-- Plugin version -->
<version>0.5.3.1</version>
<version>0.5.4</version>

<!-- Unique identifier of the plugin. Cannot be changed between the plugin versions.
If not specified, assumed to be equal to <name>. -->
Expand Down Expand Up @@ -39,6 +39,12 @@
<!-- Description of changes in the latest version of the plugin. Displayed in the "Plugins" settings dialog and
in the plugin repository Web interface. -->
<change-notes><![CDATA[
<p>0.5.4:</p>
<ul>
<li>
Support for IJ Community Edition and other IDEs
</li>
</ul>
<p>0.5.3.1:</p>
<ul>
<li>
Expand Down Expand Up @@ -79,12 +85,6 @@
Stop using scheduled for removal IJ internal API
</li>
</ul>
<p>0.5.1:</p>
<ul>
<li>
Fix for changing settings in IntelliJ 2023.1+
</li>
</ul>
]]></change-notes>

<!-- The vendor of the plugin. The optional "url" attribute specifies the URL of the vendor homepage.
Expand Down
14 changes: 7 additions & 7 deletions flowable-intellij-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Flowable BPMN visualizer</name>

<!-- Plugin version -->
<version>0.5.3.1</version>
<version>0.5.4</version>

<!-- Unique identifier of the plugin. Cannot be changed between the plugin versions.
If not specified, assumed to be equal to <name>. -->
Expand Down Expand Up @@ -39,6 +39,12 @@
<!-- Description of changes in the latest version of the plugin. Displayed in the "Plugins" settings dialog and
in the plugin repository Web interface. -->
<change-notes><![CDATA[
<p>0.5.4:</p>
<ul>
<li>
Support for IJ Community Edition and other IDEs
</li>
</ul>
<p>0.5.3.1:</p>
<ul>
<li>
Expand Down Expand Up @@ -79,12 +85,6 @@
Stop using scheduled for removal IJ internal API
</li>
</ul>
<p>0.5.1:</p>
<ul>
<li>
Fix for changing settings in IntelliJ 2023.1+
</li>
</ul>
]]></change-notes>

<!-- The vendor of the plugin. The optional "url" attribute specifies the URL of the vendor homepage.
Expand Down

0 comments on commit 4d874dc

Please sign in to comment.