Update to use beta levels of modules (#88)

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
This commit is contained in:
Matthew B White 2019-12-13 20:20:58 +00:00 committed by Simon Stone
parent b565448a70
commit 94ac8b6050
14 changed files with 25 additions and 25 deletions

View file

@ -25,7 +25,7 @@ repositories {
}
dependencies {
implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.0.0-SNAPSHOT'
implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.0.0-beta.1'
}
shadowJar {

View file

@ -12,6 +12,6 @@
"engine-strict": true,
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "unstable"
"fabric-shim": "beta"
}
}

View file

@ -12,9 +12,9 @@ group 'org.hyperledger.fabric.samples'
version '1.0-SNAPSHOT'
dependencies {
compileOnly 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.0.0-SNAPSHOT'
compileOnly 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.0.0-beta.1'
implementation 'com.owlike:genson:1.5'
testImplementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.0.0-SNAPSHOT'
testImplementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.0.0-beta.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.4.2'
testImplementation 'org.assertj:assertj-core:3.11.1'
testImplementation 'org.mockito:mockito-core:2.+'

View file

@ -17,8 +17,8 @@
"author": "Hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-contract-api": "unstable",
"fabric-shim": "unstable"
"fabric-contract-api": "beta",
"fabric-shim": "beta"
},
"devDependencies": {
"chai": "^4.1.2",

View file

@ -21,8 +21,8 @@
"author": "Hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-contract-api": "unstable",
"fabric-shim": "unstable"
"fabric-contract-api": "beta",
"fabric-shim": "beta"
},
"devDependencies": {
"@types/chai": "^4.1.7",

View file

@ -12,6 +12,6 @@
"engine-strict": true,
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "unstable"
"fabric-shim": "beta"
}
}

View file

@ -14,7 +14,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- fabric-chaincode-java -->
<fabric-chaincode-java.version>1.4.2</fabric-chaincode-java.version>
<fabric-chaincode-java.version>2.0.0-beta.1</fabric-chaincode-java.version>
</properties>
@ -77,7 +77,7 @@
<dependency>
<groupId>org.hyperledger.fabric-gateway-java</groupId>
<artifactId>fabric-gateway-java</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<!-- Used for datatype annotations only -->

View file

@ -10,8 +10,8 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-network": "unstable",
"fabric-client": "unstable",
"fabric-network": "beta",
"fabric-client": "beta",
"js-yaml": "^3.12.0"
},
"devDependencies": {

View file

@ -18,8 +18,8 @@
"author": "hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-contract-api": "unstable",
"fabric-shim": "unstable"
"fabric-contract-api": "beta",
"fabric-shim": "beta"
},
"devDependencies": {
"chai": "^4.1.2",

View file

@ -10,8 +10,8 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-network": "unstable",
"fabric-client": "unstable",
"fabric-network": "beta",
"fabric-client": "beta",
"js-yaml": "^3.12.0"
},
"devDependencies": {

View file

@ -18,8 +18,8 @@
"author": "hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-contract-api": "unstable",
"fabric-shim": "unstable"
"fabric-contract-api": "beta",
"fabric-shim": "beta"
},
"devDependencies": {
"chai": "^4.1.2",

View file

@ -15,8 +15,8 @@
"author": "Hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "unstable",
"fabric-network": "unstable"
"fabric-ca-client": "beta",
"fabric-network": "beta"
},
"devDependencies": {
"chai": "^4.2.0",

View file

@ -18,8 +18,8 @@
"author": "Hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "unstable",
"fabric-network": "unstable"
"fabric-ca-client": "beta",
"fabric-network": "beta"
},
"devDependencies": {
"@types/chai": "^4.1.7",

View file

@ -15,8 +15,8 @@
"author": "Hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "~1.4.0",
"fabric-network": "~1.4.0"
"fabric-ca-client": "beta",
"fabric-network": "beta"
},
"devDependencies": {
"chai": "^4.2.0",