Skip to content

Commit 15eed84

Browse files
committed
chore: publish via central
1 parent 6b4dbc9 commit 15eed84

1 file changed

Lines changed: 7 additions & 18 deletions

File tree

pom.xml

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<developers>
2222
<developer>
2323
<name>Langfuse Team</name>
24-
<email>hello@langfuse.com</email>
24+
<email>support@langfuse.com</email>
2525
<organization>Langfuse</organization>
2626
<organizationUrl>https://langfuse.com</organizationUrl>
2727
</developer>
@@ -44,16 +44,6 @@
4444
<profiles>
4545
<profile>
4646
<id>ossrh</id>
47-
<distributionManagement>
48-
<snapshotRepository>
49-
<id>ossrh</id>
50-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
51-
</snapshotRepository>
52-
<repository>
53-
<id>ossrh</id>
54-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
55-
</repository>
56-
</distributionManagement>
5747
<build>
5848
<plugins>
5949
<!-- GPG Signing -->
@@ -79,16 +69,15 @@
7969
</executions>
8070
</plugin>
8171

82-
<!-- Nexus Staging Plugin -->
72+
<!-- Central Publishing Plugin -->
8373
<plugin>
84-
<groupId>org.sonatype.plugins</groupId>
85-
<artifactId>nexus-staging-maven-plugin</artifactId>
86-
<version>1.6.13</version>
74+
<groupId>org.sonatype.central</groupId>
75+
<artifactId>central-publishing-maven-plugin</artifactId>
76+
<version>0.7.0</version>
8777
<extensions>true</extensions>
8878
<configuration>
89-
<serverId>ossrh</serverId>
90-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
91-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
79+
<publishingServerId>central</publishingServerId>
80+
<autoPublish>true</autoPublish>
9281
</configuration>
9382
</plugin>
9483
</plugins>

0 commit comments

Comments
 (0)