Skip to content

Commit d75f6a4

Browse files
committed
fix: Fix broken JReleaser config
1 parent 7f90f4c commit d75f6a4

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

pom.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.1.0 https://maven.apache.org/xsd/maven-4.1.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.1.0 https://maven.apache.org/xsd/maven-4.1.0.xsd">
34
<groupId>io.github.helpermethod</groupId>
45
<artifactId>zip-forge</artifactId>
56
<version>${revision}</version>
@@ -138,11 +139,13 @@
138139
<deploy>
139140
<maven>
140141
<maven-central>
141-
<active>ALWAYS</active>
142-
<url>https://central.sonatype.com/api/v1/publisher</url>
143-
<closeRepository>true</closeRepository>
144-
<releaseRepository>true</releaseRepository>
145-
<stagingRepositories>target/staging-deploy</stagingRepositories>
142+
<sonatype>
143+
<active>ALWAYS</active>
144+
<url>https://central.sonatype.com/api/v1/publisher</url>
145+
<closeRepository>true</closeRepository>
146+
<releaseRepository>true</releaseRepository>
147+
<stagingRepositories>target/staging-deploy</stagingRepositories>
148+
</sonatype>
146149
</maven-central>
147150
</maven>
148151
</deploy>

0 commit comments

Comments
 (0)