Skip to content

Commit ff61d30

Browse files
set version for the medline-xml-parser dependency to 2012.0
1 parent ec99891 commit ff61d30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ccp-nlp-uima-collections/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
<dependencies>
2121
<dependency>
2222
<groupId>edu.ucdenver.ccp</groupId>
23-
<artifactId>ccp-medline-xml-parser</artifactId>
24-
<version>0.1-SNAPSHOT</version>
23+
<artifactId>medline-xml-parser</artifactId>
24+
<version>2012.0</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
<dependency>
2828
<groupId>edu.ucdenver.ccp</groupId>
29-
<artifactId>ccp-medline-xml-parser</artifactId>
30-
<version>0.1-SNAPSHOT</version>
29+
<artifactId>medline-xml-parser</artifactId>
30+
<version>2012.0</version>
3131
<type>test-jar</type>
3232
<scope>test</scope>
3333
</dependency>

0 commit comments

Comments
 (0)