We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c097e commit 64cea1cCopy full SHA for 64cea1c
langchain4j-astradb/pom.xml
@@ -121,4 +121,18 @@
121
</plugins>
122
</build>
123
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
138
</project>
0 commit comments