Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
Bump versions for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
azinneera committed Sep 28, 2019
1 parent 180fc17 commit e35acfc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ GIT_REVISION := $(shell git rev-parse --verify HEAD)
BALLERINA_VERSION := 0.991.0

DISTRIBUTION_VERSION ?= master
DISTRIBUTION_ARTIFACTS := https://github.com/wso2-cellery/distribution/archive/$(DISTRIBUTION_VERSION).zip
DISTRIBUTION_ARCHIVE_VERSION ?= master
DISTRIBUTION_ARTIFACTS := https://github.com/wso2-cellery/distribution/archive/$(DISTRIBUTION_ARCHIVE_VERSION).zip
OBSERVABILITY_BUILD ?= lastSuccessfulBuild

OBSERVABILITY_LAST_BUILD := https://wso2.org/jenkins/job/cellery/job/mesh-observability/$(OBSERVABILITY_BUILD)
Expand Down Expand Up @@ -91,7 +92,7 @@ copy-k8s-artefacts:
cd ${PROJECT_ROOT}/installers; \
mkdir -p build-artifacts && cd build-artifacts;\
curl -LO --retry 5 $(DISTRIBUTION_ARTIFACTS); \
unzip $(DISTRIBUTION_VERSION).zip && mv distribution-$(DISTRIBUTION_VERSION)/installer/k8s-artefacts .; \
unzip $(DISTRIBUTION_ARCHIVE_VERSION).zip && mv distribution-$(DISTRIBUTION_VERSION)/installer/k8s-artefacts .; \
curl --retry 5 $(OBSERVABILITY_ARTIFACTS_PATH)/$(OBSERVABILITY_ARTIFACTS) --output $(OBSERVABILITY_ARTIFACTS); \
unzip $(OBSERVABILITY_ARTIFACTS); \
unzip $(OBSERVABILITY_SIDDHI_ARTIFACT) -d k8s-artefacts/observability/siddhi; \
Expand Down
2 changes: 1 addition & 1 deletion components/cellery-component-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<parent>
<groupId>io.cellery</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../pom.xml</relativePath>
<artifactId>cellery-component-parent</artifactId>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion components/lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>io.cellery</groupId>
<artifactId>cellery</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>jar</packaging>
<name>Cellery Ballerina Natives module</name>
<url>https://cellery.io</url>
Expand Down
2 changes: 1 addition & 1 deletion components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>

<groupId>io.cellery</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<modelVersion>4.0.0</modelVersion>
<artifactId>cellery-component-parent</artifactId>
<name>Cellery - Cellery Component Parent</name>
Expand Down

0 comments on commit e35acfc

Please sign in to comment.