Update 'DataMinerAlgorithmsCrawler/pom.xml'
added scm section
This commit is contained in:
parent
9a7b8b6d3a
commit
ab9c82ffdb
|
@ -9,7 +9,16 @@
|
|||
<artifactId>DataMinerAlgorithmsCrawler</artifactId>
|
||||
<name>DataMinerAlgorithmsCrawler</name>
|
||||
<description>Plugin for gCat-Feeder for DataMiner Algorithms publishing</description>
|
||||
|
||||
<properties>
|
||||
<gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl>
|
||||
</properties>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:${gitBaseUrl}/gFeed</connection>
|
||||
<developerConnection>scm:git:${gitBaseUrl}/gFeed</developerConnection>
|
||||
<url>${gitBaseUrl}/gFeed</url>
|
||||
</scm>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue