Skip to content

Commit 052e036

Browse files
authored
Merge pull request #2825 from bcgov/version/2.0.2
Remove snapshot
2 parents 1a55cc5 + bb79126 commit 052e036

File tree

9 files changed

+27
-27
lines changed

9 files changed

+27
-27
lines changed

src/backend/efiling-api/pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>ca.bc.gov.open.jag</groupId>
1212
<artifactId>efiling-api</artifactId>
13-
<version>2.0.2-SNAPSHOT</version>
13+
<version>2.0.2</version>
1414
<name>efiling-api</name>
1515
<description>Demo project for Spring Boot</description>
1616

@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>ca.bc.gov.open.jag</groupId>
6767
<artifactId>efiling-commons</artifactId>
68-
<version>2.0.2-SNAPSHOT</version>
68+
<version>2.0.2</version>
6969
</dependency>
7070

7171
<dependency>
@@ -238,7 +238,7 @@
238238
<dependency>
239239
<groupId>ca.bc.gov.open.jag</groupId>
240240
<artifactId>efiling-bom</artifactId>
241-
<version>2.0.2-SNAPSHOT</version>
241+
<version>2.0.2</version>
242242
<type>pom</type>
243243
<scope>import</scope>
244244
</dependency>
@@ -261,19 +261,19 @@
261261
<dependency>
262262
<groupId>ca.bc.gov.open.jag</groupId>
263263
<artifactId>efiling-cso-starter</artifactId>
264-
<version>2.0.2-SNAPSHOT</version>
264+
<version>2.0.2</version>
265265
</dependency>
266266

267267
<dependency>
268268
<groupId>ca.bc.gov.open.jag</groupId>
269269
<artifactId>efiling-bambora-api-client</artifactId>
270-
<version>2.0.2-SNAPSHOT</version>
270+
<version>2.0.2</version>
271271
</dependency>
272272

273273
<dependency>
274274
<groupId>ca.bc.gov.open.jag</groupId>
275275
<artifactId>efiling-ceis-api-client</artifactId>
276-
<version>2.0.2-SNAPSHOT</version>
276+
<version>2.0.2</version>
277277
</dependency>
278278

279279
<!-- https://mvnrepository.com/artifact/com.github.java-json-tools/jackson-coreutils -->
@@ -315,7 +315,7 @@
315315
<dependency>
316316
<groupId>ca.bc.gov.open.jag</groupId>
317317
<artifactId>efiling-demo-starter</artifactId>
318-
<version>2.0.2-SNAPSHOT</version>
318+
<version>2.0.2</version>
319319
</dependency>
320320
</dependencies>
321321
</profile>

src/backend/libs/efiling-bambora-api-client/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>ca.bc.gov.open.jag</groupId>
66
<artifactId>efiling-bambora-api-client</artifactId>
7-
<version>2.0.2-SNAPSHOT</version>
7+
<version>2.0.2</version>
88
<name>efiling-bambora-api-client</name>
99
<description>Client for Bambora</description>
1010

@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>ca.bc.gov.open.jag</groupId>
113113
<artifactId>efiling-commons</artifactId>
114-
<version>2.0.2-SNAPSHOT</version>
114+
<version>2.0.2</version>
115115
<scope>compile</scope>
116116
</dependency>
117117
</dependencies>
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>ca.bc.gov.open.jag</groupId>
130130
<artifactId>efiling-bom</artifactId>
131-
<version>2.0.2-SNAPSHOT</version>
131+
<version>2.0.2</version>
132132
<type>pom</type>
133133
<scope>import</scope>
134134
</dependency>

src/backend/libs/efiling-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>ca.bc.gov.open.jag</groupId>
77
<artifactId>efiling-bom</artifactId>
8-
<version>2.0.2-SNAPSHOT</version>
8+
<version>2.0.2</version>
99

1010
<properties>
1111
<log4j2.version>2.17.1</log4j2.version>

src/backend/libs/efiling-ceis-api-client/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>ca.bc.gov.open.jag</groupId>
66
<artifactId>efiling-ceis-api-client</artifactId>
7-
<version>2.0.2-SNAPSHOT</version>
7+
<version>2.0.2</version>
88
<name>efiling-ceis-api-client</name>
99
<description>Client for CEIS ORDS</description>
1010

@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>ca.bc.gov.open.jag</groupId>
135135
<artifactId>efiling-commons</artifactId>
136-
<version>2.0.2-SNAPSHOT</version>
136+
<version>2.0.2</version>
137137
<scope>compile</scope>
138138
</dependency>
139139
</dependencies>
@@ -150,7 +150,7 @@
150150
<dependency>
151151
<groupId>ca.bc.gov.open.jag</groupId>
152152
<artifactId>efiling-bom</artifactId>
153-
<version>2.0.2-SNAPSHOT</version>
153+
<version>2.0.2</version>
154154
<type>pom</type>
155155
<scope>import</scope>
156156
</dependency>

src/backend/libs/efiling-commons/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>ca.bc.gov.open.jag</groupId>
66
<artifactId>efiling-commons</artifactId>
7-
<version>2.0.2-SNAPSHOT</version>
7+
<version>2.0.2</version>
88
<name>efiling-commons</name>
99
<description>Contains common functionality to efiling</description>
1010

@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>ca.bc.gov.open.jag</groupId>
7373
<artifactId>efiling-bom</artifactId>
74-
<version>2.0.2-SNAPSHOT</version>
74+
<version>2.0.2</version>
7575
<type>pom</type>
7676
<scope>import</scope>
7777
</dependency>

src/backend/libs/efiling-cso-client/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>ca.bc.gov.open.jag</groupId>
77
<artifactId>efiling-cso-client</artifactId>
8-
<version>2.0.2-SNAPSHOT</version>
8+
<version>2.0.2</version>
99

1010
<properties>
1111
<java.version>17</java.version>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>ca.bc.gov.open.jag</groupId>
6161
<artifactId>efiling-commons</artifactId>
62-
<version>2.0.2-SNAPSHOT</version>
62+
<version>2.0.2</version>
6363
</dependency>
6464

6565
<dependency>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>ca.bc.gov.open.jag</groupId>
9292
<artifactId>efiling-bom</artifactId>
93-
<version>2.0.2-SNAPSHOT</version>
93+
<version>2.0.2</version>
9494
<type>pom</type>
9595
<scope>import</scope>
9696
</dependency>

src/backend/libs/efiling-cso-starter/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>ca.bc.gov.open.jag</groupId>
1515
<artifactId>efiling-cso-starter</artifactId>
16-
<version>2.0.2-SNAPSHOT</version>
16+
<version>2.0.2</version>
1717

1818
<properties>
1919
<java.version>17</java.version>
@@ -79,13 +79,13 @@
7979
<dependency>
8080
<groupId>ca.bc.gov.open.jag</groupId>
8181
<artifactId>efiling-commons</artifactId>
82-
<version>2.0.2-SNAPSHOT</version>
82+
<version>2.0.2</version>
8383
</dependency>
8484

8585
<dependency>
8686
<groupId>ca.bc.gov.open.jag</groupId>
8787
<artifactId>efiling-cso-client</artifactId>
88-
<version>2.0.2-SNAPSHOT</version>
88+
<version>2.0.2</version>
8989
</dependency>
9090

9191
</dependencies>
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>ca.bc.gov.open.jag</groupId>
9797
<artifactId>efiling-bom</artifactId>
98-
<version>2.0.2-SNAPSHOT</version>
98+
<version>2.0.2</version>
9999
<type>pom</type>
100100
<scope>import</scope>
101101
</dependency>

src/backend/libs/efiling-demo-starter/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>ca.bc.gov.open.jag</groupId>
88
<artifactId>efiling-demo-starter</artifactId>
9-
<version>2.0.2-SNAPSHOT</version>
9+
<version>2.0.2</version>
1010

1111
<properties>
1212
<java.version>17</java.version>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>ca.bc.gov.open.jag</groupId>
6262
<artifactId>efiling-commons</artifactId>
63-
<version>2.0.2-SNAPSHOT</version>
63+
<version>2.0.2</version>
6464
</dependency>
6565

6666
<dependency>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>ca.bc.gov.open.jag</groupId>
8484
<artifactId>efiling-bom</artifactId>
85-
<version>2.0.2-SNAPSHOT</version>
85+
<version>2.0.2</version>
8686
<type>pom</type>
8787
<scope>import</scope>
8888
</dependency>

src/backend/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>ca.bc.gov.open</groupId>
88
<artifactId>jag-efiling-backend</artifactId>
9-
<version>2.0.2-SNAPSHOT</version>
9+
<version>2.0.2</version>
1010

1111
<description>EfilingHub Backend services</description>
1212

0 commit comments

Comments
 (0)