From 4bc3a278ee681c106b029d5a3112a4de5004340b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Ko=C5=BEusznik?= <jan@kozusznik.cz>
Date: Fri, 24 Feb 2023 20:16:16 +0100
Subject: [PATCH] Add distribution management

---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9328bb5..a1b0f86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,4 +76,9 @@
 	        </plugin>
 		</plugins>
 	</build>
+	<distributionManagement>
+		<repository>
+			<url>https://artifactory.cs.vsb.cz/public/</url>
+		</repository>
+	</distributionManagement>
 </project>
-- 
GitLab