Skip to content

Commit

Permalink
Merge pull request #315 from OHDSI/release-0.10.5
Browse files Browse the repository at this point in the history
Release 0.10.5
  • Loading branch information
Maxim Moinat authored Oct 29, 2021
2 parents 701053b + 1e963a0 commit be4dbd2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.ohdsi</groupId>
<artifactId>leporidae</artifactId>
<packaging>pom</packaging>
<version>0.10.4</version>
<version>0.10.5</version>
<modules>
<module>rabbitinahat</module>
<module>whiterabbit</module>
Expand Down
7 changes: 1 addition & 6 deletions rabbit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>leporidae</artifactId>
<groupId>org.ohdsi</groupId>
<version>0.10.4</version>
<version>0.10.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -52,11 +52,6 @@
<artifactId>poi-excelant</artifactId>
<version>5.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml-schemas</artifactId>
<version>4.1.2</version>
</dependency>
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rabbitinahat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>leporidae</artifactId>
<groupId>org.ohdsi</groupId>
<version>0.10.4</version>
<version>0.10.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion whiterabbit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>leporidae</artifactId>
<groupId>org.ohdsi</groupId>
<version>0.10.4</version>
<version>0.10.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit be4dbd2

Please sign in to comment.