Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
cbb9183e
Commit
cbb9183e
authored
May 18, 2016
by
Jisi Liu
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1559 from google/beta-3
Merge beta-3 release branch again.
parents
32e3d7a1
97aa8a07
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
pom.xml
protoc-artifacts/pom.xml
+1
-1
setup.py
python/setup.py
+1
-0
No files found.
protoc-artifacts/pom.xml
View file @
cbb9183e
...
...
@@ -10,7 +10,7 @@
</parent>
<groupId>
com.google.protobuf
</groupId>
<artifactId>
protoc
</artifactId>
<version>
3.0.0-beta-
2
</version>
<version>
3.0.0-beta-
3
</version>
<packaging>
pom
</packaging>
<name>
Protobuf Compiler
</name>
<description>
...
...
python/setup.py
View file @
cbb9183e
...
...
@@ -219,6 +219,7 @@ if __name__ == '__main__':
name
=
'protobuf'
,
version
=
GetVersion
(),
description
=
'Protocol Buffers'
,
download_url
=
'https://github.com/google/protobuf/releases'
,
long_description
=
"Protocol Buffers are Google's data interchange format"
,
url
=
'https://developers.google.com/protocol-buffers/'
,
maintainer
=
'protobuf@googlegroups.com'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment