File tree Expand file tree Collapse file tree 3 files changed +11
-16
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +11
-16
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ plugins {
1212
1313group = ' org.antlr'
1414description = ' Support for using ANTLR-generated parsers/lexers in jetbrains IDE plug-ins.'
15- version = " ${ version} .$buildNumber "
1615
1716repositories {
1817 jcenter()
Original file line number Diff line number Diff line change 11# Available idea versions:
22# https://www.jetbrains.com/intellij-repository/releases
33# https://www.jetbrains.com/intellij-repository/snapshots
4- version =0.1
4+ version =0.1.0
55ideaVersion =145.256.33
66# https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under
77# Java 8 is required to run IntelliJ IDEA starting from version 16
88javaVersion =1.8
9- buildNumber =SNAPSHOT
Original file line number Diff line number Diff line change 88 </vendor >
99
1010 <description ><![CDATA[
11- <p >
12- Protostuff Jetbrains Plugin provides <a href="https://developers.google.com/protocol-buffers/">Google Protocol Buffers</a> support
13- for Jetbrains products.
14- </p>
11+ <a href="https://developers.google.com/protocol-buffers/">Google Protocol Buffers</a >
12+ support for Jetbrains products.
13+ <br>
14+ Supports syntax highlighting for proto2/proto3 and basic inspections.
1515 ]]> </description >
1616
1717 <change-notes ><![CDATA[
18- <div>
19- <b>0.1.0 (2016-03-31)</b>
20- <div>
21- First public release with some useful functionality:
22- <ul>
23- <li>Basic syntax highlighting for proto2/proto3 files.</li>
24- </ul>
25- </div>
26- </div>
18+ <b>Release 0.1.0 (2016-04-03)</b>
19+ <br>
20+ First public release:
21+ <ul>
22+ <li>Add syntax highlighting for proto2/proto3 and basic inspections.</li>
23+ </ul>
2724 ]]>
2825 </change-notes >
2926
You can’t perform that action at this time.
0 commit comments