Skip to content

Commit cfb064f

Browse files
committed
chore: revert
1 parent 6567f97 commit cfb064f

File tree

1 file changed

+2
-34
lines changed

1 file changed

+2
-34
lines changed

pom.xml

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,13 @@
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 -->
@@ -79,19 +62,4 @@
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>

0 commit comments

Comments
 (0)