Skip to content

Commit

Permalink
Update Phoenix
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekma committed Jan 14, 2019
1 parent abbab11 commit 7f42e85
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions vendordeps/Phoenix.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "Phoenix.json",
"name": "CTRE-Phoenix",
"version": "5.12.0",
"version": "5.12.1",
"uuid": "ab676553-b602-441f-a38d-f1296eff6537",
"mavenUrls": [
"http://devsite.ctr-electronics.com/maven/release/"
Expand All @@ -11,19 +11,19 @@
{
"groupId": "com.ctre.phoenix",
"artifactId": "api-java",
"version": "5.12.0"
"version": "5.12.1"
},
{
"groupId": "com.ctre.phoenix",
"artifactId": "wpiapi-java",
"version": "5.12.0"
"version": "5.12.1"
}
],
"jniDependencies": [
{
"groupId": "com.ctre.phoenix",
"artifactId": "cci",
"version": "5.12.0",
"version": "5.12.1",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
Expand All @@ -37,7 +37,7 @@
{
"groupId": "com.ctre.phoenix",
"artifactId": "wpiapi-cpp",
"version": "5.12.0",
"version": "5.12.1",
"libName": "CTRE_Phoenix_WPI",
"headerClassifier": "headers",
"sharedLibrary": false,
Expand All @@ -51,7 +51,7 @@
{
"groupId": "com.ctre.phoenix",
"artifactId": "api-cpp",
"version": "5.12.0",
"version": "5.12.1",
"libName": "CTRE_Phoenix",
"headerClassifier": "headers",
"sharedLibrary": false,
Expand All @@ -65,7 +65,7 @@
{
"groupId": "com.ctre.phoenix",
"artifactId": "cci",
"version": "5.12.0",
"version": "5.12.1",
"libName": "CTRE_PhoenixCCI",
"headerClassifier": "headers",
"sharedLibrary": false,
Expand All @@ -79,7 +79,7 @@
{
"groupId": "com.ctre.phoenix",
"artifactId": "core",
"version": "5.12.0",
"version": "5.12.1",
"libName": "CTRE_PhoenixCore",
"headerClassifier": "headers"
}
Expand Down

0 comments on commit 7f42e85

Please sign in to comment.