Skip to content

Commit 9e7e0b5

Browse files
committed
Fix scm connection
1 parent 53518c0 commit 9e7e0b5

File tree

3 files changed

+4
-38
lines changed

3 files changed

+4
-38
lines changed

commons-kernel/pom.xml.releaseBackup

-25
This file was deleted.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</licenses>
5555

5656
<scm>
57-
<connection>scm:git:https://github.com/sddevelopment-be/coding-utils.git</connection>
57+
<connection>scm:git:ssh://git@github.com/sddevelopment-be/coding-utils.git</connection>
5858
<url>${project.url}</url>
5959
<tag>HEAD</tag>
6060
</scm>

release.properties

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
11
#release configuration
2-
#Wed Nov 20 07:27:30 CET 2024
3-
completedPhase=map-development-versions
2+
#Wed Nov 20 17:19:39 CET 2024
3+
completedPhase=check-poms
44
exec.additionalArguments=-P github
55
exec.snapshotReleasePluginAllowed=false
66
preparationGoals=clean verify
7-
project.dev.be.sddevelopment.commons\:code-utils=1.0.1-SNAPSHOT
8-
project.dev.be.sddevelopment.commons\:commons=1.0.1-SNAPSHOT
9-
project.dev.be.sddevelopment.commons\:commons-kernel=1.0.1-SNAPSHOT
10-
project.dev.be.sddevelopment.commons\:commons-testing=1.0.1-SNAPSHOT
11-
project.rel.be.sddevelopment.commons\:code-utils=1.0.0
12-
project.rel.be.sddevelopment.commons\:commons=1.0.0
13-
project.rel.be.sddevelopment.commons\:commons-kernel=1.0.0
14-
project.rel.be.sddevelopment.commons\:commons-testing=1.0.0
157
projectVersionPolicyId=default
168
pushChanges=true
179
remoteTagging=true
1810
scm.commentPrefix=[maven-release-plugin]
19-
scm.tag=code-utils-1.0.0
2011
scm.tagNameFormat=@{project.artifactId}-@{project.version}
21-
scm.url=scm\:git\:git\://github.com\:sddevelopment-be/coding-utils.git
12+
scm.url=scm\:git\:ssh\://git@github.com/sddevelopment-be/coding-utils.git

0 commit comments

Comments
 (0)