Skip to content

Commit a81dfa8

Browse files
authored
Merge pull request #27 from bcgov/v0.2.0
release 0.2.0
2 parents 74bf9b0 + 184d22b commit a81dfa8

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

src/bambora-payment-starter/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>ca.bc.gov.open</groupId>
77
<artifactId>bambora-payment-starter</artifactId>
8-
<version>0.2.0-SNAPSHOT</version>
8+
<version>0.2.0</version>
99

1010
<properties>
1111
<java.version>1.8</java.version>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>ca.bc.gov.open</groupId>
7070
<artifactId>spring-starters-bom</artifactId>
71-
<version>0.2.0-SNAPSHOT</version>
71+
<version>0.2.0</version>
7272
<type>pom</type>
7373
<scope>import</scope>
7474
</dependency>

src/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>ca.bc.gov.open</groupId>
77
<artifactId>spring-starters</artifactId>
8-
<version>0.2.0-SNAPSHOT</version>
8+
<version>0.2.0</version>
99

1010
<name>spring-starters</name>
1111
<packaging>pom</packaging>

src/spring-bceid-starter/pom.xml

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

77
<groupId>ca.bc.gov.open</groupId>
88
<artifactId>spring-bceid-starter</artifactId>
9-
<version>0.2.0-SNAPSHOT</version>
9+
<version>0.2.0</version>
1010

1111
<properties>
1212
<java.version>1.8</java.version>
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>ca.bc.gov.open</groupId>
9696
<artifactId>spring-starters-bom</artifactId>
97-
<version>0.2.0-SNAPSHOT</version>
97+
<version>0.2.0</version>
9898
<type>pom</type>
9999
<scope>import</scope>
100100
</dependency>

src/spring-clamav-starter/pom.xml

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

77
<groupId>ca.bc.gov.open</groupId>
88
<artifactId>spring-clamav-starter</artifactId>
9-
<version>0.2.0-SNAPSHOT</version>
9+
<version>0.2.0</version>
1010

1111
<properties>
1212
<java.version>1.8</java.version>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>ca.bc.gov.open</groupId>
6464
<artifactId>spring-starters-bom</artifactId>
65-
<version>0.2.0-SNAPSHOT</version>
65+
<version>0.2.0</version>
6666
<type>pom</type>
6767
<scope>import</scope>
6868
</dependency>

src/spring-sftp-starter/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>ca.bc.gov.open</groupId>
99
<artifactId>spring-sftp-starter</artifactId>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.2.0</version>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>ca.bc.gov.open</groupId>
8080
<artifactId>spring-starters-bom</artifactId>
81-
<version>0.2.0-SNAPSHOT</version>
81+
<version>0.2.0</version>
8282
<type>pom</type>
8383
<scope>import</scope>
8484
</dependency>

src/spring-starters-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>ca.bc.gov.open</groupId>
99
<artifactId>spring-starters-bom</artifactId>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.2.0</version>
1111

1212
<properties>
1313
<org.apache.cxf.version>3.3.7</org.apache.cxf.version>

0 commit comments

Comments
 (0)