Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
1.7.0 pom version change
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoll-umn committed Jul 24, 2017
1 parent 0a7580f commit a9d786f
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 @@ -23,7 +23,7 @@
<groupId>edu.umn.biomedicus</groupId>
<artifactId>biomedicus-gpl</artifactId>
<packaging>jar</packaging>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>

<name>biomedicus-gpl</name>
<description>BioMedICUS Annotation System - GPL Extensions</description>
Expand All @@ -37,12 +37,12 @@
<dependency>
<groupId>edu.umn.biomedicus</groupId>
<artifactId>biomedicus-core</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>edu.umn.biomedicus</groupId>
<artifactId>biomedicus-uima</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>edu.stanford.nlp</groupId>
Expand Down

0 comments on commit a9d786f

Please sign in to comment.