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

Commit

Permalink
Fix packaging regression #133
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablissimo committed Mar 29, 2017
1 parent 8a9c734 commit c37d792
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.pablissimo.sonar</groupId>
<artifactId>sonar-typescript-plugin</artifactId>
<packaging>sonar-plugin</packaging>
<version>1.1.0-RC1</version>
<version>1.1.0-RC2</version>

<name>SonarTsPlugin</name>
<description>Analyse TypeScript projects</description>
Expand Down Expand Up @@ -158,6 +158,7 @@
<configuration>
<pluginKey>typescript</pluginKey>
<pluginClass>com.pablissimo.sonar.TypeScriptPlugin</pluginClass>
<pluginName>TypeScript</pluginName>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit c37d792

Please sign in to comment.