summaryrefslogtreecommitdiff
path: root/buildstuffs
diff options
context:
space:
mode:
Diffstat (limited to 'buildstuffs')
-rw-r--r--buildstuffs/pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/buildstuffs/pom.xml b/buildstuffs/pom.xml
index 9e7290c..b8b2cc7 100644
--- a/buildstuffs/pom.xml
+++ b/buildstuffs/pom.xml
@@ -24,9 +24,14 @@
24 <distributionManagement> 24 <distributionManagement>
25 <repository> 25 <repository>
26 <id>mvn.enes.lv</id> 26 <id>mvn.enes.lv</id>
27 <name>enes.lv Maven</name> 27 <name>Enes Maven</name>
28 <url>https://mvn.enes.lv</url> 28 <url>https://mvn.enes.lv/releases</url>
29 </repository> 29 </repository>
30 <snapshotRepository>
31 <id>mvn.enes.lv-snapshots</id>
32 <name>Enes Maven Snapshots</name>
33 <url>https://mvn.enes.lv/snapshots</url>
34 </snapshotRepository>
30 </distributionManagement> 35 </distributionManagement>
31 36
32 <!-- There is a small duplication between this and the parent pom.xml to avoid dependency loops. --> 37 <!-- There is a small duplication between this and the parent pom.xml to avoid dependency loops. -->