Skip to content

Commit

Permalink
Version number aligned to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens-G committed Feb 11, 2021
1 parent b5fe1db commit 3fc0b8d
Show file tree
Hide file tree
Showing 56 changed files with 73 additions and 64 deletions.
8 changes: 4 additions & 4 deletions ApacheThrift.nuspec
Expand Up @@ -19,14 +19,14 @@
the "Thrift" project.
2. nuget setApiKey <your-api-key>
3. nuget pack ApacheThrift.nuspec -Symbols -SymbolPackageFormat snupkg
4. nuget push ApacheThrift.0.14.0.nupkg -Source https://api.nuget.org/v3/index.json
4. nuget push ApacheThrift.0.15.0.nupkg -Source https://api.nuget.org/v3/index.json
-->

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>ApacheThrift</id>
<version>0.14.0</version>
<title>Apache Thrift 0.14.0</title>
<version>0.15.0</version>
<title>Apache Thrift 0.15.0</title>
<authors>Apache Thrift Developers</authors>
<owners>Apache Software Foundation</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -36,7 +36,7 @@
<description>
Contains runtime libraries from lib/netstd for netstandard2.0 framework development.
</description>
<repository type="GitHub" url="https://github.com/apache/thrift" branch="release/0.14.0" />
<repository type="GitHub" url="https://github.com/apache/thrift" branch="release/0.15.0" />
<tags>Apache Thrift RPC</tags>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -28,7 +28,7 @@ endif()

# PACKAGE_VERSION is used by cpack scripts currently
# Both thrift_VERSION and PACKAGE_VERSION should be the same for now
set(thrift_VERSION "0.14.0")
set(thrift_VERSION "0.15.0")
set(PACKAGE_VERSION ${thrift_VERSION})

project("thrift" VERSION ${PACKAGE_VERSION})
Expand Down
4 changes: 2 additions & 2 deletions Thrift.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Thrift'
s.version = '0.14.0'
s.version = '0.15.0'
s.summary = "Apache Thrift is a lightweight, language-independent software stack with an associated code generation mechanism for RPC."
s.description = <<-DESC
The Apache Thrift scalable cross-language software framework for networked services development combines a software stack with a code generation engine to build services that work efficiently and seamlessly between many programming languages.
Expand All @@ -10,6 +10,6 @@ The Apache Thrift scalable cross-language software framework for networked servi
s.author = { 'Apache Thrift Developers' => 'dev@thrift.apache.org' }
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.source = { :git => 'https://github.com/apache/thrift.git', :tag => 'v0.14.0' }
s.source = { :git => 'https://github.com/apache/thrift.git', :tag => 'v0.15.0' }
s.source_files = 'lib/swift/Sources/*.swift'
end
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -19,7 +19,7 @@

# build Apache Thrift on AppVeyor - https://ci.appveyor.com

version: '0.14.0.{build}'
version: '0.15.0.{build}'

shallow_clone: true

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "thrift",
"version": "0.14.0",
"version": "0.15.0",
"homepage": "https://github.com/apache/thrift.git",
"authors": [
"Apache Thrift <dev@thrift.apache.org>"
Expand Down
15 changes: 8 additions & 7 deletions build/veralign.sh
Expand Up @@ -70,8 +70,9 @@ FILES[lib/js/package-lock.json]=jsonReplace
FILES[lib/js/package.json]=jsonReplace
FILES[lib/js/src/thrift.js]=simpleReplace
FILES[lib/lua/Thrift.lua]=simpleReplace
FILES[lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Properties/AssemblyInfo.cs]=simpleReplace
FILES[lib/netstd/Thrift/Properties/AssemblyInfo.cs]=simpleReplace
FILES[lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj]=simpleReplace
FILES[lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj]=simpleReplace
FILES[lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj]=simpleReplace
FILES[lib/netstd/Thrift/Properties/AssemblyInfo.cs]=simpleReplace
FILES[lib/netstd/Thrift/Thrift.csproj]=simpleReplace
FILES[lib/ocaml/_oasis]=simpleReplace
Expand All @@ -89,18 +90,18 @@ FILES[package.json]=jsonReplace
FILES[sonar-project.properties]=simpleReplace
FILES[test/dart/test_client/pubspec.yaml]=pubspecReplace
FILES[test/erl/src/thrift_test.app.src]=simpleReplace
FILES[test/netstd/Client/Properties/AssemblyInfo.cs]=simpleReplace
FILES[test/netstd/Server/Properties/AssemblyInfo.cs]=simpleReplace
FILES[test/netstd/Client/Client.csproj]=simpleReplace
FILES[test/netstd/Server/Server.csproj]=simpleReplace
FILES[Thrift.podspec]=simpleReplace
FILES[tutorial/dart/client/pubspec.yaml]=pubspecReplace
FILES[tutorial/dart/console_client/pubspec.yaml]=pubspecReplace
FILES[tutorial/dart/server/pubspec.yaml]=pubspecReplace
FILES[tutorial/delphi/DelphiClient/DelphiClient.dproj]=simpleReplace
FILES[tutorial/delphi/DelphiServer/DelphiServer.dproj]=simpleReplace
FILES[tutorial/hs/ThriftTutorial.cabal]=simpleReplace
FILES[tutorial/netstd/Client/Properties/AssemblyInfo.cs]=simpleReplace
FILES[tutorial/netstd/Interfaces/Properties/AssemblyInfo.cs]=simpleReplace
FILES[tutorial/netstd/Server/Properties/AssemblyInfo.cs]=simpleReplace
FILES[tutorial/netstd/Client/Client.csproj]=simpleReplace
FILES[tutorial/netstd/Interfaces/Interfaces.csproj]=simpleReplace
FILES[tutorial/netstd/Server/Server.csproj]=simpleReplace
FILES[tutorial/ocaml/_oasis]=simpleReplace


Expand Down
2 changes: 1 addition & 1 deletion compiler/cpp/src/thrift/version.h
Expand Up @@ -24,6 +24,6 @@
#pragma once
#endif // _MSC_VER

#define THRIFT_VERSION "0.14.0"
#define THRIFT_VERSION "0.15.0"

#endif // _THRIFT_VERSION_H_
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -20,7 +20,7 @@
AC_PREREQ(2.65)
AC_CONFIG_MACRO_DIR([./aclocal])

AC_INIT([thrift], [0.14.0])
AC_INIT([thrift], [0.15.0])

AC_CONFIG_AUX_DIR([.])

Expand Down
4 changes: 2 additions & 2 deletions contrib/Rebus/Properties/AssemblyInfo.cs
Expand Up @@ -34,5 +34,5 @@

[assembly: Guid("0af10984-40d3-453d-b1e5-421529e8c7e2")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.15.0.0")]
[assembly: AssemblyFileVersion("0.15.0.0")]
2 changes: 1 addition & 1 deletion contrib/thrift.spec
Expand Up @@ -28,7 +28,7 @@ Name: thrift
License: Apache License v2.0
Group: Development
Summary: RPC and serialization framework
Version: 0.14.0
Version: 0.15.0
Release: 0
URL: http://thrift.apache.org
Packager: Thrift Developers <dev@thrift.apache.org>
Expand Down
2 changes: 1 addition & 1 deletion contrib/zeromq/csharp/AssemblyInfo.cs
Expand Up @@ -36,7 +36,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.15.0.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion doc/specs/idl.md
@@ -1,6 +1,6 @@
## Thrift interface description language

For Thrift version 0.14.0.
For Thrift version 0.15.0.

The Thrift interface definition language (IDL) allows for the definition of [Thrift Types](/docs/types). A Thrift IDL file is processed by the Thrift code generator to produce code for the various target languages to support the defined structs and services in the IDL file.

Expand Down
2 changes: 1 addition & 1 deletion lib/as3/gradle.properties
@@ -1,7 +1,7 @@
# This file is shared currently between this Gradle build and the
# Ant builds for fd303 and JavaScript. Keep the dotted notation for
# the properties to minimize the changes in the dependencies.
thrift.version=0.14.0
thrift.version=0.15.0
thrift.groupid=org.apache.thrift
release=false
sign=false
Expand Down
2 changes: 1 addition & 1 deletion lib/d/src/thrift/base.d
Expand Up @@ -50,7 +50,7 @@ class TCompoundOperationException : TException {
/// The Thrift version string, used for informative purposes.
// Note: This is currently hardcoded, but will likely be filled in by the build
// system in future versions.
enum VERSION = "0.14.0";
enum VERSION = "0.15.0";

/**
* Functions used for logging inside Thrift.
Expand Down
2 changes: 1 addition & 1 deletion lib/dart/pubspec.yaml
Expand Up @@ -16,7 +16,7 @@
# under the License.

name: thrift
version: 0.14.0
version: 0.15.0
description: >
A Dart library for Apache Thrift
author: Apache Thrift Developers <dev@thrift.apache.org>
Expand Down
2 changes: 1 addition & 1 deletion lib/delphi/src/Thrift.pas
Expand Up @@ -28,7 +28,7 @@ interface
Thrift.Protocol;

const
Version = '0.14.0';
Version = '0.15.0';

type
TException = Thrift.Exception.TException; // compatibility alias
Expand Down
2 changes: 1 addition & 1 deletion lib/erl/src/thrift.app.src
Expand Up @@ -22,7 +22,7 @@
{description, "Thrift bindings"},

% The version of the applicaton
{vsn, "0.14.0"},
{vsn, "0.15.0"},

% All modules used by the application.
{modules, [
Expand Down
2 changes: 1 addition & 1 deletion lib/haxe/haxelib.json
Expand Up @@ -4,7 +4,7 @@
"license": "Apache",
"tags": ["thrift", "rpc", "serialization", "cross", "framework"],
"description": "Haxe bindings for the Apache Thrift RPC and serialization framework",
"version": "0.14.0",
"version": "0.15.0",
"releasenote": "Licensed under Apache License, Version 2.0. The Apache Thrift compiler needs to be installed separately.",
"contributors": ["Apache Software Foundation (ASF)"],
"dependencies": { },
Expand Down
2 changes: 1 addition & 1 deletion lib/hs/thrift.cabal
Expand Up @@ -18,7 +18,7 @@
--

Name: thrift
Version: 0.14.0
Version: 0.15.0
Cabal-Version: 1.24
License: Apache
Category: Foreign
Expand Down
2 changes: 1 addition & 1 deletion lib/java/gradle.properties
@@ -1,7 +1,7 @@
# This file is shared currently between this Gradle build and the
# Ant builds for fd303 and JavaScript. Keep the dotted notation for
# the properties to minimize the changes in the dependencies.
thrift.version=0.14.0
thrift.version=0.15.0
thrift.groupid=org.apache.thrift
release=false

Expand Down
2 changes: 1 addition & 1 deletion lib/js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/js/package.json
@@ -1,6 +1,6 @@
{
"name": "thrift",
"version": "0.14.0",
"version": "0.15.0",
"description": "Thrift is a software framework for scalable cross-language services development.",
"main": "./src/thrift",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion lib/js/src/thrift.js
Expand Up @@ -46,7 +46,7 @@ var Thrift = {
* @const {string} Version
* @memberof Thrift
*/
Version: '0.14.0',
Version: '0.15.0',

/**
* Thrift IDL type string to Id mapping.
Expand Down
2 changes: 1 addition & 1 deletion lib/lua/Thrift.lua
Expand Up @@ -48,7 +48,7 @@ function ttable_size(t)
return count
end

version = '0.14.0'
version = '0.15.0'

TType = {
STOP = 0,
Expand Down
Expand Up @@ -22,6 +22,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>Thrift.IntegrationTests</AssemblyName>
<PackageId>Thrift.IntegrationTests</PackageId>
<Version>0.15.0.0</Version>
<OutputType>Exe</OutputType>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
Expand Down
Expand Up @@ -20,6 +20,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>0.15.0.0</Version>
<AssemblyName>Thrift.PublicInterfaces.Compile.Tests</AssemblyName>
<PackageId>Thrift.PublicInterfaces.Compile.Tests</PackageId>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
Expand Down
1 change: 1 addition & 0 deletions lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj
Expand Up @@ -19,6 +19,7 @@
-->
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>0.15.0.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CompareNETObjects" Version="4.64.0" />
Expand Down
4 changes: 2 additions & 2 deletions lib/netstd/Thrift/Properties/AssemblyInfo.cs
Expand Up @@ -52,5 +52,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("0.14.0.0")]
[assembly: AssemblyFileVersion("0.14.0.0")]
[assembly: AssemblyVersion("0.15.0.0")]
[assembly: AssemblyFileVersion("0.15.0.0")]
2 changes: 1 addition & 1 deletion lib/netstd/Thrift/Thrift.csproj
Expand Up @@ -39,7 +39,7 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>thrift.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<Version>0.14.0.0</Version>
<Version>0.15.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion lib/ocaml/_oasis
@@ -1,5 +1,5 @@
Name: libthrift-ocaml
Version: 0.14.0
Version: 0.15.0
OASISFormat: 0.3
Synopsis: OCaml bindings for the Apache Thrift RPC system
Authors: Apache Thrift Developers <dev@thrift.apache.org>
Expand Down
2 changes: 1 addition & 1 deletion lib/perl/lib/Thrift.pm
Expand Up @@ -31,6 +31,6 @@ use warnings;
#

package Thrift;
use version 0.77; our $VERSION = version->declare("v0.14.0");
use version 0.77; our $VERSION = version->declare("v0.15.0");

1;
2 changes: 1 addition & 1 deletion lib/py/setup.py
Expand Up @@ -91,7 +91,7 @@ def run_setup(with_binary):
twisted_deps = ['twisted']

setup(name='thrift',
version='0.14.0',
version='0.15.0',
description='Python bindings for the Apache Thrift RPC system',
author='Apache Thrift Developers',
author_email='dev@thrift.apache.org',
Expand Down
2 changes: 1 addition & 1 deletion lib/rb/thrift.gemspec
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = 'thrift'
s.version = '0.14.0'
s.version = '0.15.0'
s.authors = ['Apache Thrift Developers']
s.email = ['dev@thrift.apache.org']
s.homepage = 'http://thrift.apache.org'
Expand Down
2 changes: 1 addition & 1 deletion lib/rs/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "thrift"
description = "Rust bindings for the Apache Thrift RPC system"
edition = "2018"
version = "0.14.0"
version = "0.15.0"
license = "Apache-2.0"
authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
homepage = "http://thrift.apache.org"
Expand Down
2 changes: 1 addition & 1 deletion lib/st/package.xml
Expand Up @@ -17,7 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
<!-- Apache Thrift Smalltalk library version 0.14.0 -->
<!-- Apache Thrift Smalltalk library version 0.15.0 -->
<package>
<name>libthrift-st</name>
<file>thrift.st</file>
Expand Down
2 changes: 1 addition & 1 deletion lib/swift/Sources/Thrift.swift
@@ -1,3 +1,3 @@
class Thrift {
let version = "0.14.0"
let version = "0.15.0"
}
2 changes: 1 addition & 1 deletion lib/swift/Tests/ThriftTests/ThriftTests.swift
Expand Up @@ -3,7 +3,7 @@ import XCTest

class ThriftTests: XCTestCase {
func testVersion() {
XCTAssertEqual(Thrift().version, "0.14.0")
XCTAssertEqual(Thrift().version, "0.15.0")
}

static var allTests : [(String, (ThriftTests) -> () throws -> Void)] {
Expand Down
2 changes: 1 addition & 1 deletion lib/ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/ts/package.json
@@ -1,6 +1,6 @@
{
"name": "thrift",
"version": "0.14.0",
"version": "0.15.0",
"description": "Thrift is a software framework for scalable cross-language services development.",
"author": {
"name": "Apache Thrift Developers",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3fc0b8d

Please sign in to comment.