Skip to content

Commit

Permalink
update fleet http client versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioIvancik committed Jun 5, 2024
1 parent b34d24d commit 33739d9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Env": {},
"DependsOn": [ "zlib", "ba-logger", "boost", "fleet-protocol-interface", "fleet-protocol-cpp", "cpprestsdk" ],
"DependsOn": [ "zlib", "ba-logger", "boost", "fleet-protocol-interface", "fleet-protocol-cxx-helpers-static", "cpprestsdk" ],
"Git": {
"URI": "https://github.com/bringauto/fleet-http-client.git",
"Revision": "v1.2.3"
"URI": "https://github.com/bringauto/fleet-protocol-http-client-cxx.git",
"Revision": "v1.3.0"
},
"Build": {
"CMake": {
Expand All @@ -19,7 +19,7 @@
},
"Package": {
"Name": "fleet-http-client-shared",
"VersionTag": "v1.2.3",
"VersionTag": "v1.3.0",
"PlatformString": {
"Mode": "auto"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Env": {},
"DependsOn": [ "zlib", "ba-logger", "boost", "fleet-protocol-interface", "fleet-protocol-cpp", "cpprestsdk" ],
"DependsOn": [ "zlib", "ba-logger", "boost", "fleet-protocol-interface", "fleet-protocol-cxx-helpers-static", "cpprestsdk" ],
"Git": {
"URI": "https://github.com/bringauto/fleet-http-client.git",
"Revision": "v1.2.3"
"URI": "https://github.com/bringauto/fleet-protocol-http-client-cxx.git",
"Revision": "v1.3.0"
},
"Build": {
"CMake": {
Expand All @@ -19,7 +19,7 @@
},
"Package": {
"Name": "fleet-http-client-shared",
"VersionTag": "v1.2.3",
"VersionTag": "v1.3.0",
"PlatformString": {
"Mode": "auto"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"Git": {
"URI": "https://github.com/bringauto/fleet-protocol-cpp.git",
"VersionTag": "v1.1.1"
"Revision": "v1.1.1"
},
"Build": {
"CMake": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"Git": {
"URI": "https://github.com/bringauto/internal-client-cpp.git",
"Revision": "v1.1.0"
"Revision": "v1.1.1"
},
"Build": {
"CMake": {
Expand All @@ -21,7 +21,7 @@
},
"Package": {
"Name": "internal-client",
"VersionTag": "v1.1.0",
"VersionTag": "v1.1.1",
"PlatformString": {
"Mode": "auto"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"Git": {
"URI": "https://github.com/bringauto/internal-client-cpp.git",
"Revision": "v1.1.0"
"Revision": "v1.1.1"
},
"Build": {
"CMake": {
Expand All @@ -21,7 +21,7 @@
},
"Package": {
"Name": "internal-client",
"VersionTag": "v1.1.0",
"VersionTag": "v1.1.1",
"PlatformString": {
"Mode": "auto"
},
Expand All @@ -31,6 +31,7 @@
},
"DockerMatrix": {
"ImageNames": [
"ubuntu2004",
"ubuntu2204",
"debian12",
"debian11",
Expand Down

0 comments on commit 33739d9

Please sign in to comment.