Skip to content

Commit 2608011

Browse files
author
alex
committed
release 0.3.0
1 parent b859321 commit 2608011

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

src/backend/efiling-api/pom.xml

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

@@ -51,13 +51,13 @@
5151
<dependency>
5252
<groupId>ca.bc.gov.open.jag</groupId>
5353
<artifactId>efiling-commons</artifactId>
54-
<version>0.3.0-SNAPSHOT</version>
54+
<version>0.3.0</version>
5555
</dependency>
5656

5757
<dependency>
5858
<groupId>ca.bc.gov.open.jag</groupId>
5959
<artifactId>efiling-cso-starter</artifactId>
60-
<version>0.3.0-SNAPSHOT</version>
60+
<version>0.3.0</version>
6161
</dependency>
6262

6363
<dependency>
@@ -159,7 +159,7 @@
159159
<dependency>
160160
<groupId>ca.bc.gov.open.jag</groupId>
161161
<artifactId>efiling-bom</artifactId>
162-
<version>0.3.0-SNAPSHOT</version>
162+
<version>0.3.0</version>
163163
<type>pom</type>
164164
<scope>import</scope>
165165
</dependency>
@@ -200,7 +200,7 @@
200200
<dependency>
201201
<groupId>ca.bc.gov.open.jag</groupId>
202202
<artifactId>efiling-demo-starter</artifactId>
203-
<version>0.3.0-SNAPSHOT</version>
203+
<version>0.3.0</version>
204204
</dependency>
205205
</dependencies>
206206
</profile>

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

Lines changed: 2 additions & 2 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-backend-demo</artifactId>
13-
<version>0.3.0-SNAPSHOT</version>
13+
<version>0.3.0</version>
1414
<name>efiling-backend-demo</name>
1515
<description>A demo app for using the efiling system</description>
1616
<properties>
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>ca.bc.gov.open.jag</groupId>
114114
<artifactId>efiling-bom</artifactId>
115-
<version>0.3.0-SNAPSHOT</version>
115+
<version>0.3.0</version>
116116
<type>pom</type>
117117
<scope>import</scope>
118118
</dependency>

src/backend/efiling-worker/pom.xml

Lines changed: 3 additions & 3 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-worker</artifactId>
13-
<version>0.3.0-SNAPSHOT</version>
13+
<version>0.3.0</version>
1414
<name>efiling-worker</name>
1515
<description>File Submission Worker</description>
1616

@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>ca.bc.gov.open.jag</groupId>
4646
<artifactId>efiling-cso-starter</artifactId>
47-
<version>0.3.0-SNAPSHOT</version>
47+
<version>0.3.0</version>
4848
</dependency>
4949

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

src/backend/libs/efiling-bom/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.jag</groupId>
88
<artifactId>efiling-bom</artifactId>
9-
<version>0.3.0-SNAPSHOT</version>
9+
<version>0.3.0</version>
1010

1111
<properties>
1212
<io.github.openfeign.opentracing.version>0.4.1</io.github.openfeign.opentracing.version>

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>0.3.0-SNAPSHOT</version>
7+
<version>0.3.0</version>
88
<name>efiling-commons</name>
99
<description>Contains common functionality to efiling</description>
1010

@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>ca.bc.gov.open.jag</groupId>
6565
<artifactId>efiling-bom</artifactId>
66-
<version>0.3.0-SNAPSHOT</version>
66+
<version>0.3.0</version>
6767
<type>pom</type>
6868
<scope>import</scope>
6969
</dependency>

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

Lines changed: 3 additions & 3 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>0.3.0-SNAPSHOT</version>
16+
<version>0.3.0</version>
1717

1818
<properties>
1919
<java.version>1.8</java.version>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>ca.bc.gov.open.jag</groupId>
7575
<artifactId>efiling-commons</artifactId>
76-
<version>0.3.0-SNAPSHOT</version>
76+
<version>0.3.0</version>
7777
</dependency>
7878

7979
</dependencies>
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>ca.bc.gov.open.jag</groupId>
8585
<artifactId>efiling-bom</artifactId>
86-
<version>0.3.0-SNAPSHOT</version>
86+
<version>0.3.0</version>
8787
<type>pom</type>
8888
<scope>import</scope>
8989
</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>0.3.0-SNAPSHOT</version>
9+
<version>0.3.0</version>
1010

1111
<properties>
1212
<java.version>1.8</java.version>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>ca.bc.gov.open.jag</groupId>
5656
<artifactId>efiling-commons</artifactId>
57-
<version>0.3.0-SNAPSHOT</version>
57+
<version>0.3.0</version>
5858
</dependency>
5959

6060
</dependencies>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>ca.bc.gov.open.jag</groupId>
7373
<artifactId>efiling-bom</artifactId>
74-
<version>0.3.0-SNAPSHOT</version>
74+
<version>0.3.0</version>
7575
<type>pom</type>
7676
<scope>import</scope>
7777
</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>0.3.0-SNAPSHOT</version>
9+
<version>0.3.0</version>
1010

1111
<description>FLA Document Upload</description>
1212

0 commit comments

Comments
 (0)