Skip to content

Commit

Permalink
System release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Aug 6, 2020
1 parent 24a568c commit ff174b9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The EOEPCA system deployment comprises several steps. Instructions are provided

The first step is to clone this repository to your local platform...
```
$ git clone --branch v0.1 git@github.com:EOEPCA/eoepca.git
$ git clone --branch v0.1.1 git@github.com:EOEPCA/eoepca.git
```
NOTE that this clones the specific tag that is well tested. For the latest development branch the `--branch` option should be omitted.

Expand Down Expand Up @@ -124,6 +124,7 @@ Not started yet

EOEPCA system releases are made to provide integrated deployments of the developed building blocks. The release history is as follows:

* 06/08/2020 - [Release 0.1.1](release-notes/release-0.1.1.md)
* 22/06/2020 - [Release 0.1](release-notes/release-0.1.md)

<!-- ISSUES -->
Expand Down
9 changes: 9 additions & 0 deletions release-notes/release-0.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# EOEPCA System - Release 0.1.1

Release 0.1.1 is a minor version release that includes system-level integration and deployment fixes back-ported from the main development branch.

The scope & functionality, and hence the component versions, are unchanged from release 0.1 whose description is in the [Release 0.1 Release Note](release-0.1.md).

## Further Information

For further project information, including details of how to make a deployment of the EOEPCA system, please see the [main project page](../README.md).
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mimeType": "application/xml"
},
"value": {
"inlineValue": "https://raw.githubusercontent.com/EOEPCA/eoepca/v0.1/test/acceptance/02__Processing/01__ADES/eo_metadata_generation_1_0.xml"
"inlineValue": "https://raw.githubusercontent.com/EOEPCA/eoepca/v0.1.1/test/acceptance/02__Processing/01__ADES/eo_metadata_generation_1_0.xml"
}
}
}
Expand Down

0 comments on commit ff174b9

Please sign in to comment.