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