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

Commit

Permalink
Merge f4b502a into 981acfa
Browse files Browse the repository at this point in the history
  • Loading branch information
huberchrigu committed Oct 6, 2016
2 parents 981acfa + f4b502a commit 0b1c8dd
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 202 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<description>Analyse TypeScript projects</description>
<inceptionYear>2013</inceptionYear>
<url>https://github.com/pablissimo/SonarTsPlugin</url>

<organisation>
<name>Paul O'Neill (pablissimo) and contributors</name>
<url>https://github.com/pablissimo/SonarTsPlugin</url>
</organisation>

<developers>
<developer>
<id>pablissimo</id>
Expand All @@ -39,11 +39,11 @@
<system>Travis</system>
<url>https://travis-ci.org/pablissimo/SonarTsPlugin</url>
</ciManagement>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.buildVersion>5.6</sonar.buildVersion>

<sonar.buildVersion>6.0</sonar.buildVersion>
<jdk.min.version>1.8</jdk.min.version>
<sslr.version>1.21</sslr.version>
</properties>
Expand All @@ -61,7 +61,7 @@
<artifactId>gson</artifactId>
<version>2.3</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down Expand Up @@ -135,7 +135,7 @@
<configuration>
<source>${jdk.min.version}</source>
<target>${jdk.min.version}</target>

<showDeprecation>true</showDeprecation>
<compilerArgs>
<arg>-Xlint:all</arg>
Expand Down
Loading

0 comments on commit 0b1c8dd

Please sign in to comment.