We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1789b9a commit 6a2508cCopy full SHA for 6a2508c
.github/workflows/build-project.yml
@@ -2,7 +2,7 @@
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
-name: Maven Build
+name: Build Project
6
7
on: push
8
.github/workflows/publish-project.yml
-name: Docker Hub Publish
+name: Publish Project
on:
release:
pom.xml
@@ -48,7 +48,7 @@ SPDX-License-Identifier: Apache-2.0
48
<repository>
49
<id>github-packages-compas</id>
50
<name>GitHub Packages</name>
51
- <url>https://maven.pkg.github.com/com-pas/compas-scl-datat-service</url>
+ <url>https://maven.pkg.github.com/com-pas/compas-scl-data-service</url>
52
</repository>
53
</distributionManagement>
54
0 commit comments