added scm

This commit is contained in:
Massimiliano Assante 2019-12-11 16:47:21 +01:00
parent 625ef61e2b
commit 75737a9215
2 changed files with 6 additions and 2 deletions

View File

@ -21,7 +21,7 @@
</classpathentry> </classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes> <attributes>
<attribute name="owner.project.facets" value="java"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="output" path="target/classes"/> <classpathentry kind="output" path="target/classes"/>

View File

@ -16,7 +16,11 @@
<packaging>war</packaging> <packaging>war</packaging>
<name>tou-optout-hook Hook</name> <name>tou-optout-hook Hook</name>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/tou-optout-hook.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/tou-optout-hook.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/tou-optout-hook</url>
</scm>
<properties> <properties>
<liferay.version>6.2.5</liferay.version> <liferay.version>6.2.5</liferay.version>
<liferay.maven.plugin.version>6.2.10.12</liferay.maven.plugin.version> <liferay.maven.plugin.version>6.2.10.12</liferay.maven.plugin.version>