[
https://issues.apache.org/jira/browse/JCR-1627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Cytacki updated JCR-1627:
-------------------------------
Description:
the pom in sandbox/spi has the wrong scm url.
You can see the pom here:
http://svn.apache.org/repos/asf/jackrabbit/sandbox/spi/pom.xml
It probably should be:
{noformat}
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/sandbox/spi</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/sandbox/spi</developerConnection>
<url>http://svn.apache.org/viewvc/jackrabbit/sandbox/spi</url>
</scm>
{noformat}
was:
the pom in sandbox/spi has the wrong scm url.
You can see the pom here:
http://svn.apache.org/repos/asf/jackrabbit/sandbox/spi/pom.xml
It probably should be:
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/sandbox/spi</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/sandbox/spi</developerConnection>
<url>http://svn.apache.org/viewvc/jackrabbit/sandbox/spi</url>
</scm>
Jira messed up the text of the initial description formating, I edited the
issue to try to avoid that problem.
> pom.xml in sandbox/spi has wrong scm url
> ----------------------------------------
>
> Key: JCR-1627
> URL: https://issues.apache.org/jira/browse/JCR-1627
> Project: Jackrabbit
> Issue Type: Bug
> Components: sandbox
> Reporter: Scott Cytacki
>
> the pom in sandbox/spi has the wrong scm url.
> You can see the pom here:
> http://svn.apache.org/repos/asf/jackrabbit/sandbox/spi/pom.xml
> It probably should be:
> {noformat}
> <scm>
>
> <connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/sandbox/spi</connection>
>
> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/sandbox/spi</developerConnection>
> <url>http://svn.apache.org/viewvc/jackrabbit/sandbox/spi</url>
> </scm>
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.