Merge pull request #1559 from google/beta-3
Merge beta-3 release branch again.
This commit is contained in:
commit
cbb9183e89
@ -10,7 +10,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<groupId>com.google.protobuf</groupId>
|
<groupId>com.google.protobuf</groupId>
|
||||||
<artifactId>protoc</artifactId>
|
<artifactId>protoc</artifactId>
|
||||||
<version>3.0.0-beta-2</version>
|
<version>3.0.0-beta-3</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Protobuf Compiler</name>
|
<name>Protobuf Compiler</name>
|
||||||
<description>
|
<description>
|
||||||
|
@ -219,6 +219,7 @@ if __name__ == '__main__':
|
|||||||
name='protobuf',
|
name='protobuf',
|
||||||
version=GetVersion(),
|
version=GetVersion(),
|
||||||
description='Protocol Buffers',
|
description='Protocol Buffers',
|
||||||
|
download_url='https://github.com/google/protobuf/releases',
|
||||||
long_description="Protocol Buffers are Google's data interchange format",
|
long_description="Protocol Buffers are Google's data interchange format",
|
||||||
url='https://developers.google.com/protocol-buffers/',
|
url='https://developers.google.com/protocol-buffers/',
|
||||||
maintainer='protobuf@googlegroups.com',
|
maintainer='protobuf@googlegroups.com',
|
||||||
|
Loading…
Reference in New Issue
Block a user