Skip to content

Commit

Permalink
Update POM version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JREastonMarks committed May 20, 2016
1 parent 42b4647 commit ad1dd19
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>edu.harvard.hms.dbmi.bd2k.irct</groupId>
<artifactId>IRCT-API</artifactId>
<version>1.0-Development</version>
<version>1.0</version>
<name>INTER-RESOURCE COMMUNICATION TOOL : API</name>
<description></description>
<dependencies>
<dependency>
<groupId>edu.harvard.hms.dbmi.bd2k.irct</groupId>
<artifactId>IRCT-RI</artifactId>
<version>1.0-Development</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>javax</groupId>
Expand Down

0 comments on commit ad1dd19

Please sign in to comment.