Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Mar 5, 2020
1 parent 66e1d0c commit 6550a69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<xalan.version>2.7.1</xalan.version>
<slf4j.version>1.7.25</slf4j.version>
<eclipse.version>2.6.0</eclipse.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<jaxb-api.version>2.3.0</jaxb-api.version>

<apache-commons.version>3.5</apache-commons.version>
<junit.version>4.12</junit.version>
Expand All @@ -64,8 +64,8 @@
<source.plugin.version>3.0.1</source.plugin.version>
<javadoc.plugin.version>3.0.0</javadoc.plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<compiler.source>11</compiler.source>
<compiler.target>11</compiler.target>
<compiler.source>1.8</compiler.source>
<compiler.target>1.8</compiler.target>
</properties>

<dependencies>
Expand Down

0 comments on commit 6550a69

Please sign in to comment.