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 51537bd commit f67d3e6Copy full SHA for f67d3e6
sps-backend/pom.xml
@@ -273,10 +273,10 @@
273
274
275
<scm>
276
- <connection>scm:git:${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git</connection>
277
- <developerConnection>scm:git:${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git</developerConnection>
278
- <tag>beispielprojekt-backend-1.0.60</tag>
279
- </scm>
+ <connection>scm:git:https://github.com/it-at-m/sps.git</connection>
+ <developerConnection>scm:git:https://github.com/it-at-m/sps.git</developerConnection>
+ <tag>HEAD</tag>
+ </scm>
280
281
282
<build>
0 commit comments