We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ceb260f + d092aee commit 1a50bd4Copy full SHA for 1a50bd4
.mvn/extensions.xml
@@ -20,6 +20,6 @@
20
<extension>
21
<groupId>fr.jcgay.maven</groupId>
22
<artifactId>maven-profiler</artifactId>
23
- <version>3.2</version>
+ <version>3.3</version>
24
</extension>
25
</extensions>
.mvn/settings.xml
@@ -22,7 +22,7 @@
<servers>
<!-- Used for sonatype snapshots and releases -->
<server>
- <id>ossrh</id>
+ <id>central</id>
26
<username>${env.CI_DEPLOY_USERNAME}</username>
27
<password>${env.CI_DEPLOY_PASSWORD}</password>
28
</server>
0 commit comments