From 63f4cfdd340cc5f9123c0058f4a325e00323e18e Mon Sep 17 00:00:00 2001 From: Eduardo Flores Date: Sat, 18 Jul 2026 21:59:28 -0600 Subject: [PATCH] chore(repo): rename repository references --- .gitpod.yml | 4 ---- README.md | 2 +- batch-job-api/README.md | 4 ++-- batch-job-api/pom.xml | 4 ++-- fault-tolerant-harvester-job/pom.xml | 2 +- fr-batch-service/Taskfile.yml | 4 ++-- fr-batch-service/pom.xml | 2 +- partitioned-harvester-job/pom.xml | 2 +- ticket-bundle-job/pom.xml | 2 +- ticket-pdf-job/pom.xml | 2 +- 10 files changed, 12 insertions(+), 16 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index f1d9e64..57834b4 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -18,10 +18,6 @@ tasks: task dbbootstraping cd .. -#- init: ./spring-batch-projects/mvnw -B dependency:go-offline package -DskipTests -# command: java -jar target/*.jar -# name: Run SingleThreaded app - image: file: .gitpod.Dockerfile diff --git a/README.md b/README.md index 51820a1..0b60d98 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# spring-batch-projects +# Spring Batch Plugin Lab A monorepo for experimenting with Spring Batch: a dynamic plugin host service, four batch job plugins, and a Svelte ops UI. diff --git a/batch-job-api/README.md b/batch-job-api/README.md index d3b34ed..ff460af 100644 --- a/batch-job-api/README.md +++ b/batch-job-api/README.md @@ -18,7 +18,7 @@ mvn -f batch-job-api/pom.xml clean install ## Publishing -This artifact is published to **GitHub Packages** at `https://maven.pkg.github.com/fronzec/spring-batch-projects`. +This artifact is published to **GitHub Packages** at `https://maven.pkg.github.com/fronzec/spring-batch-plugin-lab`. ### 1. GitHub Personal Access Token @@ -55,7 +55,7 @@ Releases are immutable on GitHub Packages. Use `-SNAPSHOT` versions during devel github - https://maven.pkg.github.com/fronzec/spring-batch-projects + https://maven.pkg.github.com/fronzec/spring-batch-plugin-lab diff --git a/batch-job-api/pom.xml b/batch-job-api/pom.xml index d957e9c..e94d2ee 100644 --- a/batch-job-api/pom.xml +++ b/batch-job-api/pom.xml @@ -56,11 +56,11 @@ github - https://maven.pkg.github.com/fronzec/spring-batch-projects + https://maven.pkg.github.com/fronzec/spring-batch-plugin-lab github - https://maven.pkg.github.com/fronzec/spring-batch-projects + https://maven.pkg.github.com/fronzec/spring-batch-plugin-lab diff --git a/fault-tolerant-harvester-job/pom.xml b/fault-tolerant-harvester-job/pom.xml index c3ccf53..1f9a39c 100644 --- a/fault-tolerant-harvester-job/pom.xml +++ b/fault-tolerant-harvester-job/pom.xml @@ -159,7 +159,7 @@ github - https://maven.pkg.github.com/fronzec/spring-batch-projects + https://maven.pkg.github.com/fronzec/spring-batch-plugin-lab diff --git a/fr-batch-service/Taskfile.yml b/fr-batch-service/Taskfile.yml index c7b8481..46e5fd1 100644 --- a/fr-batch-service/Taskfile.yml +++ b/fr-batch-service/Taskfile.yml @@ -26,10 +26,10 @@ tasks: - echo "db bootstraping finished" dbschema: cmds: - - mysql -p frbatchservicedb < /workspace/spring-batch-projects/fr-batch-service/_devenvironment/db/00_create_schema.sql + - mysql -p frbatchservicedb < /workspace/spring-batch-plugin-lab/fr-batch-service/_devenvironment/db/00_create_schema.sql dbdata: cmds: - - mysql -p frbatchservicedb < /workspace/spring-batch-projects/fr-batch-service/_devenvironment/db/01_init_data.sql + - mysql -p frbatchservicedb < /workspace/spring-batch-plugin-lab/fr-batch-service/_devenvironment/db/01_init_data.sql prettier: cmds: # this is a basic config for prettier for java, see pom.xml for prettier-maven-plugin diff --git a/fr-batch-service/pom.xml b/fr-batch-service/pom.xml index 849aa14..a40a39a 100644 --- a/fr-batch-service/pom.xml +++ b/fr-batch-service/pom.xml @@ -165,7 +165,7 @@ github - https://maven.pkg.github.com/fronzec/spring-batch-projects + https://maven.pkg.github.com/fronzec/spring-batch-plugin-lab diff --git a/partitioned-harvester-job/pom.xml b/partitioned-harvester-job/pom.xml index c911e5f..72e4a20 100644 --- a/partitioned-harvester-job/pom.xml +++ b/partitioned-harvester-job/pom.xml @@ -167,7 +167,7 @@ github - https://maven.pkg.github.com/fronzec/spring-batch-projects + https://maven.pkg.github.com/fronzec/spring-batch-plugin-lab diff --git a/ticket-bundle-job/pom.xml b/ticket-bundle-job/pom.xml index 8839cdf..82e0517 100644 --- a/ticket-bundle-job/pom.xml +++ b/ticket-bundle-job/pom.xml @@ -157,7 +157,7 @@ github - https://maven.pkg.github.com/fronzec/spring-batch-projects + https://maven.pkg.github.com/fronzec/spring-batch-plugin-lab diff --git a/ticket-pdf-job/pom.xml b/ticket-pdf-job/pom.xml index c335708..72de374 100644 --- a/ticket-pdf-job/pom.xml +++ b/ticket-pdf-job/pom.xml @@ -175,7 +175,7 @@ github - https://maven.pkg.github.com/fronzec/spring-batch-projects + https://maven.pkg.github.com/fronzec/spring-batch-plugin-lab