From 62c2460ad4f039572126420c5e31e9688a22258d Mon Sep 17 00:00:00 2001 From: jez04 <david.jezek@post.cz> Date: Mon, 5 Feb 2024 17:05:39 +0100 Subject: [PATCH] ci: fix URL for repositories --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4881e13..2871a8f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>cz.vsb.fei.java2</groupId> <artifactId>lab01-text2asciiart</artifactId> - <version>1.0.0</version> + <version>1.0.1-SNAPSHOT</version> <name>lab01-text2asciiart</name> @@ -60,11 +60,11 @@ <distributionManagement> <snapshotRepository> <id>vsb-education-releases</id> - <url>https://artifactory.cs.vsb.cz/repository/archetype-snapshots/</url> + <url>https://artifactory.cs.vsb.cz/repository/education-snapshots/</url> </snapshotRepository> <repository> <id>vsb-education-snapshots</id> - <url>https://artifactory.cs.vsb.cz/repository/archetype-releases/</url> + <url>https://artifactory.cs.vsb.cz/repository/education-releases/</url> </repository> </distributionManagement> -- GitLab