Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<properties>
        <url.localsite>scp://source.sakaiproject.org/var/www/html/release/emailtemplateservice/${project.version}  </url.localsite>
</properties>

Delete this: redundant

Code Block
xml
xml

<relativePath>../pom.xml</relativePath>

scm

Code Block
xml
xml
<scm>
     <connection>scm:svn:https://source.sakaiproject.org/svn/emailtemplateservice/trunk</connection>
     <developerConnection>scm:svn:https://source.sakaiproject.org/svn/emailtemplateservice/trunk</developerConnection>
     <url>https://source.sakaiproject.org/svn/emailtemplateservice/trunk</url>
</scm>

...