Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mvalleavila committed Feb 23, 2015
1 parent 1526438 commit fc6b1ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.buildoop</groupId>
<artifactId>avroRepoKafkaProducerTest</artifactId>
<version>0.0.1</version>
<version>0.8.1.1</version>

<name>avroRepoKafkaProducerTest</name>
<description>Kafka Avro messages producer connected to Avro Schema Repository</description>
Expand Down Expand Up @@ -41,8 +41,8 @@
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.9.2</artifactId>
<version>0.8.0</version>
<artifactId>kafka_2.10</artifactId>
<version>0.8.1.1</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
Expand Down Expand Up @@ -94,15 +94,15 @@
<artifactItem>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.9.2</version>
<version>2.10.4</version>
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/libs</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.9.2</artifactId>
<version>0.8.0</version>
<artifactId>kafka_2.10</artifactId>
<version>0.8.1.1</version>
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/libs</outputDirectory>
Expand Down

0 comments on commit fc6b1ab

Please sign in to comment.