tagging cassandra-0.5.0-beta2

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.5.0-beta2@888914 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Evans 2009-12-09 18:46:07 +00:00
parent a60c8745d9
commit 7545ecf70a
4 changed files with 24 additions and 3 deletions

View File

@ -37,7 +37,7 @@
<property name="test.name" value="*Test"/>
<property name="test.unit.src" value="${test.dir}/unit"/>
<property name="dist.dir" value="${build.dir}/dist"/>
<property name="version" value="0.4.2"/>
<property name="version" value="0.5.0-beta2"/>
<property name="final.name" value="${ant.project.name}-${version}"/>
<!-- http://cobertura.sourceforge.net/ -->

View File

@ -40,7 +40,7 @@ namespace rb CassandraThrift
# no promises are made other than "if both are equal, you're good."
# in particular, don't try to parse numeric information out and assume
# that a "greater" version is a superset of a "smaller" one.
const string VERSION = "0.5-beta1"
const string VERSION = "0.5-beta2"
#

View File

@ -40,6 +40,6 @@ import org.slf4j.LoggerFactory;
public class Constants {
public static final String VERSION = "0.5-beta1";
public static final String VERSION = "0.5-beta2";
}

View File

@ -1,4 +1,25 @@
package org.apache.cassandra.service;
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*/
import java.util.Arrays;