Skip to content
Snippets Groups Projects
Commit becde3db authored by Hans Boom's avatar Hans Boom
Browse files

Task #1771: added SCM settings to pom files.

parent 99884c50
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
<!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
<scm>
<connection>scm:svn:http://svn.astron.nl/LOFAR/trunk/JAVA/GUI/Plotter</connection>
<connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/GUI/Plotter</connection>
<developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/GUI/Plotter</developerConnection>
</scm>
......
......@@ -18,7 +18,7 @@
<!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
<scm>
<connection>scm:svn:http://svn.astron.nl/LOFAR/trunk/JAVA/LofarUtils</connection>
<connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/LofarUtils</connection>
<developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/LofarUtils</developerConnection>
</scm>
......
......@@ -20,7 +20,7 @@
<!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
<scm>
<connection>scm:svn:http://svn.astron.nl/LOFAR/trunk/JAVA</connection>
<connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA</connection>
<developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA</developerConnection>
</scm>
......@@ -42,8 +42,7 @@
<dependencyManagement>
<dependencies>
<!-- Child dependencies, childs use the same group-ID and version by
default. -->
<!-- Child dependencies, childs use the same group-ID and version by default. -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>lofarutils</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment