Skip to content
This repository was archived by the owner on Jul 8, 2019. It is now read-only.

Commit d01baeb

Browse files
committed
v0.4 - adding contributor and up-rev
1 parent e20aa6d commit d01baeb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ MIT
9595
Thanks to the following for contributions to the plugin:
9696
* [Alex Krauss](https://github.com/alexkrauss) and [Manuel Huber](https://github.com/nelo112) for work on improving compatibility with *nix OSes
9797
* [schnee3](https://github.com/schnee3) for giving us some NCLOC support
98+
* [drywolf](https://github.com/drywolf) for TSX support
9899

99100
##With thanks
100101
* The LCOV parser is directly copied from the community JavaScript SonarQube plug-in, which is LGPL'd.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.pablissimo.sonar</groupId>
66
<artifactId>sonar-typescript-plugin</artifactId>
77
<packaging>sonar-plugin</packaging>
8-
<version>0.3-SNAPSHOT</version>
8+
<version>0.4-SNAPSHOT</version>
99

1010
<name>TypeScript</name>
1111
<description>Analyse TypeScript projects</description>
@@ -14,7 +14,7 @@
1414
<connection>scm:git:git@github.com:Pablissimo/SonarTsPlugin.git</connection>
1515
<developerConnection>scm:git:git@github.com:Pablissimo/SonarTsPlugin.git</developerConnection>
1616
<url>https://github.com/Pablissimo/SonarTsPlugin</url>
17-
<tag>0.3</tag>
17+
<tag>0.4</tag>
1818
</scm>
1919

2020
<properties>

0 commit comments

Comments
 (0)