From b2a4d4ae21c789b689dd162deb819665567f481c Mon Sep 17 00:00:00 2001 From: jfarrell Date: Mon, 4 Apr 2016 14:25:03 -0400 Subject: THRIFT-3775: 0.10.0 release Client: release Patch: jfarrell Versioning for 0.10.0 release candidate --- contrib/fb303/py/setup.py | 2 +- contrib/thrift-maven-plugin/pom.xml | 10 +++++----- contrib/thrift.spec | 4 ++-- contrib/zeromq/csharp/ThriftZMQ.csproj | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'contrib') diff --git a/contrib/fb303/py/setup.py b/contrib/fb303/py/setup.py index 4321ce258..f5b9bb379 100644 --- a/contrib/fb303/py/setup.py +++ b/contrib/fb303/py/setup.py @@ -26,7 +26,7 @@ except: from distutils.core import setup, Extension, Command setup(name='thrift_fb303', - version='1.0.0-dev', + version='0.10.0', description='Python bindings for the Apache Thrift FB303', author=['Thrift Developers'], author_email=['dev@thrift.apache.org'], diff --git a/contrib/thrift-maven-plugin/pom.xml b/contrib/thrift-maven-plugin/pom.xml index 5bc100414..7973e69cd 100644 --- a/contrib/thrift-maven-plugin/pom.xml +++ b/contrib/thrift-maven-plugin/pom.xml @@ -7,9 +7,9 @@ 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 @@ -17,8 +17,8 @@ specific language governing permissions and limitations under the License. --> - @@ -27,7 +27,7 @@ thrift-maven-plugin maven-plugin thrift-maven-plugin - 1.0-SNAPSHOT + 0.10.0 diff --git a/contrib/thrift.spec b/contrib/thrift.spec index 93f000c91..ccd35a50d 100644 --- a/contrib/thrift.spec +++ b/contrib/thrift.spec @@ -28,7 +28,7 @@ Name: thrift License: Apache License v2.0 Group: Development Summary: RPC and serialization framework -Version: 0.9.1 +Version: 0.10.0 Release: 0 URL: http://thrift.apache.org Packager: Thrift Developers @@ -234,5 +234,5 @@ umask 007 /sbin/ldconfig > /dev/null 2>&1 %changelog -* Wed Oct 10 2012 Thrift Dev +* Wed Oct 10 2012 Thrift Dev - Thrift 0.9.0 release. diff --git a/contrib/zeromq/csharp/ThriftZMQ.csproj b/contrib/zeromq/csharp/ThriftZMQ.csproj index 6b4653065..ef2dbc3b9 100755 --- a/contrib/zeromq/csharp/ThriftZMQ.csproj +++ b/contrib/zeromq/csharp/ThriftZMQ.csproj @@ -3,7 +3,7 @@ Debug x86 - 9.0.21022 + 0.10.0 2.0 {17C63B90-DFD7-42AC-A7B0-749E6876C0A1} Exe @@ -25,7 +25,7 @@ false true 0 - 1.0.0.%2a + 0.10.0.%2a false false true -- cgit v1.2.1