mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
ES-1351: set up 4.12 branch
This commit is contained in:
parent
a90e0b4cfb
commit
1fdc23692a
4
.ci/dev/forward-merge/Jenkinsfile
vendored
4
.ci/dev/forward-merge/Jenkinsfile
vendored
@ -13,13 +13,13 @@
|
||||
* the branch name of origin branch, it should match the current branch
|
||||
* and it acts as a fail-safe inside {@code forwardMerger} pipeline
|
||||
*/
|
||||
String originBranch = 'release/os/4.11'
|
||||
String originBranch = 'release/os/4.12'
|
||||
|
||||
/**
|
||||
* the branch name of target branch, it should be the branch with the next version
|
||||
* after the one in current branch.
|
||||
*/
|
||||
String targetBranch = 'release/os/4.12'
|
||||
String targetBranch = 'release/os/4.13'
|
||||
|
||||
/**
|
||||
* Forward merge any changes between #originBranch and #targetBranch
|
||||
|
@ -9,4 +9,4 @@ package net.corda.common.logging
|
||||
* (originally added to source control for ease of use)
|
||||
*/
|
||||
|
||||
internal const val CURRENT_MAJOR_RELEASE = "4.11-SNAPSHOT"
|
||||
internal const val CURRENT_MAJOR_RELEASE = "4.12-SNAPSHOT"
|
@ -3,7 +3,7 @@
|
||||
# their own projects. So don't get fancy with syntax!
|
||||
# Fancy syntax - multi pass ${whatever} replacement
|
||||
|
||||
cordaVersion=4.11
|
||||
cordaVersion=4.12
|
||||
versionSuffix=SNAPSHOT
|
||||
gradlePluginsVersion=5.0.12
|
||||
kotlinVersion=1.2.71
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
NODE_LIST=("dockerNode1" "dockerNode2" "dockerNode3")
|
||||
NETWORK_NAME=mininet
|
||||
CORDAPP_VERSION="4.11-SNAPSHOT"
|
||||
DOCKER_IMAGE_VERSION="corda-zulu-4.11-snapshot"
|
||||
CORDAPP_VERSION="4.12-SNAPSHOT"
|
||||
DOCKER_IMAGE_VERSION="corda-zulu-4.12-snapshot"
|
||||
|
||||
mkdir cordapps
|
||||
rm -f cordapps/*
|
||||
|
Loading…
Reference in New Issue
Block a user