Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit 8386f0f

Browse files
authored
Update Makefile
1 parent fc0bb97 commit 8386f0f

File tree

1 file changed

+2
-3
lines changed
  • charts/activiti-cloud-notifications-graphql

1 file changed

+2
-3
lines changed

charts/activiti-cloud-notifications-graphql/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,12 @@ updatebot/push-version:
7575
$(eval ACTIVITI_CLOUD_NOTIFICATIONS_SERVICE_VERSION=$(shell mvn help:evaluate -Dexpression=activiti-cloud-notifications-service-graphql.version -q -DforceStdout -f ../../pom.xml))
7676

7777
@echo Doing updatebot push-version.....
78-
cd ../../ && updatebot push-version --kind maven activiti-cloud-notifications-service-graphql.version $(ACTIVITI_CLOUD_NOTIFICATIONS_SERVICE_VERSION)
78+
cd ../../ && updatebot push-version --kind maven org.activiti.cloud.notifications.graphql:activiti-cloud-notifications-graphql-dependencies $(ACTIVITI_CLOUD_NOTIFICATIONS_SERVICE_VERSION)
7979
cd ../../ && updatebot push-version --kind make ACTIVITI_CLOUD_NOTIFICATIONS_VERSION $(RELEASE_VERSION)
8080

8181
cd ../../ && rm -rf .updatebot-repos/
8282
sleep $$[ ( $$RANDOM % 10 ) + 1 ]s
8383

84-
cd ../../ && updatebot push-version --kind maven activiti-cloud-notifications-service-graphql.version $(ACTIVITI_CLOUD_NOTIFICATIONS_SERVICE_VERSION)
84+
cd ../../ && updatebot push-version --kind maven org.activiti.cloud.notifications.graphql:activiti-cloud-notifications-graphql-dependencies $(ACTIVITI_CLOUD_NOTIFICATIONS_SERVICE_VERSION)
8585
cd ../../ && updatebot push-version --kind make ACTIVITI_CLOUD_NOTIFICATIONS_VERSION $(RELEASE_VERSION)
86-
8786

0 commit comments

Comments
 (0)