|
10 | 10 | </parent> |
11 | 11 | <groupId>ca.bc.gov.open.jag</groupId> |
12 | 12 | <artifactId>efiling-api</artifactId> |
13 | | - <version>1.5.1-SNAPSHOT</version> |
| 13 | + <version>1.5.1</version> |
14 | 14 | <name>efiling-api</name> |
15 | 15 | <description>Demo project for Spring Boot</description> |
16 | 16 |
|
|
57 | 57 | <dependency> |
58 | 58 | <groupId>ca.bc.gov.open.jag</groupId> |
59 | 59 | <artifactId>efiling-commons</artifactId> |
60 | | - <version>1.5.1-SNAPSHOT</version> |
| 60 | + <version>1.5.1</version> |
61 | 61 | </dependency> |
62 | 62 |
|
63 | 63 | <dependency> |
|
183 | 183 | <dependency> |
184 | 184 | <groupId>ca.bc.gov.open.jag</groupId> |
185 | 185 | <artifactId>efiling-bom</artifactId> |
186 | | - <version>1.5.1-SNAPSHOT</version> |
| 186 | + <version>1.5.1</version> |
187 | 187 | <type>pom</type> |
188 | 188 | <scope>import</scope> |
189 | 189 | </dependency> |
|
212 | 212 | <dependency> |
213 | 213 | <groupId>ca.bc.gov.open.jag</groupId> |
214 | 214 | <artifactId>efiling-cso-starter</artifactId> |
215 | | - <version>1.5.1-SNAPSHOT</version> |
| 215 | + <version>1.5.1</version> |
216 | 216 | </dependency> |
217 | 217 |
|
218 | 218 | <dependency> |
219 | 219 | <groupId>ca.bc.gov.open.jag</groupId> |
220 | 220 | <artifactId>efiling-bambora-api-client</artifactId> |
221 | | - <version>1.5.1-SNAPSHOT</version> |
| 221 | + <version>1.5.1</version> |
222 | 222 | </dependency> |
223 | 223 |
|
224 | 224 | <dependency> |
225 | 225 | <groupId>ca.bc.gov.open.jag</groupId> |
226 | 226 | <artifactId>efiling-ceis-api-client</artifactId> |
227 | | - <version>1.5.1-SNAPSHOT</version> |
| 227 | + <version>1.5.1</version> |
228 | 228 | </dependency> |
229 | 229 |
|
230 | 230 | <!-- https://mvnrepository.com/artifact/com.github.java-json-tools/jackson-coreutils --> |
|
266 | 266 | <dependency> |
267 | 267 | <groupId>ca.bc.gov.open.jag</groupId> |
268 | 268 | <artifactId>efiling-demo-starter</artifactId> |
269 | | - <version>1.5.1-SNAPSHOT</version> |
| 269 | + <version>1.5.1</version> |
270 | 270 | </dependency> |
271 | 271 | </dependencies> |
272 | 272 | </profile> |
|
0 commit comments