Updated to support Git and Jenkins
This commit is contained in:
parent
0bf7a033a4
commit
746910c9bf
6
pom.xml
6
pom.xml
|
@ -19,9 +19,9 @@
|
|||
<description>tabular-data-json-export-widget allows json export inside file and workspace</description>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/tabular-data-wizard-widget.git</connection>
|
||||
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/tabular-data-wizard-widget.git</developerConnection>
|
||||
<url>https://code-repo.d4science.org/gCubeSystem/tabular-data-wizard-widget</url>
|
||||
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
|
||||
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
|
||||
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
|
||||
</scm>
|
||||
|
||||
<developers>
|
||||
|
|
Loading…
Reference in New Issue