Skip to content

Commit 7cf0dbc

Browse files
committed
Prepare merging to main: bump version to 4.1
1 parent 24ed1f1 commit 7cf0dbc

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/conan_build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
pull_request:
99
branches:
1010
- main
11-
- v4
1211

1312
jobs:
1413
Build:

.jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pipeline {
44
environment {
55
ARTIFACTORY_PASS = credentials('ARTIFACTORY_PASS')
66
CONAN_USER = 'oss'
7-
TARGET_BRANCH = 'v4'
7+
TARGET_BRANCH = 'main'
88
STABLE_BRANCH = 'stable/v*'
99
failed_pkg = ''
1010
}

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class HomeObjectConan(ConanFile):
1212
name = "homeobject"
13-
version = "4.0.9"
13+
version = "4.1.0"
1414

1515
homepage = "https://github.com/eBay/HomeObject"
1616
description = "Blob Store built on HomeStore"

0 commit comments

Comments
 (0)