Skip to content

Commit

Permalink
chore(ci): bump java crds
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Feb 13, 2023
1 parent ce026ac commit 76d5d7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ update-docs: build-resources
bump-replace:
@# Bump version and replace with the variables provided by the user
@sed -i 's/^VERSION ?= .*$//VERSION ?= $(VERSION)/' ./script/Makefile
@mvn -f java/pom.xml versions:set -DgenerateBackupPoms=false -DnewVersion=$(VERSION)
@sed -i 's/^LAST_RELEASED_VERSION ?= .*$//LAST_RELEASED_VERSION ?= $(LAST_RELEASED_VERSION)/' ./script/Makefile
@sed -i 's/^STAGING_RUNTIME_REPO :=.*$//STAGING_RUNTIME_REPO :=/' ./script/Makefile
@sed -i 's/^KAMELET_CATALOG_REPO_TAG :=.*$//KAMELET_CATALOG_REPO_TAG := main/' ./script/Makefile
Expand Down

0 comments on commit 76d5d7f

Please sign in to comment.