Skip to content

Commit 3d34414

Browse files
authored
Merge pull request #2 from kapetacom/feature/KAP-439-preparation
KAP-439 Add maven artifacts to maven central
2 parents 0b33ce3 + 507ddde commit 3d34414

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

pom.xml

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<artifactId>nosql-mongodb</artifactId>
99
<version>0.0.7</version>
1010

11+
<name>${project.groupId}:${project.artifactId}</name>
12+
<description>MongoDB support for Kapeta Spring Boot SDK</description>
13+
<url>https://kapeta.com</url>
14+
1115
<licenses>
1216
<license>
1317
<name>MIT License</name>
@@ -16,6 +20,20 @@
1620
</license>
1721
</licenses>
1822

23+
<developers>
24+
<developer>
25+
<name>Kapeta Engineering</name>
26+
<email>engineering@kapeta.com</email>
27+
<organization>Kapeta</organization>
28+
<organizationUrl>https://kapeta.com</organizationUrl>
29+
</developer>
30+
</developers>
31+
32+
<scm>
33+
<url>https://github.com/kapetacom/sdk-java-spring-nosql-mongodb#readme</url>
34+
<connection>git+https://github.com/kapetacom/sdk-java-spring-nosql-mongodb.git</connection>
35+
</scm>
36+
1937
<distributionManagement>
2038
<repository>
2139
<id>artifact-registry</id>
@@ -72,11 +90,6 @@
7290
</plugins>
7391
</build>
7492

75-
<scm>
76-
<url>https://github.com/kapetacom/sdk-java-spring-nosql-mongodb#readme</url>
77-
<connection>git+https://github.com/kapetacom/sdk-java-spring-nosql-mongodb.git</connection>
78-
</scm>
79-
8093
<parent>
8194
<groupId>org.springframework.boot</groupId>
8295
<artifactId>spring-boot-starter-parent</artifactId>

0 commit comments

Comments
 (0)