Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
Fix typo in POM. Closes x-stream#170.
Browse files Browse the repository at this point in the history
  • Loading branch information
joehni committed Oct 18, 2019
1 parent 8d8b1cd commit 8519a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xstream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
<source>1.8</source>
<target>1.8</target>
<excludes combine.self="override"/>
<textExcludes combine.self="override"/>
<testExcludes combine.self="override"/>
</configuration>
<goals>
<goal>compile</goal>
Expand Down Expand Up @@ -311,7 +311,7 @@
<source>1.8</source>
<target>1.8</target>
<excludes combine.self="override"/>
<textExcludes combine.self="override"/>
<testExcludes combine.self="override"/>
</configuration>
<goals>
<goal>compile</goal>
Expand Down

0 comments on commit 8519a40

Please sign in to comment.