Skip to content

Commit

Permalink
[release] 12.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Aug 8, 2023
1 parent 81a86a0 commit c22178e
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion commons-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datashare</artifactId>
<groupId>org.icij.datashare</groupId>
<version>12.3.0</version>
<version>12.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions datashare-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.icij.datashare</groupId>
<artifactId>datashare</artifactId>
<version>12.3.0</version>
<version>12.3.1</version>
</parent>

<artifactId>datashare-app</artifactId>
Expand Down Expand Up @@ -160,7 +160,7 @@
<dependency>
<groupId>org.icij.datashare</groupId>
<artifactId>commons-test</artifactId>
<version>12.3.0</version>
<version>12.3.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion datashare-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>datashare</artifactId>
<groupId>org.icij.datashare</groupId>
<version>12.3.0</version>
<version>12.3.1</version>
</parent>

<artifactId>datashare-cli</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions datashare-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datashare</artifactId>
<groupId>org.icij.datashare</groupId>
<version>12.3.0</version>
<version>12.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>org.icij.datashare</groupId>
<artifactId>commons-test</artifactId>
<version>12.3.0</version>
<version>12.3.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion datashare-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>datashare</artifactId>
<groupId>org.icij.datashare</groupId>
<version>12.3.0</version>
<version>12.3.1</version>
</parent>

<artifactId>datashare-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datashare-index/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>datashare</artifactId>
<groupId>org.icij.datashare</groupId>
<version>12.3.0</version>
<version>12.3.1</version>
</parent>

<artifactId>datashare-index</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datashare-nlp-corenlp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>datashare</artifactId>
<groupId>org.icij.datashare</groupId>
<version>12.3.0</version>
<version>12.3.1</version>
</parent>

<artifactId>datashare-nlp-corenlp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.icij.datashare</groupId>
<artifactId>datashare</artifactId>
<version>12.3.0</version>
<version>12.3.1</version>
<packaging>pom</packaging>

<inceptionYear>2016</inceptionYear>
Expand Down

0 comments on commit c22178e

Please sign in to comment.