Skip to content

Commit

Permalink
Merge pull request #9 from hms-dbmi/development-1.0
Browse files Browse the repository at this point in the history
Update POM version to 1.0
  • Loading branch information
JREastonMarks committed May 20, 2016
2 parents eb0fc29 + 8d8f54b commit 7ae470b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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.harvard.hms.dbmi.bd2k.irct</groupId>
<artifactId>IRCT-RI</artifactId>
<version>1.0-Development</version>
<version>1.0</version>
<name>INTER-RESOURCE COMMUNICATION TOOL : Resource Interface</name>
<description></description>
<dependencies>
Expand Down Expand Up @@ -41,13 +41,13 @@
<dependency>
<groupId>edu.harvard.hms.dbmi.i2b2</groupId>
<artifactId>i2b2-Java-API</artifactId>
<version>1.0-Development</version>
<version>1.0</version>
</dependency>
<!-- IRCT API -->
<dependency>
<groupId>edu.harvard.hms.dbmi.bd2k.irct</groupId>
<artifactId>IRCT-API</artifactId>
<version>1.0-Development</version>
<version>1.0</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 7ae470b

Please sign in to comment.