Skip to content

Commit b1a7dfd

Browse files
committed
Fix GCS BlobStore maven artifactid gcs-blob -> gwc-gcs-blob
1 parent ea17a67 commit b1a7dfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gcs-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Tests against Fake GCS Server TestContainers
3535
run: |
36-
mvn verify -f geowebcache/pom.xml -pl :gcs-blob -am \
36+
mvn verify -f geowebcache/pom.xml -pl :gwc-gcs-blob -am \
3737
-Ponline \
3838
-DskipTests=true \
3939
-DskipITs=false -B -ntp

geowebcache/gcsblob/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>geowebcache</artifactId>
77
<version>2.0-SNAPSHOT</version>
88
</parent>
9-
<artifactId>gcs-blob</artifactId>
9+
<artifactId>gwc-gcs-blob</artifactId>
1010
<name>Google Cloud Storage blob store</name>
1111

1212
<properties>

0 commit comments

Comments
 (0)