Skip to content

Commit cf6bf85

Browse files
committed
Updated description in pom.xml and jqassistant-plugin.xml
1 parent 367863c commit cf6bf85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
id="jqassistant.plugin.typescript"
55
name="jQAssistant Typescript Plugin"
66
version="${project.version}">
7-
<description>Provides a scanner for Typescript.</description>
7+
<description>${project.description}</description>
88
<model>
99
<class>org.jqassistant.plugin.typescript.api.model.core.AccessorPropertyDescriptor</class>
1010
<class>org.jqassistant.plugin.typescript.api.model.core.AutoAccessorDeclarationDescriptor</class>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<url>https://jqassistant.org/</url>
1818

1919
<description>
20-
Plugin for jQAssistant providing scanners and rules for Typescript.
20+
The jQAssistant plugin providing scanners and rules for TypeScript.
2121
</description>
2222

2323
<organization>

0 commit comments

Comments
 (0)