[romi/xrp] Fix version typo in vendordep json (#5664)

This commit is contained in:
Zhiquan Yeo
2023-09-18 22:42:27 -04:00
committed by GitHub
parent 51dcb8b55a
commit c4643ba047
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
{
"groupId": "edu.wpi.first.romiVendordep",
"artifactId": "romiVendordep-cpp",
"version": "vendordep",
"version": "wpilib",
"libName": "romiVendordep",
"headerClassifier": "headers",
"sourcesClassifier": "sources",

View File

@@ -17,7 +17,7 @@
{
"groupId": "edu.wpi.first.xrpVendordep",
"artifactId": "xrpVendordep-cpp",
"version": "vendordep",
"version": "wpilib",
"libName": "xrpVendordep",
"headerClassifier": "headers",
"sourcesClassifier": "sources",