diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-08-07 07:19:40 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-08-07 08:34:20 -0500 |
commit | 3fdca4e1647d7e075b82593de05d095e04582ddf (patch) | |
tree | e7a69fc3da16e6a90c70809d38155c1c7d52d161 | |
parent | f727f876191f815a850b89eb501f49bfd6e65c5d (diff) |
Fix Release Yaml for 2.1.16
Issue-ID: AAF-932
Change-Id: I152afea38597071f6e0e2b2144720b46f9cf8d71
Signed-off-by: Instrumental <jonathan.gathman@att.com>
-rw-r--r-- | HowToRelease.txt | 8 | ||||
-rw-r--r-- | releases/2.1.15.yaml | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/HowToRelease.txt b/HowToRelease.txt new file mode 100644 index 00000000..03853bec --- /dev/null +++ b/HowToRelease.txt @@ -0,0 +1,8 @@ +To release, add an appropriately named Release file to the releases Directory +with the following KIND of entries, then submit. + +--- releases/2.1.16.yaml ---- +distribution_type: 'maven' +version: '2.1.16' +project: 'aaf-authz' +log_dir: 'aaf-authz-maven-stage-master/69/' diff --git a/releases/2.1.15.yaml b/releases/2.1.15.yaml index c0ce1f80..c4dbc213 100644 --- a/releases/2.1.15.yaml +++ b/releases/2.1.15.yaml @@ -1,4 +1,4 @@ distribution_type: 'maven' -version: '2.1.16' +version: '2.1.15' project: 'aaf-authz' log_dir: 'aaf-authz-maven-stage-master/63/' |