Skip to content

Commit

Permalink
[hotfix] remove extra spaces in project's pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenli86 committed Jun 1, 2019
1 parent 8dd07bf commit 323531a
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 @@ -315,7 +315,7 @@ under the License.
<version>3.4.0</version>
</dependency>

<!-- Make sure we use a consistent avro version between Flink and Hadoop -->
<!-- Make sure we use a consistent avro version between Flink and Hadoop -->
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
Expand Down Expand Up @@ -1615,7 +1615,7 @@ under the License.
<failOnViolation>true</failOnViolation>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down Expand Up @@ -1643,7 +1643,7 @@ under the License.
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<!-- Don't use 2.1.14 as it is incompatible with various maven versions -->
<!-- Don't use 2.1.14 as it is incompatible with various maven versions -->
<version>2.1.10</version>
<configuration>
<excludeProperties>
Expand Down

0 comments on commit 323531a

Please sign in to comment.