fix typo with kafka eight

This commit is contained in:
fjy 2013-11-12 14:36:52 -08:00
parent 9a4814ffc6
commit 5c1eac474e
3 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<connection>scm:git:ssh://git@github.com/metamx/druid.git</connection>
<developerConnection>scm:git:ssh://git@github.com/metamx/druid.git</developerConnection>
<url>http://www.github.com/metamx/druid</url>
<tag>${artifactId}-${project.version}</tag>
<tag>${project.artifactId}-${project.version}</tag>
</scm>
<prerequisites>

View File

@ -39,7 +39,7 @@
<dependency>
<groupId>net.java.dev.jets3t</groupId>
<artifactId>jets3t</artifactId>
<version>0.8.1</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>com.metamx</groupId>