Skip to content

Commit

Permalink
fix unicode chars copied over
Browse files Browse the repository at this point in the history
  • Loading branch information
codelion committed Jan 29, 2017
1 parent bc08ce9 commit a06054e
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 @@ -33,9 +33,9 @@
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.24</version>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.24</version>
</dependency>
</dependencies>
<properties>
Expand Down

0 comments on commit a06054e

Please sign in to comment.