ソースを参照

Update some maven plugins to the latest version

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717113 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_14_BETA1
Dominik Stadler 8年前
コミット
760c3e1955
4個のファイルの変更6行の追加6行の削除
  1. 1
    1
      sonar/ooxml-schema-encryption/pom.xml
  2. 1
    1
      sonar/ooxml-schema-security/pom.xml
  3. 1
    1
      sonar/ooxml-schema/pom.xml
  4. 3
    3
      sonar/pom.xml

+ 1
- 1
sonar/ooxml-schema-encryption/pom.xml ファイルの表示

@@ -24,7 +24,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.6</version>
<version>1.8</version>
<executions>
<execution>
<id>unzip-schema</id>

+ 1
- 1
sonar/ooxml-schema-security/pom.xml ファイルの表示

@@ -101,7 +101,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.6</version>
<version>1.8</version>
<executions>
<execution>
<id>unzip-schema</id>

+ 1
- 1
sonar/ooxml-schema/pom.xml ファイルの表示

@@ -47,7 +47,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.6</version>
<version>1.8</version>
<executions>
<execution>
<id>unzip-schema</id>

+ 3
- 3
sonar/pom.xml ファイルの表示

@@ -69,7 +69,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.3</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
@@ -81,12 +81,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<version>2.19</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>2.16</version>
<version>2.19</version>
</dependency>
</dependencies>
<configuration>

読み込み中…
キャンセル
保存