Skip to content

Commit cc91af5

Browse files
committed
[FAB-12152] Prepare for next release (1.3.0 on master)
Change-Id: Iaf97fe982bf62b1f34aa2b2985f539bde40f1da9 Signed-off-by: David Enyeart <enyeart@us.ibm.com>
1 parent c45bc43 commit cc91af5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ subprojects {
1919
apply plugin: 'maven'
2020

2121
group = 'org.hyperledger.fabric-chaincode-java'
22-
version = '1.3.0-rc1'
22+
version = '1.3.0-SNAPSHOT'
2323

2424
sourceCompatibility = 1.8
2525
targetCompatibility = 1.8

fabric-chaincode-example-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
compile group: 'org.hyperledger.fabric-chaincode-java', name: 'fabric-chaincode-shim', version: '1.3.0-rc1'
17+
compile group: 'org.hyperledger.fabric-chaincode-java', name: 'fabric-chaincode-shim', version: '1.3.0-SNAPSHOT'
1818
testCompile group: 'junit', name: 'junit', version: '4.12'
1919
}
2020

fabric-chaincode-example-maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1313

1414
<!-- fabric-chaincode-java -->
15-
<fabric-chaincode-java.version>1.3.0-rc1</fabric-chaincode-java.version>
15+
<fabric-chaincode-java.version>1.3.0-SNAPSHOT</fabric-chaincode-java.version>
1616

1717
<!-- Logging -->
1818
<logback.version>1.0.13</logback.version>

0 commit comments

Comments
 (0)