diff --git a/application/executable/pom.xml b/application/executable/pom.xml
index fe4afee..2f622ff 100644
--- a/application/executable/pom.xml
+++ b/application/executable/pom.xml
@@ -110,6 +110,11 @@
invite-filter-impl
+
+ dev.sheldan.abstracto.modules
+ statistic-impl
+
+
dev.sheldan.abstracto.modules
profanity-filter-impl
diff --git a/deployment/image-packaging/pom.xml b/deployment/image-packaging/pom.xml
index 8818436..ac050b5 100644
--- a/deployment/image-packaging/pom.xml
+++ b/deployment/image-packaging/pom.xml
@@ -129,6 +129,16 @@
invite-filter.zip
+
+ dev.sheldan.abstracto-templates.templates
+ statistic
+ ${abstracto.templates.version}
+ zip
+ true
+ ${file.basedir}/deployment/template-artifacts/
+ statistic.zip
+
+
dev.sheldan.abstracto-templates.templates
logging
@@ -276,6 +286,16 @@
invite-filter.zip
+
+ dev.sheldan.abstracto-templates.translations
+ statistic
+ ${abstracto.templates.version}
+ zip
+ true
+ ${file.basedir}/deployment/translation-artifacts/
+ statistic.zip
+
+
dev.sheldan.abstracto-templates.translations
profanity-filter
@@ -460,6 +480,17 @@
invite-filter.zip
+
+ dev.sheldan.abstracto.modules
+ statistic-impl
+ ${abstracto.version}
+ liquibase
+ zip
+ true
+ ${file.basedir}/deployment/liquibase-artifacts/
+ statistic.zip
+
+
dev.sheldan.abstracto.modules
profanity-filter-impl
diff --git a/deployment/image-packaging/src/main/docker/deployment/config/artifact_versions.json b/deployment/image-packaging/src/main/docker/deployment/config/artifact_versions.json
index ef449e5..1917407 100644
--- a/deployment/image-packaging/src/main/docker/deployment/config/artifact_versions.json
+++ b/deployment/image-packaging/src/main/docker/deployment/config/artifact_versions.json
@@ -1,11 +1,11 @@
{
"template_artifacts": ["utility", "core", "entertainment", "starboard", "link-embed", "webservices", "remind", "logging",
- "suggestion", "invite-filter", "profanity-filter",
+ "suggestion", "invite-filter", "profanity-filter", "statistic",
"starboard-custom",
"overrides-templates-webservices", "overrides-templates-core", "overrides-templates-logging",
"news", "referral"],
"translation_artifacts": ["utility", "core", "entertainment", "starboard", "link-embed", "webservices", "suggestion",
- "remind", "logging", "invite-filter", "profanity-filter",
+ "remind", "logging", "invite-filter", "profanity-filter", "statistic",
"starboard-custom",
"news", "setup", "referral"],
"liquibase_artifacts": [
@@ -21,6 +21,7 @@
{ "zip": "suggestion", "file": "suggestion-changeLog.xml"},
{ "zip": "invite-filter", "file": "inviteFilter-changeLog.xml"},
{ "zip": "profanity-filter", "file": "profanityFilter-changeLog.xml"},
+ { "zip": "statistic", "file": "statistic-changeLog.xml"},
{ "zip": "setup", "file": "setup-changeLog.xml"},
{ "zip": "referral", "file": "referral-changeLog.xml"},
{ "zip": "starboard-custom", "file": "starboard-custom-changeLog.xml"},
diff --git a/pom.xml b/pom.xml
index eb5a104..84cfdb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,8 +19,8 @@
1.8
- 1.2.11
- 1.2.7
+ 1.2.12
+ 1.2.8