Resolved maven warnings
This commit is contained in:
parent
29fea42a38
commit
f6ee928114
4
pom.xml
4
pom.xml
|
@ -20,6 +20,9 @@
|
||||||
<developerConnection>scm:git:git@github.com:dfabulich/sitemapgen4j.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:dfabulich/sitemapgen4j.git</developerConnection>
|
||||||
<url>https://github.com/dfabulich/sitemapgen4j/</url>
|
<url>https://github.com/dfabulich/sitemapgen4j/</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
<properties>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
</properties>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>dfabulich</id>
|
<id>dfabulich</id>
|
||||||
|
@ -35,6 +38,7 @@
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<version>3.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.5</source>
|
<source>1.5</source>
|
||||||
<target>1.5</target>
|
<target>1.5</target>
|
||||||
|
|
Loading…
Reference in New Issue