Skip to content

Commit

Permalink
Merge pull request #97 from bcgov/release-1.0.24
Browse files Browse the repository at this point in the history
Release 1.0.24
  • Loading branch information
Adam Kroon authored Jan 20, 2020
2 parents 7beeff9 + 8da6bb4 commit be6dc83
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,29 @@ The bcparis-service is standalone restful service which process messages using o

Clone [iamp-commons](https://github.com/bcgov-c/iamp-commons)

```
```bash
git clone https://github.com/bcgov-c/iamp-commons.git
```

Install common-metrics

Install spring-parent

```bash
cd spring-parent
mvn install
```

Install spring-boot-parent

```bash
cd spring-boot-parent
mvn install
```


Install common-metrics

```bash
cd common-metrics
mvn install
```
Expand All @@ -26,14 +42,14 @@ mvn install

Install spring-boot-api-service

```
```bash
cd spring-boot-api-service
mvn install
```

install [com.splunk.logging:splunk-library-javalogging](https://github.com/splunk/splunk-library-javalogging) v 1.6.2

```
```bash
git clone https://github.com/splunk/splunk-library-javalogging
cd splunk-library-javalogging
git checkout tags/1.6.2
Expand All @@ -42,7 +58,7 @@ mvn install

clone this repository

```
```bash
git clone https://github.com/bcgov/bcparis-service
cd bcparis-service
mvn install
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>ca.bc.gov.bcparis</groupId>
<artifactId>bcparis-service</artifactId>
<name>BCPARIS Legacy Migration</name>
<version>1.0.23</version>
<version>1.0.24</version>

<parent>
<groupId>ca.bc.gov.iamp</groupId>
Expand Down

0 comments on commit be6dc83

Please sign in to comment.