Skip to content

Commit

Permalink
Switch to Avro 1.5.2 which fixes the avro serversocket close() problem
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : 268f1faf528cba98df965fce70448c2cb8df826a
  • Loading branch information
puredanger committed Aug 16, 2011
1 parent bfb5f19 commit 3671d90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sherpa-java/pom.xml
Expand Up @@ -45,7 +45,7 @@
</licenses>

<properties>
<avro-version>1.5.1</avro-version>
<avro-version>1.5.2</avro-version>
<sherpa-version>${project.version}</sherpa-version>
<spark-version>0.1.4-SNAPSHOT</spark-version>
<slf4j-version>1.6.1</slf4j-version>
Expand Down
4 changes: 2 additions & 2 deletions sherpa-protocol/pom.xml
Expand Up @@ -45,7 +45,7 @@
</licenses>

<properties>
<avro-version>1.5.1</avro-version>
<avro-version>1.5.2</avro-version>
</properties>

<dependencies>
Expand Down Expand Up @@ -160,7 +160,7 @@
<pluginExecutionFilter>
<groupId>org.apache.avro</groupId>
<artifactId>avro-maven-plugin</artifactId>
<versionRange>[1.5.1,)</versionRange>
<versionRange>[1.5.2,)</versionRange>
<goals>
<goal>protocol</goal>
</goals>
Expand Down

0 comments on commit 3671d90

Please sign in to comment.