Skip to content

Commit

Permalink
Revert "updated version number, serializable from master"
Browse files Browse the repository at this point in the history
This reverts commit 580bc0e.
  • Loading branch information
zznate committed Dec 2, 2010
1 parent d8b895a commit dac8b2d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG
Expand Up @@ -5,10 +5,6 @@ Changes by version:

0.6.0-* work well with cassandra's 0.6.*

0.6.0-20
========
CassandraHostConfigurator implements serializable (backported from 0.7.0-21)

0.6.0-19
========
Addresses issues with spring template and configuration described here: https://github.com/rantav/hector/issues/closed/#issue/93 (thanks to hadopls for the patches)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<artifactId>hector</artifactId>
<packaging>bundle</packaging>
<!-- The version follows Cassandra's major version changes, e.g. 0.5.1 goes with the 0.5.1 cassandra release-->
<version>0.6.0-20</version>
<version>0.6.0-19</version>
<name>hector</name>
<description>Cassandra Java Client Library</description>
<url>http://github.com/rantav/hector</url>
Expand Down
@@ -1,10 +1,7 @@
package me.prettyprint.cassandra.service;

import java.io.Serializable;

public final class CassandraHostConfigurator implements Serializable {
// update this if you make changes
private static final long serialVersionUID = -5798876803582956262L;
public final class CassandraHostConfigurator {

private String hosts;
private int port = CassandraHost.DEFAULT_PORT;
Expand Down

0 comments on commit dac8b2d

Please sign in to comment.