Skip to content

Commit f3a833a

Browse files
Update plugin details
1 parent b769a65 commit f3a833a

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ plugins {
1212

1313
group = 'org.antlr'
1414
description = 'Support for using ANTLR-generated parsers/lexers in jetbrains IDE plug-ins.'
15-
version = "${version}.$buildNumber"
1615

1716
repositories {
1817
jcenter()

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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
55
ideaVersion=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
88
javaVersion=1.8
9-
buildNumber=SNAPSHOT

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

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,19 @@
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

0 commit comments

Comments
 (0)