diff --git a/big/big.pkl b/big/big.pkl index b728473..de399bc 100644 --- a/big/big.pkl +++ b/big/big.pkl @@ -1,5 +1,5 @@ import - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" sm = new csml.StateMachine { transient { diff --git a/big/main.pkl b/big/main.pkl index 7f52427..33f663f 100644 --- a/big/main.pkl +++ b/big/main.pkl @@ -1,5 +1,5 @@ amends - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" import "big.pkl" import "defs.pkl" diff --git a/big/services.pkl b/big/services.pkl index 7459387..07c151f 100644 --- a/big/services.pkl +++ b/big/services.pkl @@ -1,4 +1,4 @@ amends - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl" bindings {} diff --git a/big/sink.pkl b/big/sink.pkl index 1f31553..5553c0e 100644 --- a/big/sink.pkl +++ b/big/sink.pkl @@ -1,5 +1,5 @@ import - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" sm = new csml.StateMachine { transient { diff --git a/chameneos/chameneos.pkl b/chameneos/chameneos.pkl index f204c6b..69d046b 100644 --- a/chameneos/chameneos.pkl +++ b/chameneos/chameneos.pkl @@ -1,5 +1,5 @@ import - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" sm = new csml.StateMachine { transient { diff --git a/chameneos/main.pkl b/chameneos/main.pkl index 4757251..4b80b77 100644 --- a/chameneos/main.pkl +++ b/chameneos/main.pkl @@ -1,5 +1,5 @@ amends - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" import "chameneos.pkl" import "defs.pkl" diff --git a/chameneos/mall.pkl b/chameneos/mall.pkl index a6f2200..55b6761 100644 --- a/chameneos/mall.pkl +++ b/chameneos/mall.pkl @@ -1,5 +1,5 @@ import - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" sm = new csml.StateMachine { transient { diff --git a/chameneos/services.pkl b/chameneos/services.pkl index 7459387..07c151f 100644 --- a/chameneos/services.pkl +++ b/chameneos/services.pkl @@ -1,4 +1,4 @@ amends - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl" bindings {} diff --git a/cigarette/arbitrator.pkl b/cigarette/arbitrator.pkl index 366fd9b..20966da 100644 --- a/cigarette/arbitrator.pkl +++ b/cigarette/arbitrator.pkl @@ -1,5 +1,5 @@ import - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" sm = new csml.StateMachine { transient { diff --git a/cigarette/main.pkl b/cigarette/main.pkl index 0693309..11ce9e3 100644 --- a/cigarette/main.pkl +++ b/cigarette/main.pkl @@ -1,5 +1,5 @@ amends - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" import "arbitrator.pkl" import "defs.pkl" diff --git a/cigarette/services.pkl b/cigarette/services.pkl index 7459387..07c151f 100644 --- a/cigarette/services.pkl +++ b/cigarette/services.pkl @@ -1,4 +1,4 @@ amends - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl" bindings {} diff --git a/cigarette/smoker.pkl b/cigarette/smoker.pkl index a536e58..63b16f8 100644 --- a/cigarette/smoker.pkl +++ b/cigarette/smoker.pkl @@ -1,5 +1,5 @@ import - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" sm = new csml.StateMachine { transient { diff --git a/count/counter.pkl b/count/counter.pkl index d7a9ea9..a2da2c9 100644 --- a/count/counter.pkl +++ b/count/counter.pkl @@ -1,5 +1,5 @@ import - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" sm = new csml.StateMachine { transient { diff --git a/count/main.pkl b/count/main.pkl index 8f9afdc..31f7f83 100644 --- a/count/main.pkl +++ b/count/main.pkl @@ -1,5 +1,5 @@ amends - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" import "counter.pkl" import "producer.pkl" diff --git a/count/producer.pkl b/count/producer.pkl index 2dfe6a1..58b7b10 100644 --- a/count/producer.pkl +++ b/count/producer.pkl @@ -1,5 +1,5 @@ import - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" sm = new csml.StateMachine { states { diff --git a/count/services.pkl b/count/services.pkl index 7459387..07c151f 100644 --- a/count/services.pkl +++ b/count/services.pkl @@ -1,4 +1,4 @@ amends - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl" bindings {} diff --git a/philosophers/arbitrator.pkl b/philosophers/arbitrator.pkl index 30e1929..ce9b17f 100644 --- a/philosophers/arbitrator.pkl +++ b/philosophers/arbitrator.pkl @@ -1,5 +1,5 @@ import - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" sm = new csml.StateMachine { transient { diff --git a/philosophers/main.pkl b/philosophers/main.pkl index cf3ebb3..755946f 100644 --- a/philosophers/main.pkl +++ b/philosophers/main.pkl @@ -1,5 +1,5 @@ amends - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" import "arbitrator.pkl" import "defs.pkl" import "philosopher.pkl" diff --git a/philosophers/philosopher.pkl b/philosophers/philosopher.pkl index c96ac59..e00981f 100644 --- a/philosophers/philosopher.pkl +++ b/philosophers/philosopher.pkl @@ -1,5 +1,5 @@ import - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" sm = new csml.StateMachine { transient { diff --git a/philosophers/services.pkl b/philosophers/services.pkl index 7459387..07c151f 100644 --- a/philosophers/services.pkl +++ b/philosophers/services.pkl @@ -1,4 +1,4 @@ amends - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl" bindings {} diff --git a/pingPong/main.pkl b/pingPong/main.pkl index d9e35f6..254e7f2 100644 --- a/pingPong/main.pkl +++ b/pingPong/main.pkl @@ -1,5 +1,5 @@ amends - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" import "ping.pkl" import "pong.pkl" diff --git a/pingPong/ping.pkl b/pingPong/ping.pkl index 710ced8..dce653c 100644 --- a/pingPong/ping.pkl +++ b/pingPong/ping.pkl @@ -1,5 +1,5 @@ import - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" sm = new csml.StateMachine { transient { ["numPings"] = "50000" } diff --git a/pingPong/pong.pkl b/pingPong/pong.pkl index d7ffdbe..63199a5 100644 --- a/pingPong/pong.pkl +++ b/pingPong/pong.pkl @@ -1,5 +1,5 @@ import - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl" sm = new csml.StateMachine { states { diff --git a/pingPong/services.pkl b/pingPong/services.pkl index 7459387..07c151f 100644 --- a/pingPong/services.pkl +++ b/pingPong/services.pkl @@ -1,4 +1,4 @@ amends - "https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl" + "https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl" bindings {}