Skip to content

Commit 0cfd42f

Browse files
authored
Merge pull request #415 from overture-stack/rc/5.10.1
Releas Candidate 5.10.1
2 parents 66ad1f0 + 88b6085 commit 0cfd42f

File tree

294 files changed

+8429
-9013
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+8429
-9013
lines changed

.mvn/extensions.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<extensions>
3+
<extension>
4+
<groupId>com.github.gzm55.maven</groupId>
5+
<artifactId>project-settings-extension</artifactId>
6+
<version>0.1.1</version>
7+
</extension>
8+
</extensions>

.mvn/settings.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<settings>
2+
<mirrors>
3+
<!-- This is a long term mirror repo as the original conjars.org repo is dead. Info: https://conjars.wensel.net/ -->
4+
<mirror>
5+
<id>conjars.org</id>
6+
<url>https://conjars.wensel.net/repo/</url>
7+
<mirrorOf>conjars.org</mirrorOf>
8+
</mirror>
9+
</mirrors>
10+
</settings>

0 commit comments

Comments
 (0)