Hi, Thanks Robert and Radu (offline)! That was indeed the problem and it seems to have worked :)
- Andrei On Wed, Jul 13, 2016 at 5:09 PM Robert Munteanu <[email protected]> wrote: > Hi Andrei, > > On Wed, 2016-07-13 at 14:27 +0000, Andrei Dulvac wrote: > > (snip) > > > [ERROR] svn: E160013: > > '/repos/asf/!svn/rvr/1752436/sling/tags/sling- > > 20/org.apache.sling.hapi.client' > > path not found > > > > > > Any ideas why? > > Looking at your commit at r1752436 > > + > + <scm> > + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org > .apache.sling.hapi.client-1.0.0</connection>; > + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/slin > g/tags/org.apache.sling.hapi.client-1.0.0 > <https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.hapi.client-1.0.0> > </developerConnection>; > + <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.hapi > .client-1.0.0 > <http://svn.apache.org/viewvc/sling/tags/org.apache.sling.hapi.client-1.0.0> > </url>; > + </scm> > </project> > > It seems that you did not have any <scm /> entry in your pom.xml . > Therefore, they were inherited from the parent pom and the result was > incorrect. > > I suggest that you: > > - check if an incorrect tag was created in SVN and delete it. By > incorrect I mean not nested under /sling/tags/ > - update your pom.xml to have a correct <scm /> entry > - restart the release process > > If you prefer, you can revert the version upgrade to the module, but > that's optional and you can start a new release with version 1.0.2 . > > HTH, > > Robert >
