Skip to content

Commit

Permalink
Merge pull request #20 from i3l/observation
Browse files Browse the repository at this point in the history
adjusted snapshot version
  • Loading branch information
ismael-sarmento-jr committed Jul 15, 2015
2 parents 4a2e8fc + a661aa2 commit da6b669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gt-fhir-overlay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.gatech.i3l</groupId>
<artifactId>gt-fhir-overlay</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<packaging>war</packaging>

<name>GT-FHIR Overlay</name>
Expand Down Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-jpaserver-base</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
Expand Down
4 changes: 2 additions & 2 deletions gt-fhir-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.gatech.i3l</groupId>
<artifactId>gt-fhir-webapp</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<packaging>war</packaging>

<repositories>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-jpaserver-base</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.6-SNAPSHOT</version>
</dependency>

<!-- This dependency is used for the "FHIR Tester" web app overlay -->
Expand Down

0 comments on commit da6b669

Please sign in to comment.