Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8</version>
<version>2.0.9-SNAPSHOT</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.8</version>
<version>2.0.9-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -257,7 +257,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bom</artifactId>
<version>2.0.8</version>
<version>2.0.9-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -280,19 +280,19 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-cso-starter</artifactId>
<version>2.0.8</version>
<version>2.0.9-SNAPSHOT</version>
</dependency>

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

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

<!-- https://mvnrepository.com/artifact/com.github.java-json-tools/jackson-coreutils -->
Expand Down Expand Up @@ -334,7 +334,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-demo-starter</artifactId>
<version>2.0.8</version>
<version>2.0.9-SNAPSHOT</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.8</version>
<version>2.0.9-SNAPSHOT</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.8</version>
<version>2.0.9-SNAPSHOT</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.8</version>
<version>2.0.9-SNAPSHOT</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.8</version>
<version>2.0.9-SNAPSHOT</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.8</version>
<version>2.0.9-SNAPSHOT</version>
<name>efiling-ceis-api-client</name>
<description>Client for CEIS ORDS</description>

Expand Down Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-commons</artifactId>
<version>2.0.8</version>
<version>2.0.9-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand All @@ -140,7 +140,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bom</artifactId>
<version>2.0.8</version>
<version>2.0.9-SNAPSHOT</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.8</version>
<version>2.0.9-SNAPSHOT</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.8</version>
<version>2.0.9-SNAPSHOT</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.8</version>
<version>2.0.9-SNAPSHOT</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.8</version>
<version>2.0.9-SNAPSHOT</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.8</version>
<version>2.0.9-SNAPSHOT</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.8</version>
<version>2.0.9-SNAPSHOT</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.8</version>
<version>2.0.9-SNAPSHOT</version>
</dependency>

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

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

<properties>
<java.version>17</java.version>
Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-commons</artifactId>
<version>2.0.8</version>
<version>2.0.9-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -83,7 +83,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>efiling-bom</artifactId>
<version>2.0.8</version>
<version>2.0.9-SNAPSHOT</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.8</version>
<version>2.0.9-SNAPSHOT</version>

<description>EfilingHub Backend services</description>

Expand Down
2 changes: 1 addition & 1 deletion src/frontend/efiling-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "efiling-demo",
"version": "1.5.2",
"version": "2.0.9-SNAPSHOT",
"homepage": ".",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/efiling-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "efiling-frontend",
"version": "2.0.8",
"version": "2.0.9-SNAPSHOT",
"private": true,
"homepage": "/efilinghub",
"dependencies": {
Expand Down
Loading