remove the occurances of 'experimenta' in the git urls and docs

This commit is contained in:
Christian Tzolov
2023-12-12 17:48:11 +01:00
parent 11e47c07ef
commit 6d3c429e95
30 changed files with 111 additions and 111 deletions

View File

@@ -12,12 +12,12 @@
<packaging>jar</packaging>
<name>Spring AI Embedding Client - PostgresML</name>
<description>Spring AI PostgresML Embedding Client</description>
<url>https://github.com/spring-projects-experimental/spring-ai</url>
<url>https://github.com/spring-projects/spring-ai</url>
<scm>
<url>https://github.com/spring-projects-experimental/spring-ai</url>
<connection>git://github.com/spring-projects-experimental/spring-ai.git</connection>
<developerConnection>git@github.com:spring-projects-experimental/spring-ai.git</developerConnection>
<url>https://github.com/spring-projects/spring-ai</url>
<connection>git://github.com/spring-projects/spring-ai.git</connection>
<developerConnection>git@github.com:spring-projects/spring-ai.git</developerConnection>
</scm>
<dependencies>