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

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoll-umn committed Jan 4, 2019
1 parent 7a5bd41 commit 49b56ef
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 52 deletions.
52 changes: 8 additions & 44 deletions biomedicus-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>biomedicus</artifactId>
<groupId>edu.umn.biomedicus</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -31,9 +31,8 @@
<description>Core NLP and analysis functionality</description>

<properties>
<jackson.version>2.9.7</jackson.version>
<guice.version>4.2.0</guice.version>
<grpc.version>1.15.1</grpc.version>
<jackson.version>2.9.8</jackson.version>
<guice.version>4.2.2</guice.version>
</properties>

<build>
Expand Down Expand Up @@ -62,40 +61,15 @@
<artifactId>guice-multibindings</artifactId>
<version>${guice.version}</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>
<version>${grpc.version}</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>${grpc.version}</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>${grpc.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.11.0</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.20</version>
<version>1.23</version>
</dependency>
<dependency>
<groupId>org.rocksdb</groupId>
<artifactId>rocksdbjni</artifactId>
<version>5.13.4</version>
<version>5.17.2</version>
</dependency>
<dependency>
<groupId>args4j</groupId>
Expand All @@ -110,27 +84,17 @@
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
<version>1.8.4</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>2.27</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>2.27</version>
<version>1.9.1</version>
</dependency>
<dependency>
<groupId>edu.umn.biomedicus</groupId>
<artifactId>biomedicus-measures</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>edu.umn.biomedicus</groupId>
<artifactId>biomedicus-tokenizer</artifactId>
<version>0.0.1</version>
<version>0.0.3</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions biomedicus-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>biomedicus</artifactId>
<groupId>edu.umn.biomedicus</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -32,7 +32,7 @@
<description>Packages BioMedICUS artifacts for direct distribution.</description>

<properties>
<log4j.version>2.11.0</log4j.version>
<log4j.version>2.11.1</log4j.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion biomedicus-rtf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>biomedicus</artifactId>
<groupId>edu.umn.biomedicus</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion biomedicus-uima/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>biomedicus</artifactId>
<groupId>edu.umn.biomedicus</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion nlpengine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>biomedicus</artifactId>
<groupId>edu.umn.biomedicus</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>biomedicus</artifactId>
<packaging>pom</packaging>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<parent>
<groupId>edu.umn.biomedicus</groupId>
<artifactId>biomedicus-base-jdk8-kotlin</artifactId>
<version>1.2</version>
<version>1.5</version>
</parent>

<modules>
Expand All @@ -45,7 +45,7 @@
<url>https://nlpie.github.io/biomedicus</url>

<properties>
<biomedicus.version>2.1.0-SNAPSHOT</biomedicus.version>
<biomedicus.version>2.1.0</biomedicus.version>
<top.basedir>${project.basedir}</top.basedir>
</properties>

Expand Down

0 comments on commit 49b56ef

Please sign in to comment.