mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Polish Java chaincode metadata and improve .gitignore
This commit is contained in:
parent
25cbfeec50
commit
c818584873
2 changed files with 4 additions and 2 deletions
|
|
@ -1,2 +1,4 @@
|
|||
.idea/
|
||||
.gradle/
|
||||
build/
|
||||
bin/
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ import com.owlike.genson.Genson;
|
|||
name = "ledger-queries",
|
||||
info = @Info(
|
||||
title = "Asset Transfer Ledger Queries",
|
||||
description = "The hyperlegendary asset transfer with ledger queries",
|
||||
version = "0.0.1+SNAPSHOT",
|
||||
description = "The Asset Transfer Ledger Queries sample chaincode",
|
||||
version = "1.0.0",
|
||||
license = @License(
|
||||
name = "Apache 2.0 License",
|
||||
url = "http://www.apache.org/licenses/LICENSE-2.0.html"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue