Skip to content

Commit

Permalink
#ESW-293 : Shubham : Preparation of 2.0.0-RC3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamJay committed Mar 3, 2020
1 parent 5991aa5 commit 3e91bbf
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Here is the repository for ESW: [esw](https://github.com/tmtsoftware/esw).

All notable changes to this project will be documented in this file.

## [ESW v0.1.0-RC3] - 2020-03-03
This is the third release of the TMT Executive Software for project stakeholders.
See [here](https://tmtsoftware.github.io/esw/0.1.0-RC3/) for a detailed documentation of this version of the ESW software.

## [ESW v0.1.0-RC2] - 2020-02-26
This is the second release of the TMT Executive Software for project stakeholders.
See [here](https://tmtsoftware.github.io/esw/0.1.0-RC2/) for a detailed documentation of this version of the ESW software.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ See [here](https://tmtsoftware.github.io/esw/) for a detailed description of the

| esw | csw |
|--------|------|
| v0.1.0-RC3 | v2.0.0-RC3 |
| v0.1.0-RC2 | v2.0.0-RC2 |
| v0.1.0-RC1 | v2.0.0-RC1 |

Expand All @@ -23,6 +24,7 @@ Pre-Release History

| Date | Tag | Source | Download |
|-----|-----|-----|-----|
| 2020-03-03 | v0.1.0-RC3 | [esw-0.1.0-RC3](https://github.com/tmtsoftware/esw/tree/v0.1.0-RC3) | Apps: [zip](https://github.com/tmtsoftware/esw/releases/download/v0.1.0-RC3/esw-apps-0.1.0-RC3.zip), Source: [tar.gz](https://github.com/tmtsoftware/esw/archive/v0.1.0-RC3.tar.gz), [zip](https://github.com/tmtsoftware/esw/archive/v0.1.0-RC3.zip) |
| 2020-02-26 | v0.1.0-RC2 | [esw-0.1.0-RC2](https://github.com/tmtsoftware/esw/tree/v0.1.0-RC2) | Apps: [zip](https://github.com/tmtsoftware/esw/releases/download/v0.1.0-RC2/esw-apps-0.1.0-RC2.zip), Source: [tar.gz](https://github.com/tmtsoftware/esw/archive/v0.1.0-RC2.tar.gz), [zip](https://github.com/tmtsoftware/esw/archive/v0.1.0-RC2.zip) |
| 2020-02-06 | v0.1.0-RC1 | [esw-0.1.0-RC1](https://github.com/tmtsoftware/esw/tree/v0.1.0-RC1) | Apps: [zip](https://github.com/tmtsoftware/esw/releases/download/v0.1.0-RC1/esw-apps-0.1.0-RC1.zip), Source: [tar.gz](https://github.com/tmtsoftware/esw/archive/v0.1.0-RC1.tar.gz), [zip](https://github.com/tmtsoftware/esw/archive/v0.1.0-RC1.zip) |

Expand Down
15 changes: 15 additions & 0 deletions notes/0.1.0-RC3.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## ESW - TMT Executive Software v0.1.0-RC3

This is the third release v0.1.0-RC3 of the TMT Executive Software.

See [CHANGELOG.md](CHANGELOG.md) for details of all releases.

### Features
Three main components are delivered as part of ESW:
* Sequencer
* Sequence Component
* ESW Gateway

### Documentation

Paradox documentation can be found here: https://tmtsoftware.github.io/esw/0.1.0-RC3/
2 changes: 1 addition & 1 deletion project/Libs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Libs {

object Csw {
private val Org = "com.github.tmtsoftware.csw"
private val Version = "2.0.0-RC2" //change this to 0.1.0-SNAPSHOT to test with local csw changes (after publishLocal)
private val Version = "2.0.0-RC3" //change this to 0.1.0-SNAPSHOT to test with local csw changes (after publishLocal)

val `csw-admin-api` = dep(Org %%% "csw-admin-api" % Version)
val `csw-admin-impl` = Org %% "csw-admin-impl" % Version
Expand Down

0 comments on commit 3e91bbf

Please sign in to comment.