Skip to content

Commit 215df5e

Browse files
authored
Merge pull request #1 from flo-02-mu/android
Remove incorrect characters from pom file
2 parents dc23bc5 + bb8f51a commit 215df5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@
116116
<groupId>org.apache.maven.plugins</groupId>
117117
<artifactId>maven-javadoc-plugin</artifactId>
118118
<version>2.9.1</version>
119-
<configuration> ^M
120-
<source>8</source> ^M
121-
</configuration>^M
119+
<configuration>
120+
<source>8</source>
121+
</configuration>
122122
<executions>
123123
<execution>
124124
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)