Skip to content

Commit 64cea1c

Browse files
committed
update scn
1 parent 19c097e commit 64cea1c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

langchain4j-astradb/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,18 @@
121121
</plugins>
122122
</build>
123123

124+
<distributionManagement>
125+
<repository>
126+
<id>ossrh</id>
127+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
128+
</repository>
129+
</distributionManagement>
130+
131+
<scm>
132+
<connection>scm:git:[email protected]:datastax/astra-db-java.git</connection>
133+
<developerConnection>scm:git:[email protected]:datastax/astra-db-java.git</developerConnection>
134+
<url>https://github.com/datastax/astra-db-java</url>
135+
<tag>1.0.0-beta1</tag>
136+
</scm>
137+
124138
</project>

0 commit comments

Comments
 (0)