Generalized 'scm' section
This commit is contained in:
parent
36737cbbf0
commit
fbf495e995
13
pom.xml
13
pom.xml
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>maven-parent</artifactId>
|
||||
|
@ -16,9 +17,9 @@
|
|||
<description>Accounting Dashboard Harvester SmartExecutor Plugin</description>
|
||||
|
||||
<scm>
|
||||
<connection>scm::git:https://code-repo.d4science.org/gCubeSystem/accounting-dashboard-harvester-se-plugin.git</connection>
|
||||
<developerConnection>scm::git:https://code-repo.d4science.org/gCubeSystem/accounting-dashboard-harvester-se-plugin.git</developerConnection>
|
||||
<url>https://code-repo.d4science.org/gCubeSystem/accounting-dashboard-harvester-se-plugin.git</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>
|
||||
|
||||
<properties>
|
||||
|
@ -72,8 +73,8 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<version>2.6</version>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<version>2.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
|
|
Loading…
Reference in New Issue