Skip to content

Commit

Permalink
fix(opendj): update repo
Browse files Browse the repository at this point in the history
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
  • Loading branch information
yurem committed Nov 19, 2024
1 parent 3ac145b commit 0ad37ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions opendj-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@
<repository>
<id>gluu</id>
<name>Gluu repository</name>
<url>https://maven.gluu.org/maven</url>
<url>https://maven.gluu.org/maven4</url>
</repository>
<snapshotRepository>
<id>gluu</id>
<name>Gluu repository</name>
<url>https://maven.gluu.org/maven</url>
<url>https://maven.gluu.org/maven4</url>
</snapshotRepository>
</distributionManagement>
<modules>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@
<repository>
<id>gluu</id>
<name>Gluu repository</name>
<url>https://maven.gluu.org/maven</url>
<url>https://maven.gluu.org/maven4</url>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>gluu</id>
<name>Gluu repository</name>
<url>https://maven.gluu.org/maven</url>
<url>https://maven.gluu.org/maven4</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand All @@ -141,12 +141,12 @@
<repository>
<id>gluu</id>
<name>Gluu repository</name>
<url>https://maven.gluu.org/maven</url>
<url>https://maven.gluu.org/maven4</url>
</repository>
<snapshotRepository>
<id>gluu</id>
<name>Gluu repository</name>
<url>https://maven.gluu.org/maven</url>
<url>https://maven.gluu.org/maven4</url>
</snapshotRepository>
</distributionManagement>

Expand Down

0 comments on commit 0ad37ed

Please sign in to comment.