Skip to content

Commit

Permalink
Merge pull request #340 from bcgov/version/1.1.1
Browse files Browse the repository at this point in the history
Version 1.1.1
  • Loading branch information
TayGov authored Jun 28, 2023
2 parents 7ddaa50 + 4488f41 commit 794bc5a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions src/backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ target/
.settings
.springBeans
.sts4-cache
.metadata

### IntelliJ IDEA ###
.idea
Expand Down
8 changes: 4 additions & 4 deletions src/backend/ai-reviewer-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>ai-reviewer-api</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<name>ai-reviewer-api</name>
<description>api project for ai reviewer</description>
<properties>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>ai-diligen-client-starter</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
Expand All @@ -55,7 +55,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>ai-mail-it</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -175,7 +175,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>ai-bom</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/backend/libs/ai-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>ai-bom</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>

<properties>
<ca.bc.gov.open.version>0.1.8</ca.bc.gov.open.version>
Expand Down
6 changes: 3 additions & 3 deletions src/backend/libs/ai-diligen-client-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>ai-diligen-client-starter</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>

<properties>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>ai-diligen-client</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>


Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>ai-bom</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/backend/libs/ai-diligen-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>ai-diligen-client</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>

<properties>
<default-package>ca.bc.gov.open.jag.aidiligenclient</default-package>
Expand Down Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>ai-bom</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/backend/libs/ai-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>ai-mail-it</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>

<name>ai-mail-it</name>
<description>Client for Mailing service</description>
Expand Down Expand Up @@ -121,7 +121,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>ai-bom</artifactId>
<version>1.1.0</version>
<version>1.1.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 @@ -7,7 +7,7 @@
<groupId>ca.bc.gov.open</groupId>

<artifactId>ai-reviewer-backend</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>

<description>Ai Reviewer Backend services</description>

Expand Down

0 comments on commit 794bc5a

Please sign in to comment.