summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2016-04-04 14:25:03 -0400
committerjfarrell <jfarrell@apache.org>2016-12-21 15:36:22 -0500
commitb2a4d4ae21c789b689dd162deb819665567f481c (patch)
tree8e6c7284f3ba72b3ad5367213cd8aafa94675ad0 /contrib
parent0c27352179e0463bde1f68757f2d77e3c222f530 (diff)
downloadthrift-b2a4d4ae21c789b689dd162deb819665567f481c.tar.gz
THRIFT-3775: 0.10.0 release0.10.0
Client: release Patch: jfarrell Versioning for 0.10.0 release candidate
Diffstat (limited to 'contrib')
-rw-r--r--contrib/fb303/py/setup.py2
-rw-r--r--contrib/thrift-maven-plugin/pom.xml10
-rw-r--r--contrib/thrift.spec4
-rwxr-xr-xcontrib/zeromq/csharp/ThriftZMQ.csproj4
4 files changed, 10 insertions, 10 deletions
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.
-->
-<project
- xmlns="http://maven.apache.org/POM/4.0.0"
+<project
+ xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -27,7 +27,7 @@
<artifactId>thrift-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>thrift-maven-plugin</name>
- <version>1.0-SNAPSHOT</version>
+ <version>0.10.0</version>
<build>
<plugins>
<plugin>
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 <dev@thrift.apache.org>
@@ -234,5 +234,5 @@ umask 007
/sbin/ldconfig > /dev/null 2>&1
%changelog
-* Wed Oct 10 2012 Thrift Dev <dev@thrift.apache.org>
+* Wed Oct 10 2012 Thrift Dev <dev@thrift.apache.org>
- 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 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
+ <ProductVersion>0.10.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{17C63B90-DFD7-42AC-A7B0-749E6876C0A1}</ProjectGuid>
<OutputType>Exe</OutputType>
@@ -25,7 +25,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
+ <ApplicationVersion>0.10.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>