Skip to content

Commit ee4eb6e

Browse files
committed
Plugin deprecation notice
1 parent 4de3bc0 commit ee4eb6e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

SVNToolBox/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
version=202.0.0
1+
version=202.0.1
22

33
javaVersion=1.8
4-
ideaVersion=202.6397-EAP-CANDIDATE-SNAPSHOT
4+
ideaVersion=2020.2.4
55
assertjVersion=3.9.0
66
javaEncoding=UTF-8

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<description><![CDATA[
1111
<h2>Enriches SVN integration</h2>
1212
<h3>Development status</h3>
13-
<p>Maintenance - bug fixes and releases for new IntelliJ versions</p>
13+
<p>Maintenance - plugin is deprecated, there will be no new releases or bug-fixes</p>
1414
<h3>Features</h3>
1515
<ul>
1616
<li><b>Status bar component:</b>
@@ -39,6 +39,10 @@
3939
</description>
4040

4141
<change-notes><![CDATA[
42+
<h3>Changes is 202.0.1</h3>
43+
<ul>
44+
<li>Plugin deprecation notice</li>
45+
</ul>
4246
<h3>Changes is 202.0.0</h3>
4347
<ul>
4448
<li>Fix: Cannot load plugin (#32)</li>

0 commit comments

Comments
 (0)