Skip to content

Commit

Permalink
Move to snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
TayGov committed Nov 1, 2023
1 parent 75b9434 commit 4a456db
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
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>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<name>ai-reviewer-api</name>
<description>api project for ai reviewer</description>
<properties>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>ai-diligen-client-starter</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -58,7 +58,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>ai-mail-it</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -179,7 +179,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>ai-bom</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</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>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>

<properties>
<ca.bc.gov.open.version>1.0.0</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>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>

<properties>
<java.version>17</java.version>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>ai-diligen-client</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>


Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>ai-bom</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</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>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>

<properties>
<default-package>ca.bc.gov.open.jag.aidiligenclient</default-package>
Expand Down Expand Up @@ -166,7 +166,7 @@
<dependency>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>ai-bom</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</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>2.0.0</version>
<version>2.0.1-SNAPSHOT</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>2.0.0</version>
<version>2.0.1-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 @@ -7,7 +7,7 @@
<groupId>ca.bc.gov.open</groupId>

<artifactId>ai-reviewer-backend</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>

<description>Ai Reviewer Backend services</description>

Expand Down

0 comments on commit 4a456db

Please sign in to comment.