Skip to content

Commit

Permalink
FAB-12117 NodeSDK update java chaincode groupid
Browse files Browse the repository at this point in the history
Update the java chaincode build file with a new
group name. org.hyperledger.fabric-chaincode-java

Change-Id: I50aa68d9fea56f99523441cd3a9a10c2ca99e965
Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
  • Loading branch information
harrisob committed Sep 24, 2018
1 parent 61cf4b2 commit c0fb4a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions test/fixtures/src/java_cc/example_cc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
id 'java'
}

group 'org.hyperledger.fabric'
version '1.0-SNAPSHOT'
group 'org.hyperledger.fabric-chaincode-java'
version '1.0'

sourceCompatibility = 1.8

Expand All @@ -14,8 +14,7 @@ repositories {
}

dependencies {
compile group: 'org.hyperledger.fabric', name: 'fabric-chaincode-shim', version: '1.3.0-SNAPSHOT'
testCompile group: 'junit', name: 'junit', version: '4.12'
compile group: 'org.hyperledger.fabric-chaincode-java', name: 'fabric-chaincode-shim', version: '1.3.0-SNAPSHOT'
}

shadowJar {
Expand Down
7 changes: 3 additions & 4 deletions test/fixtures/src/java_cc/example_cc1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
id 'java'
}

group 'org.hyperledger.fabric'
version '1.0-SNAPSHOT'
group 'org.hyperledger.fabric-chaincode-java'
version '1.1'

sourceCompatibility = 1.8

Expand All @@ -14,8 +14,7 @@ repositories {
}

dependencies {
compile group: 'org.hyperledger.fabric', name: 'fabric-chaincode-shim', version: '1.3.0-SNAPSHOT'
testCompile group: 'junit', name: 'junit', version: '4.12'
compile group: 'org.hyperledger.fabric-chaincode-java', name: 'fabric-chaincode-shim', version: '1.3.0-SNAPSHOT'
}

shadowJar {
Expand Down

0 comments on commit c0fb4a5

Please sign in to comment.