Skip to content

Commit

Permalink
Merge pull request #1 from mulesoft-anypoint/dev
Browse files Browse the repository at this point in the history
Generates modules from pipeline.
  • Loading branch information
soufi authored Aug 23, 2023
2 parents 8ca07e8 + c1e916b commit 2ae69de
Show file tree
Hide file tree
Showing 46 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion ame/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion ame/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/ame
module github.com/mulesoft-anypoint/anypoint-client-go/ame

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion ame_binding/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion ame_binding/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/ame_binding
module github.com/mulesoft-anypoint/anypoint-client-go/ame_binding

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion amq/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion amq/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/amq
module github.com/mulesoft-anypoint/anypoint-client-go/amq

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion apim_alerts/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion apim_alerts/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/apim_alerts
module github.com/mulesoft-anypoint/anypoint-client-go/apim_alerts

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion authorization/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion authorization/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/authorization
module github.com/mulesoft-anypoint/anypoint-client-go/authorization

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion connected_app/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion connected_app/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/connected_app
module github.com/mulesoft-anypoint/anypoint-client-go/connected_app

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion dlb/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion dlb/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/dlb
module github.com/mulesoft-anypoint/anypoint-client-go/dlb

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion env/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion env/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/env
module github.com/mulesoft-anypoint/anypoint-client-go/env

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion exchange_assets/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion exchange_assets/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/exchange_assets
module github.com/mulesoft-anypoint/anypoint-client-go/exchange_assets

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion idp/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion idp/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/idp
module github.com/mulesoft-anypoint/anypoint-client-go/idp

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion invite/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion invite/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/invite
module github.com/mulesoft-anypoint/anypoint-client-go/invite

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion org/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion org/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/org
module github.com/mulesoft-anypoint/anypoint-client-go/org

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion rm_alerts/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion rm_alerts/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/rm_alerts
module github.com/mulesoft-anypoint/anypoint-client-go/rm_alerts

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion role/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion role/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/role
module github.com/mulesoft-anypoint/anypoint-client-go/role

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion rolegroup/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion rolegroup/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/rolegroup
module github.com/mulesoft-anypoint/anypoint-client-go/rolegroup

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion team/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion team/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/team
module github.com/mulesoft-anypoint/anypoint-client-go/team

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion team_group_mappings/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion team_group_mappings/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/team_group_mappings
module github.com/mulesoft-anypoint/anypoint-client-go/team_group_mappings

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion team_members/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion team_members/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/team_members
module github.com/mulesoft-anypoint/anypoint-client-go/team_members

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion team_roles/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion team_roles/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/team_roles
module github.com/mulesoft-anypoint/anypoint-client-go/team_roles

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion user/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion user/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/user
module github.com/mulesoft-anypoint/anypoint-client-go/user

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion user_rolegroups/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion user_rolegroups/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/user_rolegroups
module github.com/mulesoft-anypoint/anypoint-client-go/user_rolegroups

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion vpc/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion vpc/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/vpc
module github.com/mulesoft-anypoint/anypoint-client-go/vpc

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion vpn/git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi

if [ "$git_user_id" = "" ]; then
git_user_id="mulesoft-consulting"
git_user_id="mulesoft-anypoint"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi

Expand Down
2 changes: 1 addition & 1 deletion vpn/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mulesoft-consulting/anypoint-client-go/vpn
module github.com/mulesoft-anypoint/anypoint-client-go/vpn

go 1.13

Expand Down

0 comments on commit 2ae69de

Please sign in to comment.