Skip to content

Commit

Permalink
Merge pull request #6 from CDCgov/testm
Browse files Browse the repository at this point in the history
updated to push to github repo and Maven central
  • Loading branch information
marcia-schulman authored Aug 30, 2024
2 parents 6c72fae + c660b4d commit 70bce83
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 34 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/deploy-to-github.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/mvn-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,5 @@ http://maven.apache.org/xsd/settings-1.0.0.xsd">
<id>gpg.passphrase</id>
<passphrase>${env.GPG_PASSPHRASE}</passphrase>
</server>
<server>
<id>github</id>
<username>${env.LIB_GITHUB_ACTOR}</username>
<password>${env.LIB_GITHUB_TOKEN}</password>
</server>
</servers>
</settings>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
<url>https://github.com/CDCgov/lib-hl7v2-nist-validator/tree/main</url>
</scm>
<distributionManagement>
<repository>
<!--<repository>
<id>github</id>
<url>https://maven.pkg.github.com/cdcgov/lib-hl7v2-nist-validator</url>
</repository>
</repository>-->
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 70bce83

Please sign in to comment.