Skip to content

Commit

Permalink
strting work on version 1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-sarmento-jr committed Sep 1, 2015
1 parent 03eacc2 commit 2595bcc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gt-fhir-entities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>edu.gatech.i3l</groupId>
<artifactId>gt-fhir</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>gt-fhir-entities</artifactId>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>edu.gatech.i3l</groupId>
<artifactId>gt-fhir-jpabase</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion gt-fhir-jpabase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>edu.gatech.i3l</groupId>
<artifactId>gt-fhir</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gt-fhir-overlay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>edu.gatech.i3l</groupId>
<artifactId>gt-fhir</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>gt-fhir-overlay</artifactId>
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 @@ -4,7 +4,7 @@
<parent>
<groupId>edu.gatech.i3l</groupId>
<artifactId>gt-fhir</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>gt-fhir-webapp</artifactId>
Expand Down Expand Up @@ -34,7 +34,7 @@
</repository>
</repositories>
<properties>
<parent_version>1.0-SNAPSHOT</parent_version>
<parent_version>1.1-SNAPSHOT</parent_version>
</properties>
<dependencies>
<!-- This dependency is used for the "FHIR Tester" web app overlay -->
Expand Down
2 changes: 1 addition & 1 deletion 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</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>GATECH FHIR SERVER</name>
Expand Down

0 comments on commit 2595bcc

Please sign in to comment.