Skip to content

Commit

Permalink
KRAUS-24: 🔧 fix scm repository links to support release process as we…
Browse files Browse the repository at this point in the history
…ll as nexus URL
  • Loading branch information
d-ryan-ashcraft committed Apr 18, 2023
1 parent c1d37ef commit 0b92eaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
</developers>

<scm>
<connection>scm:git:ssh://git@github.com:TechnologyBrewery/krausening.git</connection>
<developerConnection>scm:git:ssh://git@github.com:TechnologyBrewery/krausening.git</developerConnection>
<connection>scm:git:ssh://git@github.com/TechnologyBrewery/krausening.git</connection>
<developerConnection>scm:git:ssh://git@github.com/TechnologyBrewery/krausening.git</developerConnection>
<url>https://github.com/TechnologyBrewery/krausening</url>
<tag>HEAD</tag>
</scm>
Expand Down Expand Up @@ -90,7 +90,7 @@
deploy:deploy goal - Habushu's habushu:publish-to-pypi-repo goal remains as-is -->
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<!-- Automatically release staging repository and make deployed artifacts available on
Maven Central. This mitigates the need to manually log into the OSSRH Nexus instance
and release the staging repository -->
Expand Down

0 comments on commit 0b92eaa

Please sign in to comment.