Skip to content

Commit 6ff7784

Browse files
pom: Remove distributionManagement section
The URLs might be different with the new Maven Central Portal, so just rely on the default from the central-publishing-maven-plugin.
1 parent 919a199 commit 6ff7784

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,6 @@
3232
<url>https://github.com/OP-TED/eforms-core-java.git</url>
3333
</scm>
3434

35-
<distributionManagement>
36-
<snapshotRepository>
37-
<id>ossrh</id>
38-
<url>https://${sonatype.server.url}/content/repositories/snapshots</url>
39-
</snapshotRepository>
40-
<repository>
41-
<id>ossrh</id>
42-
<url>https://${sonatype.server.url}/service/local/staging/deploy/maven2/</url>
43-
</repository>
44-
</distributionManagement>
45-
4635
<properties>
4736
<project.build.outputTimestamp>2024-08-02T09:50:45Z</project.build.outputTimestamp>
4837
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)