Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit a3895de

Browse files
Merge pull request #5 from FabianMeiswinkel/master
Adding missing information in pom.xml
2 parents 8a2bee0 + 652e640 commit a3895de

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
<groupId>com.microsoft.azure.cosmosdb</groupId>
88
<artifactId>azure-cosmos-cassandra-spark-helper</artifactId>
99
<version>1.1.0</version>
10-
10+
<name>${project.groupId}:${project.artifactId}</name>
11+
<description>Cassandra Api Spark Connector Helper for Microsoft Azure CosmosDB</description>
12+
<url>http://azure.microsoft.com/en-us/services/documentdb/</url>
1113
<licenses>
1214
<license>
1315
<name>MIT License</name>
@@ -60,4 +62,9 @@
6062
</plugin>
6163
</plugins>
6264
</build>
65+
<scm>
66+
<connection>scm:git:[email protected]:Azure-Samples/azure-cosmos-db-cassandra-api-spark-connector-sample.git</connection>
67+
<developerConnection>scm:git:[email protected]:Azure-Samples/azure-cosmos-db-cassandra-api-spark-connector-sample.git</developerConnection>
68+
<url>[email protected]:Azure-Samples/azure-cosmos-db-cassandra-api-spark-connector-sample.git</url>
69+
</scm>
6370
</project>

0 commit comments

Comments
 (0)