Commit f6ee9281 authored by Matthias Kurz's avatar Matthias Kurz
Browse files

Resolved maven warnings

parent 29fea42a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -20,6 +20,9 @@
    <developerConnection>scm:git:git@github.com:dfabulich/sitemapgen4j.git</developerConnection>
    <url>https://github.com/dfabulich/sitemapgen4j/</url>
  </scm>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <developers>
    <developer>
      <id>dfabulich</id>
@@ -35,6 +38,7 @@
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.1</version>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>