Skip to content

Commit

Permalink
[maven-release-plugin] prepare release sonar-l10n-zh-plugin-9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhuisheng committed Oct 19, 2022
1 parent fc38363 commit 238121d
Showing 1 changed file with 170 additions and 170 deletions.
340 changes: 170 additions & 170 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,170 +1,170 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.sonarqube.l10n.zh</groupId>
<artifactId>sonar-l10n-zh-plugin</artifactId>
<packaging>sonar-plugin</packaging>
<version>9.7-SNAPSHOT</version>

<name>L10n :: Chinese Pack</name>
<url>https://github.com/xuhuisheng/sonar-l10n-zh</url>
<inceptionYear>2014</inceptionYear>
<description>Language Pack for Chinese</description>

<organization>
<name>Mossle</name>
<url>http://www.mossle.com</url>
</organization>

<licenses>
<license>
<name>GNU LGPL 3</name>
<url>http://www.gnu.org/licenses/lgpl.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<connection>scm:git:https://github.com/xuhuisheng/sonar-l10n-zh.git</connection>
<developerConnection>scm:git:https://github.com/xuhuisheng/sonar-l10n-zh.git</developerConnection>
<url>https://github.com/xuhuisheng/sonar-l10n-zh</url>
<tag>sonar-l10n-zh-plugin-9.5</tag>
</scm>

<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/xuhuisheng/sonar-l10n-zh/issues</url>
</issueManagement>

<properties>
<sonar.pluginClass>org.sonar.plugins.l10n.ChinesePackPlugin</sonar.pluginClass>
<sonar.version>9.7.0.61563</sonar.version>
<sonar-plugin-api.version>9.7.0.160</sonar-plugin-api.version>
<junit.version>4.13.2</junit.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<sonar.projectKey>xuhuisheng_sonar-l10n-zh</sonar.projectKey>
<sonar.organization>xuhuisheng</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>

<dependencies>
<dependency>
<groupId>org.sonarsource.api.plugin</groupId>
<artifactId>sonar-plugin-api</artifactId>
<version>${sonar-plugin-api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonar-testing-harness</artifactId>
<version>${sonar.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonar-core</artifactId>
<version>${sonar.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>

</dependencies>

<developers>
<developer>
<id>xuhuisheng</id>
<name>Xu Huisheng</name>
<organization>Mossle</organization>
<organizationUrl>http://www.mossle.com</organizationUrl>
</developer>
</developers>

<build>
<plugins>
<plugin>
<groupId>org.sonarsource.sonar-packaging-maven-plugin</groupId>
<artifactId>sonar-packaging-maven-plugin</artifactId>
<version>1.18.0.372</version>
<extensions>true</extensions>
<configuration>
<basePlugin>l10nen</basePlugin>
<pluginName>Chinese Pack</pluginName>
<pluginDescription>Language pack for Chinese</pluginDescription>
</configuration>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>native2ascii-maven-plugin</artifactId>
<version>1.0-beta-1</version>
<executions>
<execution>
<goals>
<goal>native2ascii</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.6</version>
</plugin>
</plugins>
</build>

<distributionManagement>
<repository>
<id>releases</id>
<name>Nexus Release Repository</name>
<url>file:./target/releases</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<name>Nexus Snapshot Repository</name>
<url>file:./target/snapshots</url>
</snapshotRepository>
</distributionManagement>

<profiles>
<profile>
<id>coverage</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<executions>
<execution>
<id>prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.sonarqube.l10n.zh</groupId>
<artifactId>sonar-l10n-zh-plugin</artifactId>
<packaging>sonar-plugin</packaging>
<version>9.7</version>

<name>L10n :: Chinese Pack</name>
<url>https://github.com/xuhuisheng/sonar-l10n-zh</url>
<inceptionYear>2014</inceptionYear>
<description>Language Pack for Chinese</description>

<organization>
<name>Mossle</name>
<url>http://www.mossle.com</url>
</organization>

<licenses>
<license>
<name>GNU LGPL 3</name>
<url>http://www.gnu.org/licenses/lgpl.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<connection>scm:git:https://github.com/xuhuisheng/sonar-l10n-zh.git</connection>
<developerConnection>scm:git:https://github.com/xuhuisheng/sonar-l10n-zh.git</developerConnection>
<url>https://github.com/xuhuisheng/sonar-l10n-zh</url>
<tag>sonar-l10n-zh-plugin-9.7</tag>
</scm>

<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/xuhuisheng/sonar-l10n-zh/issues</url>
</issueManagement>

<properties>
<sonar.pluginClass>org.sonar.plugins.l10n.ChinesePackPlugin</sonar.pluginClass>
<sonar.version>9.7.0.61563</sonar.version>
<sonar-plugin-api.version>9.7.0.160</sonar-plugin-api.version>
<junit.version>4.13.2</junit.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<sonar.projectKey>xuhuisheng_sonar-l10n-zh</sonar.projectKey>
<sonar.organization>xuhuisheng</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>

<dependencies>
<dependency>
<groupId>org.sonarsource.api.plugin</groupId>
<artifactId>sonar-plugin-api</artifactId>
<version>${sonar-plugin-api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonar-testing-harness</artifactId>
<version>${sonar.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonar-core</artifactId>
<version>${sonar.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>

</dependencies>

<developers>
<developer>
<id>xuhuisheng</id>
<name>Xu Huisheng</name>
<organization>Mossle</organization>
<organizationUrl>http://www.mossle.com</organizationUrl>
</developer>
</developers>

<build>
<plugins>
<plugin>
<groupId>org.sonarsource.sonar-packaging-maven-plugin</groupId>
<artifactId>sonar-packaging-maven-plugin</artifactId>
<version>1.18.0.372</version>
<extensions>true</extensions>
<configuration>
<basePlugin>l10nen</basePlugin>
<pluginName>Chinese Pack</pluginName>
<pluginDescription>Language pack for Chinese</pluginDescription>
</configuration>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>native2ascii-maven-plugin</artifactId>
<version>1.0-beta-1</version>
<executions>
<execution>
<goals>
<goal>native2ascii</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.6</version>
</plugin>
</plugins>
</build>

<distributionManagement>
<repository>
<id>releases</id>
<name>Nexus Release Repository</name>
<url>file:./target/releases</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<name>Nexus Snapshot Repository</name>
<url>file:./target/snapshots</url>
</snapshotRepository>
</distributionManagement>

<profiles>
<profile>
<id>coverage</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<executions>
<execution>
<id>prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>

0 comments on commit 238121d

Please sign in to comment.