Skip to content

Commit

Permalink
Version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TayGov committed Nov 28, 2024
1 parent 4bf85c3 commit b74d724
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
14 changes: 7 additions & 7 deletions src/backend/efiling-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-api</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<name>efiling-api</name>
<description>Demo project for Spring Boot</description>

Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-commons</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -245,7 +245,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bom</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -268,19 +268,19 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-cso-starter</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>

<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bambora-api-client</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>

<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-ceis-api-client</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.github.java-json-tools/jackson-coreutils -->
Expand Down Expand Up @@ -322,7 +322,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-demo-starter</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>
</dependencies>
</profile>
Expand Down
6 changes: 3 additions & 3 deletions src/backend/libs/efiling-bambora-api-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bambora-api-client</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<name>efiling-bambora-api-client</name>
<description>Client for Bambora</description>

Expand Down Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-commons</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand All @@ -128,7 +128,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bom</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/backend/libs/efiling-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bom</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>

<properties>
<log4j2.version>2.17.1</log4j2.version>
Expand Down
6 changes: 3 additions & 3 deletions src/backend/libs/efiling-ceis-api-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-ceis-api-client</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<name>efiling-ceis-api-client</name>
<description>Client for CEIS ORDS</description>

Expand Down Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-commons</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand All @@ -150,7 +150,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bom</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/backend/libs/efiling-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-commons</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<name>efiling-commons</name>
<description>Contains common functionality to efiling</description>

Expand Down Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bom</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions src/backend/libs/efiling-cso-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-cso-client</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>

<properties>
<java.version>17</java.version>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-commons</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bom</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions src/backend/libs/efiling-cso-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-cso-starter</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>

<properties>
<java.version>17</java.version>
Expand Down Expand Up @@ -79,13 +79,13 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-commons</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>

<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-cso-client</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>

</dependencies>
Expand All @@ -95,7 +95,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bom</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions src/backend/libs/efiling-demo-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-demo-starter</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>

<properties>
<java.version>17</java.version>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-commons</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>

<dependency>
Expand All @@ -82,7 +82,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bom</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ca.bc.gov.open</groupId>
<artifactId>jag-efiling-backend</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>

<description>EfilingHub Backend services</description>

Expand Down

0 comments on commit b74d724

Please sign in to comment.