Skip to content

Commit

Permalink
Merge branch 'release/2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Feb 24, 2023
2 parents 367e5e5 + cdf5f10 commit 55e3b4b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>net.sumaris</groupId>
<artifactId>sumaris-pod</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>pom</packaging>
<name>SUMARiS</name>
<description>SUMARiS :: Maven parent</description>
Expand Down
2 changes: 1 addition & 1 deletion sumaris-core-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sumaris</groupId>
<artifactId>sumaris-pod</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</parent>

<artifactId>sumaris-core-shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sumaris-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sumaris</groupId>
<artifactId>sumaris-pod</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</parent>

<artifactId>sumaris-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sumaris-extraction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sumaris</groupId>
<artifactId>sumaris-pod</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</parent>

<artifactId>sumaris-extraction</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<!-- reinsert last RDB fields, but after SEX -->
<select alias="LENGTH_CLASS" type="number">B.LENGTH_CLASS</select>
<select alias="NUMBER_AT_LENGTH" type="number">SUM(B.INDIVIDUAL_COUNT)</select>
<select alias="NUMBER_AT_LENGTH" type="number">SUM(B.INDIVIDUAL_COUNT) / COUNT(DISTINCT SM.ID)</select>

<from join="true" group="pmfms">INNER JOIN SORTING_MEASUREMENT_B SM ON SM.BATCH_FK = B.ID</from>
<from join="true" group="pmfms">LEFT OUTER JOIN QUALITATIVE_VALUE QV ON QV.ID = SM.QUALITATIVE_VALUE_FK</from>
Expand Down
2 changes: 1 addition & 1 deletion sumaris-importation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sumaris-pod</artifactId>
<groupId>net.sumaris</groupId>
<version>2.0.1</version>
<version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sumaris-rdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sumaris-pod</artifactId>
<groupId>net.sumaris</groupId>
<version>2.0.1</version>
<version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sumaris-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sumaris</groupId>
<artifactId>sumaris-pod</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</parent>

<artifactId>sumaris-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sumaris-test-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sumaris</groupId>
<artifactId>sumaris-pod</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</parent>

<artifactId>sumaris-test-shared</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<PROGRAM_PROPERTY ID="80" STATUS_FK="1" PROGRAM_FK="50" CREATION_DATE="2019-02-11" LABEL="sumaris.trip.location.filter.searchText.minLength" NAME="2"/>
<PROGRAM_PROPERTY ID="81" STATUS_FK="1" PROGRAM_FK="50" CREATION_DATE="2019-02-11" LABEL="sumaris.trip.sale.enable" NAME="true"/>
<PROGRAM_PROPERTY ID="82" STATUS_FK="1" PROGRAM_FK="50" CREATION_DATE="2019-02-11" LABEL="sumaris.trip.observers.enable" NAME="true"/>
<PROGRAM_PROPERTY ID="82" STATUS_FK="1" PROGRAM_FK="50" CREATION_DATE="2019-02-11" LABEL="sumaris.trip.observers.enable" NAME="false"/>
<PROGRAM_PROPERTY ID="83" STATUS_FK="1" PROGRAM_FK="50" CREATION_DATE="2019-02-11" LABEL="sumaris.trip.metiers.enable" NAME="false"/>
<PROGRAM_PROPERTY ID="84" STATUS_FK="1" PROGRAM_FK="50" CREATION_DATE="2019-02-11" LABEL="sumaris.trip.gear.rankOrder.enable" NAME="true"/>
<PROGRAM_PROPERTY ID="85" STATUS_FK="1" PROGRAM_FK="50" CREATION_DATE="2019-02-11" LABEL="sumaris.trip.map.enable" NAME="true"/>
Expand Down

0 comments on commit 55e3b4b

Please sign in to comment.