Skip to content

Commit

Permalink
Issue #217: Nope that was not it
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Mar 12, 2024
1 parent 9b82c5c commit 2430338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .maven_settings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<settings>
<servers>
<server>
<id>git://github.com/TBD54566975/web5-kt.git</id>
<id>tbd-github</id>
<username>${env.GITHUB_RELEASE_ACCOUNT_USERNAME}</username>
<password>${env.GITHUB_RELEASE_ACCOUNT_PASSWORD}</password>
</server>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<!-- Identifies the "server" element in .maven-settings.xml which is used for Git operations in release -->
<!-- https://maven.apache.org/maven-release/maven-release-plugin/faq.html#credentials -->
<project.scm.id>git://github.com/TBD54566975/web5-kt.git</project.scm.id>
<project.scm.id>tbd-github</project.scm.id>

<!--
This section is where we declare the versioning and scope for dependencies of
Expand Down

0 comments on commit 2430338

Please sign in to comment.