diff options
| author | 2025-08-08 07:31:19 +0300 | |
|---|---|---|
| committer | 2025-08-08 07:31:19 +0300 | |
| commit | d1256ff6de855a222621515d4f0e037a4b86eb12 (patch) | |
| tree | 92c7ec8a65563a9876c96bc2aeedfb8bcaae1e6b | |
| parent | Initial commit (diff) | |
| download | lv.enes:parent-d1256ff6de855a222621515d4f0e037a4b86eb12.tar.gz lv.enes:parent-d1256ff6de855a222621515d4f0e037a4b86eb12.tar.xz lv.enes:parent-d1256ff6de855a222621515d4f0e037a4b86eb12.zip | |
Update repositories
| -rw-r--r-- | buildstuffs/pom.xml | 9 | ||||
| -rw-r--r-- | pom.xml | 9 |
2 files changed, 14 insertions, 4 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. --> |
| @@ -30,9 +30,14 @@ | |||
| 30 | <distributionManagement> | 30 | <distributionManagement> |
| 31 | <repository> | 31 | <repository> |
| 32 | <id>mvn.enes.lv</id> | 32 | <id>mvn.enes.lv</id> |
| 33 | <name>enes.lv Maven</name> | 33 | <name>Enes Maven</name> |
| 34 | <url>https://mvn.enes.lv</url> | 34 | <url>https://mvn.enes.lv/releases</url> |
| 35 | </repository> | 35 | </repository> |
| 36 | <snapshotRepository> | ||
| 37 | <id>mvn.enes.lv-snapshots</id> | ||
| 38 | <name>Enes Maven Snapshots</name> | ||
| 39 | <url>https://mvn.enes.lv/snapshots</url> | ||
| 40 | </snapshotRepository> | ||
| 36 | </distributionManagement> | 41 | </distributionManagement> |
| 37 | 42 | ||
| 38 | <properties> | 43 | <properties> |