Skip to content

Commit 3ee0840

Browse files
author
Michael G. Noll
committed
Synchronize pom.xml with kafka-connect-hdfs
1 parent 0831124 commit 3ee0840

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<easymock.version>3.0</easymock.version>
5757
<powermock.version>1.6.2</powermock.version>
5858
<derby.version>10.11.1.1</derby.version>
59-
<commons.version>2.4</commons.version>
59+
<commons-io.version>2.4</commons-io.version>
6060
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6161
</properties>
6262

@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>commons-io</groupId>
115115
<artifactId>commons-io</artifactId>
116-
<version>${commons.version}</version>
116+
<version>${commons-io.version}</version>
117117
<scope>test</scope>
118118
</dependency>
119119
</dependencies>
@@ -132,7 +132,7 @@
132132
</plugin>
133133
<plugin>
134134
<artifactId>maven-assembly-plugin</artifactId>
135-
<version>2.5.2</version>
135+
<version>2.5.3</version>
136136
<configuration>
137137
<descriptors>
138138
<descriptor>src/assembly/development.xml</descriptor>

0 commit comments

Comments
 (0)