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

Commit

Permalink
2.2.0-SNAPSHOT (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoll-umn authored Jan 11, 2019
1 parent 49b56ef commit 6c29366
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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</version>
<version>2.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion 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</version>
<version>2.2.0-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
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</version>
<version>2.2.0-SNAPSHOT</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</version>
<version>2.2.0-SNAPSHOT</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</version>
<version>2.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>biomedicus</artifactId>
<packaging>pom</packaging>
<version>2.1.0</version>
<version>2.2.0-SNAPSHOT</version>
<parent>
<groupId>edu.umn.biomedicus</groupId>
<artifactId>biomedicus-base-jdk8-kotlin</artifactId>
Expand All @@ -45,7 +45,7 @@
<url>https://nlpie.github.io/biomedicus</url>

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

Expand Down

0 comments on commit 6c29366

Please sign in to comment.