Skip to content

Commit

Permalink
Remove GitHub tag workflow; update more vendordeps
Browse files Browse the repository at this point in the history
	deleted:    .github/workflows/cut-new-tag.yml
	renamed:    vendordeps/Studica-2025.0.0.json -> vendordeps/Studica-2025.0.1.json
	modified:   vendordeps/photonlib.json
  • Loading branch information
tbowers7 committed Jan 15, 2025
1 parent 58e7e4e commit 96c687f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 31 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/cut-new-tag.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"fileName": "Studica-2025.0.0.json",
"fileName": "Studica-2025.0.1.json",
"name": "Studica",
"version": "2025.0.0",
"version": "2025.0.1",
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
"frcYear": "2025",
"mavenUrls": [
"https://dev.studica.com/maven/release/2025/"
],
"jsonUrl": "https://dev.studica.com/releases/2025/Studica-2025.0.0.json",
"jsonUrl": "https://dev.studica.com/releases/2025/Studica-2025.0.1.json",
"cppDependencies": [
{
"artifactId": "Studica-cpp",
Expand All @@ -24,7 +24,7 @@
"libName": "Studica",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"version": "2025.0.0"
"version": "2025.0.1"
},
{
"artifactId": "Studica-driver",
Expand All @@ -41,14 +41,14 @@
"libName": "StudicaDriver",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"version": "2025.0.0"
"version": "2025.0.1"
}
],
"javaDependencies": [
{
"artifactId": "Studica-java",
"groupId": "com.studica.frc",
"version": "2025.0.0"
"version": "2025.0.1"
}
],
"jniDependencies": [
Expand All @@ -65,7 +65,7 @@
"osxuniversal",
"windowsx86-64"
],
"version": "2025.0.0"
"version": "2025.0.1"
}
]
}
13 changes: 6 additions & 7 deletions vendordeps/photonlib.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"fileName": "photonlib.json",
"name": "photonlib",
"version": "v2025.1.1-rc.1",
"version": "v2025.1.1-rc1",
"uuid": "515fe07e-bfc6-11fa-b3de-0242ac130004",
"frcYear": "2025",
"mavenUrls": [
"https://maven.photonvision.org/releases",
"https://maven.photonvision.org/repository/internal",
"https://maven.photonvision.org/repository/snapshots"
],
Expand All @@ -14,7 +13,7 @@
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-cpp",
"version": "v2025.1.1-rc.1",
"version": "v2025.1.1-rc1",
"skipInvalidPlatforms": true,
"isJar": false,
"validPlatforms": [
Expand All @@ -29,7 +28,7 @@
{
"groupId": "org.photonvision",
"artifactId": "photonlib-cpp",
"version": "v2025.1.1-rc.1",
"version": "v2025.1.1-rc1",
"libName": "photonlib",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -44,7 +43,7 @@
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-cpp",
"version": "v2025.1.1-rc.1",
"version": "v2025.1.1-rc1",
"libName": "photontargeting",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -61,12 +60,12 @@
{
"groupId": "org.photonvision",
"artifactId": "photonlib-java",
"version": "v2025.1.1-rc.1"
"version": "v2025.1.1-rc1"
},
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-java",
"version": "v2025.1.1-rc.1"
"version": "v2025.1.1-rc1"
}
]
}

0 comments on commit 96c687f

Please sign in to comment.