Skip to content

Commit

Permalink
Merge pull request #2580 from bcgov/version-update
Browse files Browse the repository at this point in the history
Update to version 1.4.1
  • Loading branch information
TayGov authored Nov 1, 2022
2 parents de7d5a3 + 5b85dd5 commit 7ed11bb
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 29 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>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>
<name>efiling-api</name>
<description>Demo project for Spring Boot</description>

Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-commons</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -183,7 +183,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bom</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -212,19 +212,19 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-cso-starter</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>
</dependency>

<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bambora-api-client</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>
</dependency>

<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-ceis-api-client</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.github.java-json-tools/jackson-coreutils -->
Expand Down Expand Up @@ -266,7 +266,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-demo-starter</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</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>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>
<name>efiling-bambora-api-client</name>
<description>Client for Bambora</description>

Expand Down Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-commons</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand All @@ -125,7 +125,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bom</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</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>1.4.0-SNAPSHOT</version>
<version>1.4.1</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>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>
<name>efiling-ceis-api-client</name>
<description>Client for CEIS ORDS</description>

Expand Down Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-commons</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand All @@ -148,7 +148,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bom</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</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>1.4.0-SNAPSHOT</version>
<version>1.4.1</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>1.4.0-SNAPSHOT</version>
<version>1.4.1</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 @@ -6,7 +6,7 @@

<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-cso-client</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>

<properties>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-commons</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bom</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</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>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>

<properties>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -79,13 +79,13 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-commons</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>
</dependency>

<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-cso-client</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>
</dependency>

</dependencies>
Expand All @@ -95,7 +95,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bom</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</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>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>

<properties>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-commons</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>
</dependency>

<dependency>
Expand All @@ -82,7 +82,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bom</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/backend/libs/efiling-mail-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-mail-it</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>

<name>efiling-mail-it</name>
<description>Client for Mailing service</description>
Expand Down Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bom</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1</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>1.4.0-SNAPSHOT</version>
<version>1.4.1</version>

<description>EfilingHub Backend services</description>

Expand Down

0 comments on commit 7ed11bb

Please sign in to comment.