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

Commit 43628ea

Browse files
committed
Version 1.5.0
1 parent af51b03 commit 43628ea

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

biomedicus-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>biomedicus</artifactId>
2121
<groupId>edu.umn.biomedicus</groupId>
22-
<version>1.6.0-SNAPSHOT</version>
22+
<version>1.5.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

biomedicus-opennlp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>biomedicus</artifactId>
2323
<groupId>edu.umn.biomedicus</groupId>
24-
<version>1.6.0-SNAPSHOT</version>
24+
<version>1.5.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>edu.umn.biomedicus</groupId>
3333
<artifactId>biomedicus-core</artifactId>
34-
<version>1.6.0-SNAPSHOT</version>
34+
<version>1.5.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.apache.opennlp</groupId>

biomedicus-rtf/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>biomedicus</artifactId>
2121
<groupId>edu.umn.biomedicus</groupId>
22-
<version>1.6.0-SNAPSHOT</version>
22+
<version>1.5.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>edu.umn.biomedicus</groupId>
3131
<artifactId>biomedicus-core</artifactId>
32-
<version>1.6.0-SNAPSHOT</version>
32+
<version>1.5.0</version>
3333
</dependency>
3434
</dependencies>
3535

biomedicus-tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>biomedicus</artifactId>
2323
<groupId>edu.umn.biomedicus</groupId>
24-
<version>1.6.0-SNAPSHOT</version>
24+
<version>1.5.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>edu.umn.biomedicus</groupId>
3333
<artifactId>biomedicus-uima</artifactId>
34-
<version>1.6.0-SNAPSHOT</version>
34+
<version>1.5.0</version>
3535
</dependency>
3636
</dependencies>
3737
</project>

biomedicus-uima/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>biomedicus</artifactId>
2222
<groupId>edu.umn.biomedicus</groupId>
23-
<version>1.6.0-SNAPSHOT</version>
23+
<version>1.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>edu.umn.biomedicus</groupId>
5757
<artifactId>biomedicus-core</artifactId>
58-
<version>1.6.0-SNAPSHOT</version>
58+
<version>1.5.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.reflections</groupId>
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>edu.umn.biomedicus</groupId>
6767
<artifactId>biomedicus-rtf</artifactId>
68-
<version>1.6.0-SNAPSHOT</version>
68+
<version>1.5.0</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.mongodb</groupId>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>edu.umn.biomedicus</groupId>
9292
<artifactId>biomedicus-opennlp</artifactId>
93-
<version>1.6.0-SNAPSHOT</version>
93+
<version>1.5.0</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>org.testng</groupId>

distribution/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>biomedicus</artifactId>
2222
<groupId>edu.umn.biomedicus</groupId>
23-
<version>1.6.0-SNAPSHOT</version>
23+
<version>1.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

@@ -30,27 +30,27 @@
3030
<dependency>
3131
<groupId>edu.umn.biomedicus</groupId>
3232
<artifactId>biomedicus-core</artifactId>
33-
<version>1.6.0-SNAPSHOT</version>
33+
<version>1.5.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>edu.umn.biomedicus</groupId>
3737
<artifactId>biomedicus-rtf</artifactId>
38-
<version>1.6.0-SNAPSHOT</version>
38+
<version>1.5.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>edu.umn.biomedicus</groupId>
4242
<artifactId>biomedicus-uima</artifactId>
43-
<version>1.6.0-SNAPSHOT</version>
43+
<version>1.5.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>edu.umn.biomedicus</groupId>
4747
<artifactId>biomedicus-opennlp</artifactId>
48-
<version>1.6.0-SNAPSHOT</version>
48+
<version>1.5.0</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>edu.umn.biomedicus</groupId>
5252
<artifactId>biomedicus-tools</artifactId>
53-
<version>1.6.0-SNAPSHOT</version>
53+
<version>1.5.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.apache.logging.log4j</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>edu.umn.biomedicus</groupId>
2222
<artifactId>biomedicus</artifactId>
2323
<packaging>pom</packaging>
24-
<version>1.6.0-SNAPSHOT</version>
24+
<version>1.5.0</version>
2525

2626
<modules>
2727
<module>biomedicus-core</module>

0 commit comments

Comments
 (0)