Skip to content

Commit 07b9af4

Browse files
committed
Maven: Update git URLs for releasing
1 parent 982c561 commit 07b9af4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
</modules>
3333

3434
<scm>
35-
<connection>scm:git:https://${env.GITHUB_USERNAME}:${env.GITHUB_PASSWORD}@github.com/ContextMapper/context-mapper-dsl.git</connection>
36-
<developerConnection>scm:git:https://${env.GITHUB_USERNAME}:${env.GITHUB_PASSWORD}@github.com/ContextMapper/context-mapper-dsl.git</developerConnection>
35+
<connection>scm:git:https://${env.GH_CI_USERNAME}:${env.GH_CI_TOKEN}@github.com/ContextMapper/context-mapper-dsl.git</connection>
36+
<developerConnection>scm:git:https://${env.GH_CI_USERNAME}:${env.GH_CI_TOKEN}@github.com/ContextMapper/context-mapper-dsl.git</developerConnection>
3737
<tag>HEAD</tag>
3838
</scm>
3939

0 commit comments

Comments
 (0)