We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ed1f1 commit 7cf0dbcCopy full SHA for 7cf0dbc
.github/workflows/conan_build.yml
@@ -8,7 +8,6 @@ on:
8
pull_request:
9
branches:
10
- main
11
- - v4
12
13
jobs:
14
Build:
.jenkins/Jenkinsfile
@@ -4,7 +4,7 @@ pipeline {
4
environment {
5
ARTIFACTORY_PASS = credentials('ARTIFACTORY_PASS')
6
CONAN_USER = 'oss'
7
- TARGET_BRANCH = 'v4'
+ TARGET_BRANCH = 'main'
STABLE_BRANCH = 'stable/v*'
failed_pkg = ''
}
conanfile.py
@@ -10,7 +10,7 @@
class HomeObjectConan(ConanFile):
name = "homeobject"
- version = "4.0.9"
+ version = "4.1.0"
15
homepage = "https://github.com/eBay/HomeObject"
16
description = "Blob Store built on HomeStore"
0 commit comments