This is an automated email from the ASF dual-hosted git repository.
hasan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/clerezza.git
The following commit(s) were added to refs/heads/master by this push:
new 098b09a CLEREZZA-1055: Add scm definition in api pom.xml
098b09a is described below
commit 098b09a768430e490c1093a87a5c0078a6fcad84
Author: Hasan <[email protected]>
AuthorDate: Mon Jan 27 00:54:02 2020 +0100
CLEREZZA-1055: Add scm definition in api pom.xml
---
api/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/api/pom.xml b/api/pom.xml
index 593655d..350e660 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -44,6 +44,13 @@
</dependency>
</dependencies>
+ <scm>
+ <url>https://github.com/apache/clerezza</url>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</developerConnection>
+ <tag>HEAD</tag>
+ </scm>
+
<build>
<plugins>
<plugin>