|
34 | 34 | <url>https://github.com/FalkorDB/spring-data-falkordb</url> |
35 | 35 | <inceptionYear>2019</inceptionYear> |
36 | 36 |
|
37 | | - <scm> |
38 | | - <connection>scm:git:https://github.com/FalkorDB/spring-data-falkordb.git</connection> |
39 | | - <developerConnection>scm:git:https://github.com/FalkorDB/spring-data-falkordb.git</developerConnection> |
40 | | - <url>https://github.com/FalkorDB/spring-data-falkordb</url> |
41 | | - <tag>HEAD</tag> |
42 | | - </scm> |
43 | | - |
44 | | - <distributionManagement> |
45 | | - <repository> |
46 | | - <id>spring-libs-release</id> |
47 | | - <name>Spring Release Repository</name> |
48 | | - <url>https://repo.spring.io/libs-release-local</url> |
49 | | - </repository> |
50 | | - <snapshotRepository> |
51 | | - <id>spring-libs-snapshot</id> |
52 | | - <name>Spring Snapshot Repository</name> |
53 | | - <url>https://repo.spring.io/libs-snapshot-local</url> |
54 | | - </snapshotRepository> |
55 | | - </distributionManagement> |
56 | | - |
57 | 37 | <organization> |
58 | 38 | <name>FalkorDB</name> |
59 | 39 | <url>https://falkordb.com</url> |
|
80 | 60 | </developer> |
81 | 61 | </developers> |
82 | 62 |
|
| 63 | + <scm> |
| 64 | + <connection>scm:git:https://github.com/FalkorDB/spring-data-falkordb.git</connection> |
| 65 | + <developerConnection>scm:git:https://github.com/FalkorDB/spring-data-falkordb.git</developerConnection> |
| 66 | + <tag>HEAD</tag> |
| 67 | + <url>https://github.com/FalkorDB/spring-data-falkordb</url> |
| 68 | + </scm> |
| 69 | + |
| 70 | + <distributionManagement> |
| 71 | + <repository> |
| 72 | + <id>spring-libs-release</id> |
| 73 | + <name>Spring Release Repository</name> |
| 74 | + <url>https://repo.spring.io/libs-release-local</url> |
| 75 | + </repository> |
| 76 | + <snapshotRepository> |
| 77 | + <id>spring-libs-snapshot</id> |
| 78 | + <name>Spring Snapshot Repository</name> |
| 79 | + <url>https://repo.spring.io/libs-snapshot-local</url> |
| 80 | + </snapshotRepository> |
| 81 | + </distributionManagement> |
| 82 | + |
83 | 83 | <properties> |
84 | 84 | <antora.playbook>${project.basedir}/src/main/antora/antora-playbook.yml</antora.playbook> |
85 | 85 | <apiguardian.version>1.1.1</apiguardian.version> |
|
0 commit comments