On 19.07.2023 08:12, Julian Reschke wrote:
...

So I've done some digging, and we have update the release plugin while
updating the Apache parent POM dependency.

When we released 2.21.16, two commits were made:

https://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?r1=1908795&r2=1908808&diff_format=h

This added


 <scm>
  
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git/jackrabbit-parent/tags/jackrabbit-2.21.16/jackrabbit-parent</connection>
  
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git/jackrabbit-parent/tags/jackrabbit-2.21.16/jackrabbit-parent</developerConnection>
  
<url>https://github.com/apache/maven-apache-parent/tree/apache-29/jackrabbit-parent/tags/jackrabbit-2.21.16/jackrabbit-parent</url>
 </scm>

...to the end of jackrabbit-parent/pom.xml (note the weirdness here:
jackrabbit is in svn, not git)

In

https://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?r1=1908808&r2=1908810&diff_format=h

this was not removed.

It appears that when this entry is present in jackrabbit-parent/pom.xml,
it is used to determine what should checked be out for the release.

If anybody has an idea what happened here, let me know.

I'll try to reproduce this more precisely when I have time.

Best regards, Julian

Reply via email to