This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new c1f47ce55 chore(ci): bump java crds
c1f47ce55 is described below
commit c1f47ce558ae1fc601dc42ba859ed37a6e603a3c
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Feb 13 15:31:29 2023 +0100
chore(ci): bump java crds
Ref #4053
---
script/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/script/Makefile b/script/Makefile
index dddef4210..57802320a 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -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