Kaynağa Gözat

upgrade version for maven-compiler-plugin

master
Binary Wang 8 yıl önce
ebeveyn
işleme
6dccfc7a5b
1 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. +4
    -3
      pom.xml

+ 4
- 3
pom.xml Dosyayı Görüntüle

@@ -70,6 +70,9 @@
</modules>

<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<downloadJavadocs>true</downloadJavadocs>
<downloadSources>true</downloadSources>
@@ -301,10 +304,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>3.6.0</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>


Yükleniyor…
İptal
Kaydet