Skip to content

Commit 9321e77

Browse files
authored
Merge pull request #2689 from bcgov/version/1.5.1
Version 1.5.1
2 parents 13f3e4e + ecadfad commit 9321e77

File tree

12 files changed

+31
-31
lines changed

12 files changed

+31
-31
lines changed

src/backend/efiling-api/pom.xml

Lines changed: 7 additions & 7 deletions
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>1.5.1-SNAPSHOT</version>
13+
<version>1.5.1</version>
1414
<name>efiling-api</name>
1515
<description>Demo project for Spring Boot</description>
1616

@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>ca.bc.gov.open.jag</groupId>
5959
<artifactId>efiling-commons</artifactId>
60-
<version>1.5.1-SNAPSHOT</version>
60+
<version>1.5.1</version>
6161
</dependency>
6262

6363
<dependency>
@@ -183,7 +183,7 @@
183183
<dependency>
184184
<groupId>ca.bc.gov.open.jag</groupId>
185185
<artifactId>efiling-bom</artifactId>
186-
<version>1.5.1-SNAPSHOT</version>
186+
<version>1.5.1</version>
187187
<type>pom</type>
188188
<scope>import</scope>
189189
</dependency>
@@ -212,19 +212,19 @@
212212
<dependency>
213213
<groupId>ca.bc.gov.open.jag</groupId>
214214
<artifactId>efiling-cso-starter</artifactId>
215-
<version>1.5.1-SNAPSHOT</version>
215+
<version>1.5.1</version>
216216
</dependency>
217217

218218
<dependency>
219219
<groupId>ca.bc.gov.open.jag</groupId>
220220
<artifactId>efiling-bambora-api-client</artifactId>
221-
<version>1.5.1-SNAPSHOT</version>
221+
<version>1.5.1</version>
222222
</dependency>
223223

224224
<dependency>
225225
<groupId>ca.bc.gov.open.jag</groupId>
226226
<artifactId>efiling-ceis-api-client</artifactId>
227-
<version>1.5.1-SNAPSHOT</version>
227+
<version>1.5.1</version>
228228
</dependency>
229229

230230
<!-- https://mvnrepository.com/artifact/com.github.java-json-tools/jackson-coreutils -->
@@ -266,7 +266,7 @@
266266
<dependency>
267267
<groupId>ca.bc.gov.open.jag</groupId>
268268
<artifactId>efiling-demo-starter</artifactId>
269-
<version>1.5.1-SNAPSHOT</version>
269+
<version>1.5.1</version>
270270
</dependency>
271271
</dependencies>
272272
</profile>

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

Lines changed: 3 additions & 3 deletions
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>1.5.1-SNAPSHOT</version>
7+
<version>1.5.1</version>
88
<name>efiling-bambora-api-client</name>
99
<description>Client for Bambora</description>
1010

@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>ca.bc.gov.open.jag</groupId>
110110
<artifactId>efiling-commons</artifactId>
111-
<version>1.5.1-SNAPSHOT</version>
111+
<version>1.5.1</version>
112112
<scope>compile</scope>
113113
</dependency>
114114
</dependencies>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>ca.bc.gov.open.jag</groupId>
127127
<artifactId>efiling-bom</artifactId>
128-
<version>1.5.1-SNAPSHOT</version>
128+
<version>1.5.1</version>
129129
<type>pom</type>
130130
<scope>import</scope>
131131
</dependency>

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

Lines changed: 1 addition & 1 deletion
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>1.5.1-SNAPSHOT</version>
8+
<version>1.5.1</version>
99

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

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

Lines changed: 3 additions & 3 deletions
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>1.5.1-SNAPSHOT</version>
7+
<version>1.5.1</version>
88
<name>efiling-ceis-api-client</name>
99
<description>Client for CEIS ORDS</description>
1010

@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>ca.bc.gov.open.jag</groupId>
133133
<artifactId>efiling-commons</artifactId>
134-
<version>1.5.1-SNAPSHOT</version>
134+
<version>1.5.1</version>
135135
<scope>compile</scope>
136136
</dependency>
137137
</dependencies>
@@ -148,7 +148,7 @@
148148
<dependency>
149149
<groupId>ca.bc.gov.open.jag</groupId>
150150
<artifactId>efiling-bom</artifactId>
151-
<version>1.5.1-SNAPSHOT</version>
151+
<version>1.5.1</version>
152152
<type>pom</type>
153153
<scope>import</scope>
154154
</dependency>

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

Lines changed: 2 additions & 2 deletions
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>1.5.1-SNAPSHOT</version>
7+
<version>1.5.1</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>1.5.1-SNAPSHOT</version>
74+
<version>1.5.1</version>
7575
<type>pom</type>
7676
<scope>import</scope>
7777
</dependency>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>ca.bc.gov.open.jag</groupId>
1313
<artifactId>efiling-cso-client</artifactId>
14-
<version>1.5.1-SNAPSHOT</version>
14+
<version>1.5.1</version>
1515

1616
<properties>
1717
<java.version>1.8</java.version>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>ca.bc.gov.open.jag</groupId>
5757
<artifactId>efiling-commons</artifactId>
58-
<version>1.5.1-SNAPSHOT</version>
58+
<version>1.5.1</version>
5959
</dependency>
6060

6161
<dependency>
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>ca.bc.gov.open.jag</groupId>
9494
<artifactId>efiling-bom</artifactId>
95-
<version>1.5.1-SNAPSHOT</version>
95+
<version>1.5.1</version>
9696
<type>pom</type>
9797
<scope>import</scope>
9898
</dependency>

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

Lines changed: 4 additions & 4 deletions
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>1.5.1-SNAPSHOT</version>
16+
<version>1.5.1</version>
1717

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

8585
<dependency>
8686
<groupId>ca.bc.gov.open.jag</groupId>
8787
<artifactId>efiling-cso-client</artifactId>
88-
<version>1.5.1-SNAPSHOT</version>
88+
<version>1.5.1</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>1.5.1-SNAPSHOT</version>
98+
<version>1.5.1</version>
9999
<type>pom</type>
100100
<scope>import</scope>
101101
</dependency>

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

Lines changed: 3 additions & 3 deletions
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>1.5.1-SNAPSHOT</version>
9+
<version>1.5.1</version>
1010

1111
<properties>
1212
<java.version>1.8</java.version>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>ca.bc.gov.open.jag</groupId>
6262
<artifactId>efiling-commons</artifactId>
63-
<version>1.5.1-SNAPSHOT</version>
63+
<version>1.5.1</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>1.5.1-SNAPSHOT</version>
85+
<version>1.5.1</version>
8686
<type>pom</type>
8787
<scope>import</scope>
8888
</dependency>

src/backend/libs/efiling-mail-it/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>ca.bc.gov.open.jag</groupId>
77
<artifactId>efiling-mail-it</artifactId>
8-
<version>1.5.1-SNAPSHOT</version>
8+
<version>1.5.1</version>
99

1010
<name>efiling-mail-it</name>
1111
<description>Client for Mailing service</description>
@@ -120,7 +120,7 @@
120120
<dependency>
121121
<groupId>ca.bc.gov.open.jag</groupId>
122122
<artifactId>efiling-bom</artifactId>
123-
<version>1.5.1-SNAPSHOT</version>
123+
<version>1.5.1</version>
124124
<type>pom</type>
125125
<scope>import</scope>
126126
</dependency>

src/backend/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.5.1-SNAPSHOT</version>
9+
<version>1.5.1</version>
1010

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

0 commit comments

Comments
 (0)