diff --git a/.gitmodules b/.gitmodules index 432530c..7746f77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,7 +5,7 @@ [submodule "mapswipe-backend"] path = backend url = git@github.com:mapswipe/mapswipe-backend.git - branch = v0.2.5 + branch = v0.2.6 [submodule "community-dashboard"] path = community-dashboard url = git@github.com:mapswipe/community-dashboard.git @@ -13,7 +13,4 @@ [submodule "manager-dashboard"] path = manager-dashboard url = git@github.com:mapswipe/manager-dashboard.git - branch = v0.2.3 -[submodule "website"] - path = website - url = git@github.com:mapswipe/website.git + branch = v0.2.4 diff --git a/backend b/backend index 47ff5e5..d37092c 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit 47ff5e52b3f744ed91f0e538043ccb28c6cebcc9 +Subproject commit d37092c7f7c2ccd422ad49a2631e8a12aba3e1ae diff --git a/manager-dashboard b/manager-dashboard index 1e71400..a1d2549 160000 --- a/manager-dashboard +++ b/manager-dashboard @@ -1 +1 @@ -Subproject commit 1e71400fb589da1089510065145ca0da1dfdb3f9 +Subproject commit a1d2549f8e10ae7f57b9a895d715dac399fdc6a0 diff --git a/scripts/sub-module-view-tags.sh b/scripts/sub-module-view-tags.sh new file mode 100755 index 0000000..1a4fcda --- /dev/null +++ b/scripts/sub-module-view-tags.sh @@ -0,0 +1,3 @@ +#!/bin/bash -x + +git submodule foreach 'git describe --exact-match --tags' diff --git a/website b/website deleted file mode 160000 index cdef0d5..0000000 --- a/website +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cdef0d59afc44162f9dcdd7df4c0361b3a56e141