Skip to content

Commit 723dbb0

Browse files
committed
updated POM info
1 parent 7307334 commit 723dbb0

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

pom.xml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<name>langchain4j-embeddings parent POM</name>
1313
<description>Parent POM for langchain4j-embeddings submodules</description>
14-
<url>https://github.com/langchain4j/langchain4j-embeddings</url>
14+
<url>https://github.com/langchain4j/langchain4j-embeddings/tree/main</url>
1515

1616
<modules>
1717
<module>langchain4j-embeddings</module>
@@ -178,30 +178,23 @@
178178

179179
<licenses>
180180
<license>
181-
<name>Apache-2.0</name>
181+
<name>The Apache Software License, Version 2.0</name>
182182
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
183183
<distribution>repo</distribution>
184-
<comments>A business-friendly OSS license</comments>
185184
</license>
186185
</licenses>
187186

188187
<developers>
189188
<developer>
190-
<id>deep-learning-dynamo</id>
191-
<name>deep-learning-dynamo</name>
192-
<email>[email protected]</email>
193-
<url>https://github.com/deep-learning-dynamo</url>
194-
</developer>
195-
<developer>
196-
<id>kuraleta</id>
197-
<name>kuraleta</name>
198-
<email>[email protected]</email>
199-
<url>https://github.com/kuraleta</url>
189+
<id>dliubarskyi</id>
190+
<name>Dmytro Liubarskyi</name>
191+
<email>[email protected]</email>
192+
<url>https://github.com/dliubarskyi</url>
200193
</developer>
201194
</developers>
202195

203196
<scm>
204-
<url>https://github.com/langchain4j/langchain4j-embeddings</url>
197+
<url>https://github.com/langchain4j/langchain4j-embeddings/tree/main</url>
205198
<connection>scm:git:git://github.com/langchain4j/langchain4j-embeddings.git</connection>
206199
<developerConnection>scm:git:[email protected]:langchain4j/langchain4j-embeddings.git</developerConnection>
207200
</scm>
@@ -219,7 +212,6 @@
219212
<distributionManagement>
220213
<snapshotRepository>
221214
<id>ossrh</id>
222-
<name>OSS Repository Hosting</name>
223215
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
224216
</snapshotRepository>
225217
</distributionManagement>

0 commit comments

Comments
 (0)