Updated to Git and Jenkins

feature/21013
Giancarlo Panichi 4 years ago
parent 764c20d2d4
commit 208b840a52

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.admin</groupId>
<artifactId>accounting-manager-theme</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
@ -18,9 +18,9 @@
<description>accounting-manager-theme is the theme of accounting-manager</description>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/accounting-manager-theme.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/accounting-manager-theme.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/accounting-manager-theme</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>
@ -93,7 +93,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>

Loading…
Cancel
Save