Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/petasos version 1.5 #472

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Altered pom to have parent of pegacorn-ponos and include relative path
  • Loading branch information
Terry O'Neill committed Jan 10, 2022
commit 12fe0a13ece3faf5d0d121024e798e46433354b3
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@

<parent>
<groupId>net.fhirfactory.pegacorn</groupId>
<artifactId>pegacorn</artifactId>
<artifactId>pegacorn-ponos</artifactId>
<version>1.5.0-SNAPSHOT</version>
<relativePath>../pegacorn-ponos</relativePath>
</parent>

<artifactId>pegacorn-hl7v2-fhir-converter</artifactId>
Expand Down