File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 -->
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 >
You can’t perform that action at this time.
0 commit comments