Skip to content

Commit

Permalink
Add notifications to 1.0 maven release.
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <handalm@amazon.com>
  • Loading branch information
mch2 committed Aug 25, 2021
1 parent dc61d8f commit 455d1dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions bundle-workflow/scripts/components/alerting/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ echo "COPY ${distributions}/*.zip"
cp ${distributions}/*.zip ./$OUTPUT/plugins

./gradlew publishToMavenLocal -Dopensearch.version=$VERSION -Dbuild.snapshot=$SNAPSHOT -x ktlint

mkdir -p $OUTPUT/maven/org/opensearch
cp -r ~/.m2/repository/org/opensearch/notification $OUTPUT/maven/org/opensearch/notification

9 changes: 6 additions & 3 deletions manifests/opensearch-1.0.0-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ build:
components:
- name: OpenSearch
repository: https://github.com/opensearch-project/OpenSearch.git
ref: 1.0
ref: tags/1.0.0
- name: common-utils
repository: https://github.com/opensearch-project/common-utils.git
ref: 1.0
ref: tags/1.0.0.0
- name: job-scheduler
repository: https://github.com/opensearch-project/job-scheduler.git
ref: 1.0.0.0
ref: tags/1.0.0.0
- name: alerting
repository: https://github.com/opensearch-project/alerting.git
ref: tags/1.0.0.0

0 comments on commit 455d1dd

Please sign in to comment.