Skip to content

Commit

Permalink
Merge pull request #3 from SonarQubeCommunity/feature/sonar-l10n-ko-1.4
Browse files Browse the repository at this point in the history
sonar-l10n-ko plugin 1.4
  • Loading branch information
moseskim authored Sep 20, 2016
2 parents 06bd079 + f8a121f commit 44f0555
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 22 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
(https://github.com/SonarCommunity/sonar-l10n-ko/releases/latest)

### Compatibility Matrix
SonarQube | 4.5(LTS) | 5.0 | 5.1 | 5.2 | 5.3 | 5.4 | 5.5 | 5.6(LTS) |
--------------|----------|-----|-----|-----|-----|-----|-----|----------|
sonar-l10n-ko |1.0 | 1.2 | <- | <- | <- | <- | <- | 1.3 |
SonarQube | 4.5(LTS) | 5.0 | 5.1 | 5.2 | 5.3 | 5.4 | 5.5 | 5.6(LTS) | 6.0 |
--------------|----------|-----|-----|-----|-----|-----|-----|----------|-----|
sonar-l10n-ko |1.0 | 1.2 | <- | <- | <- | <- | <- | 1.3 | 1.4 |

### Download
Use Update Center or download the plugin into the directory `$SONAR_HOME/extensions/plugins/` then restart the server.
Expand Down
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.codehaus.l10n.ko</groupId>
<artifactId>sonar-l10n-ko-plugin</artifactId>
<packaging>sonar-plugin</packaging>
<version>1.3.0</version>
<version>1.4.0-RC1</version>

<name>L10n :: Korean Pack</name>
<url>https://github.com/SonarQubeCommunity/sonar-l10n-ko</url>
Expand Down Expand Up @@ -39,9 +39,10 @@

<properties>
<sonar.pluginClass>org.sonar.plugins.l10n.KoreanPackPlugin</sonar.pluginClass>
<sonar.version>5.6</sonar.version>
<sonar.version>6.0</sonar.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Versions of the plugin translated by this language pack -->
<!--
<sonar-jacoco-plugin.version>2.3</sonar-jacoco-plugin.version>
<bundle.abacus>0.1</bundle.abacus>
<bundle.branding>1.0</bundle.branding>
Expand All @@ -50,6 +51,7 @@
<bundle.motionchart>1.6</bundle.motionchart>
<bundle.violationdensity>1.2</bundle.violationdensity>
<bundle.java>2.4</bundle.java>
-->
</properties>

<dependencies>
Expand All @@ -67,7 +69,7 @@
<dependency>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonar-core</artifactId>
<version>${bundle.core}</version>
<version>${sonar.version}</version>
<scope>test</scope>
</dependency>

Expand Down
Loading

0 comments on commit 44f0555

Please sign in to comment.