Skip to content

Commit 519baf4

Browse files
committed
Idea 13.1 compatibility
1 parent 1e51dad commit 519baf4

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.idea/
2+
CVSToolBox.zip

CVSToolBox.iml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<entry key="CheckCalls" value="false" />
4747
<entry key="CheckExpectedWarnings" value="false" />
4848
<entry key="CheckImmutableAnnotation" value="true" />
49+
<entry key="CheckRelaxingNullnessAnnotation" value="true" />
4950
<entry key="CheckTypeQualifiers" value="true" />
5051
<entry key="CloneIdiom" value="true" />
5152
<entry key="ComparatorIdiom" value="true" />

META-INF/plugin.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
</p>
1717
]]>
1818
</description>
19-
<version>1.4.10</version>
19+
<version>1.4.11</version>
2020
<vendor url="https://github.com/zielu/CVSToolBox" email="[email protected]">Łukasz Zieliński</vendor>
21-
<idea-version since-build="129.298" until-build="133.9999"/>
21+
<idea-version since-build="134.1342" until-build="134.9999"/>
2222
<!-- dependencies -->
2323
<depends>CVS</depends>
2424
<category>VCS Integration</category>
@@ -58,10 +58,9 @@
5858
<vcsCheckinHandlerFactory implementation="org.cvstoolbox.multitag.MultiTagCheckinHandlerFactory"/>
5959
</extensions>
6060
<change-notes><![CDATA[
61-
<h3>Changes in 1.4.10</h3>
61+
<h3>Changes in 1.4.11</h3>
6262
<ul>
63-
<li>Compatibility with Idea 13</li>
64-
<li>Darcula alignment</li>
63+
<li>Compatibility with Idea 13.1</li>
6564
<ul>
6665
]]>
6766
</change-notes>

0 commit comments

Comments
 (0)