Skip to content

Commit

Permalink
override scm settings for release process
Browse files Browse the repository at this point in the history
  • Loading branch information
openwms committed Jun 2, 2023
1 parent b82decc commit 5f04438
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,14 @@
</releases>
</pluginRepository>
</pluginRepositories>

<profiles>
<profile>
<id>release-project</id>
<properties>
<developerConnectionUrl>scm:git:https://[email protected]/spring-labs/${project.artifactId}.git</developerConnectionUrl>
<scmpublish.pubScmUrl>scm:git:https://[email protected]/spring-labs/${project.artifactId}.git</scmpublish.pubScmUrl>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 5f04438

Please sign in to comment.