Skip to content

Commit

Permalink
Merge pull request #27 from bcgov/v0.2.0
Browse files Browse the repository at this point in the history
release 0.2.0
  • Loading branch information
TayGov authored Jan 13, 2021
2 parents 74bf9b0 + 184d22b commit a81dfa8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/bambora-payment-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>ca.bc.gov.open</groupId>
<artifactId>bambora-payment-starter</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>

<properties>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>ca.bc.gov.open</groupId>
<artifactId>spring-starters-bom</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>ca.bc.gov.open</groupId>
<artifactId>spring-starters</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>

<name>spring-starters</name>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions src/spring-bceid-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ca.bc.gov.open</groupId>
<artifactId>spring-bceid-starter</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>

<properties>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>ca.bc.gov.open</groupId>
<artifactId>spring-starters-bom</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/spring-clamav-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ca.bc.gov.open</groupId>
<artifactId>spring-clamav-starter</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>

<properties>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>ca.bc.gov.open</groupId>
<artifactId>spring-starters-bom</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/spring-sftp-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>ca.bc.gov.open</groupId>
<artifactId>spring-sftp-starter</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>ca.bc.gov.open</groupId>
<artifactId>spring-starters-bom</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/spring-starters-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>ca.bc.gov.open</groupId>
<artifactId>spring-starters-bom</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>

<properties>
<org.apache.cxf.version>3.3.7</org.apache.cxf.version>
Expand Down

0 comments on commit a81dfa8

Please sign in to comment.