From 96c687f5fda7ecf452cc4e9dca3c83d53255c615 Mon Sep 17 00:00:00 2001 From: "Timothy P. Ellsworth Bowers" Date: Wed, 15 Jan 2025 13:31:10 -0700 Subject: [PATCH] Remove GitHub tag workflow; update more vendordeps deleted: .github/workflows/cut-new-tag.yml renamed: vendordeps/Studica-2025.0.0.json -> vendordeps/Studica-2025.0.1.json modified: vendordeps/photonlib.json --- .github/workflows/cut-new-tag.yml | 17 ----------------- ...dica-2025.0.0.json => Studica-2025.0.1.json} | 14 +++++++------- vendordeps/photonlib.json | 13 ++++++------- 3 files changed, 13 insertions(+), 31 deletions(-) delete mode 100644 .github/workflows/cut-new-tag.yml rename vendordeps/{Studica-2025.0.0.json => Studica-2025.0.1.json} (88%) diff --git a/.github/workflows/cut-new-tag.yml b/.github/workflows/cut-new-tag.yml deleted file mode 100644 index cb14ea9..0000000 --- a/.github/workflows/cut-new-tag.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Cut a new tag - -on: - workflow_dispatch: - inputs: - tag_name: - type: string - description: The full name of the new tag to push to the latest commit to main - -jobs: - push_tag: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - run: git tag ${{ github.event.inputs.tag_name }} - - run: git push origin ${{ github.event.inputs.tag_name }} diff --git a/vendordeps/Studica-2025.0.0.json b/vendordeps/Studica-2025.0.1.json similarity index 88% rename from vendordeps/Studica-2025.0.0.json rename to vendordeps/Studica-2025.0.1.json index 8cba530..a3ed1fe 100644 --- a/vendordeps/Studica-2025.0.0.json +++ b/vendordeps/Studica-2025.0.1.json @@ -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", @@ -24,7 +24,7 @@ "libName": "Studica", "sharedLibrary": false, "skipInvalidPlatforms": true, - "version": "2025.0.0" + "version": "2025.0.1" }, { "artifactId": "Studica-driver", @@ -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": [ @@ -65,7 +65,7 @@ "osxuniversal", "windowsx86-64" ], - "version": "2025.0.0" + "version": "2025.0.1" } ] } diff --git a/vendordeps/photonlib.json b/vendordeps/photonlib.json index ca941bd..b74d4e4 100644 --- a/vendordeps/photonlib.json +++ b/vendordeps/photonlib.json @@ -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" ], @@ -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": [ @@ -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, @@ -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, @@ -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" } ] }