|
11 | 11 |
|
12 | 12 | <name>langchain4j-embeddings parent POM</name> |
13 | 13 | <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> |
15 | 15 |
|
16 | 16 | <modules> |
17 | 17 | <module>langchain4j-embeddings</module> |
|
178 | 178 |
|
179 | 179 | <licenses> |
180 | 180 | <license> |
181 | | - <name>Apache-2.0</name> |
| 181 | + <name>The Apache Software License, Version 2.0</name> |
182 | 182 | <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
183 | 183 | <distribution>repo</distribution> |
184 | | - <comments>A business-friendly OSS license</comments> |
185 | 184 | </license> |
186 | 185 | </licenses> |
187 | 186 |
|
188 | 187 | <developers> |
189 | 188 | <developer> |
190 | | - <id>deep-learning-dynamo</id> |
191 | | - <name>deep-learning-dynamo</name> |
192 | | - <email>deeplearningdynamo@gmail.com</email> |
193 | | - <url>https://github.com/deep-learning-dynamo</url> |
194 | | - </developer> |
195 | | - <developer> |
196 | | - <id>kuraleta</id> |
197 | | - <name>kuraleta</name> |
198 | | - <email>digital.kuraleta@gmail.com</email> |
199 | | - <url>https://github.com/kuraleta</url> |
| 189 | + <id>dliubarskyi</id> |
| 190 | + <name>Dmytro Liubarskyi</name> |
| 191 | + <email>info@langchain4j.dev</email> |
| 192 | + <url>https://github.com/dliubarskyi</url> |
200 | 193 | </developer> |
201 | 194 | </developers> |
202 | 195 |
|
203 | 196 | <scm> |
204 | | - <url>https://github.com/langchain4j/langchain4j-embeddings</url> |
| 197 | + <url>https://github.com/langchain4j/langchain4j-embeddings/tree/main</url> |
205 | 198 | <connection>scm:git:git://github.com/langchain4j/langchain4j-embeddings.git</connection> |
206 | 199 | <developerConnection>scm:git:git@github.com:langchain4j/langchain4j-embeddings.git</developerConnection> |
207 | 200 | </scm> |
|
219 | 212 | <distributionManagement> |
220 | 213 | <snapshotRepository> |
221 | 214 | <id>ossrh</id> |
222 | | - <name>OSS Repository Hosting</name> |
223 | 215 | <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
224 | 216 | </snapshotRepository> |
225 | 217 | </distributionManagement> |
|
0 commit comments