File tree Expand file tree Collapse file tree 1 file changed +2
-34
lines changed
Expand file tree Collapse file tree 1 file changed +2
-34
lines changed Original file line number Diff line number Diff line change 1717 <junit .version>5.9.3</junit .version>
1818 </properties >
1919
20- <repositories >
20+ <distributionManagement >
2121 <repository >
2222 <id >github</id >
2323 <name >GitHub Packages</name >
2424 <url >https://maven.pkg.github.com/langfuse/langfuse-java</url >
25- <snapshots >
26- <enabled >true</enabled >
27- </snapshots >
28- <releases >
29- <enabled >false</enabled >
30- </releases >
3125 </repository >
32- <repository >
33- <id >ossrh</id >
34- <name >Central Repository OSSRH</name >
35- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
36- <snapshots >
37- <enabled >true</enabled >
38- </snapshots >
39- <releases >
40- <enabled >false</enabled >
41- </releases >
42- </repository >
43- </repositories >
26+ </distributionManagement >
4427
4528 <dependencies >
4629 <!-- Jackson dependencies -->
7962 <version >${junit.version} </version >
8063 </dependency >
8164 </dependencies >
82-
83- <build >
84- <plugins >
85- <plugin >
86- <groupId >org.sonatype.central</groupId >
87- <artifactId >central-publishing-maven-plugin</artifactId >
88- <version >0.7.0</version >
89- <extensions >true</extensions >
90- <configuration >
91- <publishingServerId >central</publishingServerId >
92- <autoPublish >true</autoPublish >
93- </configuration >
94- </plugin >
95- </plugins >
96- </build >
9765</project >
You can’t perform that action at this time.
0 commit comments