Skip to content

Commit 6567f97

Browse files
committed
chore: enable snapshots and releases
1 parent 5bd8a42 commit 6567f97

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,23 @@
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>
2531
</repository>
2632
<repository>
2733
<id>ossrh</id>
2834
<name>Central Repository OSSRH</name>
2935
<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>
3042
</repository>
3143
</repositories>
3244

0 commit comments

Comments
 (0)