Skip to content

Commit

Permalink
Update CTRE to Release Version
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekma committed Jan 5, 2019
1 parent 5bd6a19 commit 75c1207
Showing 1 changed file with 86 additions and 85 deletions.
171 changes: 86 additions & 85 deletions vendordeps/Phoenix.json
Original file line number Diff line number Diff line change
@@ -1,86 +1,87 @@
{
"fileName": "Phoenix.json",
"name": "CTRE-Phoenix",
"version": "5.11.0",
"uuid": "ab676553-b602-441f-a38d-f1296eff6537",
"mavenUrls": [
"http://devsite.ctr-electronics.com/maven/release/"
],
"jsonUrl": "http://devsite.ctr-electronics.com/maven/frcbetajson/Phoenix.json",
"javaDependencies": [
{
"groupId": "com.ctre.frcbeta.phoenix",
"artifactId": "api-java",
"version": "5.11.0"
},
{
"groupId": "com.ctre.frcbeta.phoenix",
"artifactId": "wpiapi-java",
"version": "5.11.0"
}
],
"jniDependencies": [
{
"groupId": "com.ctre.frcbeta.phoenix",
"artifactId": "cci",
"version": "5.11.0",
"skipInvalidPlatforms": true,
"isJar": false,
"validPlatforms": [
"linuxathena",
"windowsx86-64"
]
}
],
"cppDependencies": [
{
"groupId": "com.ctre.frcbeta.phoenix",
"artifactId": "wpiapi-cpp",
"version": "5.11.0",
"libName": "CTRE_Phoenix_WPI",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"linuxathena",
"windowsx86-64",
"linuxx86-64"
]
},
{
"groupId": "com.ctre.frcbeta.phoenix",
"artifactId": "api-cpp",
"version": "5.11.0",
"libName": "CTRE_Phoenix",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"linuxathena",
"windowsx86-64",
"linuxx86-64"
]
},
{
"groupId": "com.ctre.frcbeta.phoenix",
"artifactId": "cci",
"version": "5.11.0",
"headerClassifier": "headers",
"sharedLibrary": false,
"libName": "CTRE_PhoenixCCI",
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"linuxathena",
"windowsx86-64",
"linuxx86-64"
]
},
{
"groupId": "com.ctre.frcbeta.phoenix",
"artifactId": "core",
"version": "5.11.0",
"libName": "CTRE_PhoenixCore",
"headerClassifier": "headers"
}
]
}
"fileName": "Phoenix.json",
"name": "CTRE-Phoenix",
"version": "5.12.0",
"uuid": "ab676553-b602-441f-a38d-f1296eff6537",
"mavenUrls": [
"http://devsite.ctr-electronics.com/maven/release/"
],
"jsonUrl": "http://devsite.ctr-electronics.com/maven/release/com/ctre/phoenix/Phoenix-latest.json",
"javaDependencies": [
{
"groupId": "com.ctre.phoenix",
"artifactId": "api-java",
"version": "5.12.0"
},
{
"groupId": "com.ctre.phoenix",
"artifactId": "wpiapi-java",
"version": "5.12.0"
}
],
"jniDependencies": [
{
"groupId": "com.ctre.phoenix",
"artifactId": "cci",
"version": "5.12.0",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
"linuxathena",
"windowsx86-64",
"linuxx86-64"
]
}
],
"cppDependencies": [
{
"groupId": "com.ctre.phoenix",
"artifactId": "wpiapi-cpp",
"version": "5.12.0",
"libName": "CTRE_Phoenix_WPI",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"linuxathena",
"windowsx86-64",
"linuxx86-64"
]
},
{
"groupId": "com.ctre.phoenix",
"artifactId": "api-cpp",
"version": "5.12.0",
"libName": "CTRE_Phoenix",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"linuxathena",
"windowsx86-64",
"linuxx86-64"
]
},
{
"groupId": "com.ctre.phoenix",
"artifactId": "cci",
"version": "5.12.0",
"libName": "CTRE_PhoenixCCI",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"linuxathena",
"windowsx86-64",
"linuxx86-64"
]
},
{
"groupId": "com.ctre.phoenix",
"artifactId": "core",
"version": "5.12.0",
"libName": "CTRE_PhoenixCore",
"headerClassifier": "headers"
}
]
}

0 comments on commit 75c1207

Please sign in to comment.