You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Amit Jain <am...@ieee.org> on 2020/05/20 12:47:54 UTC

Re: svn commit: r1877948 - /jackrabbit/oak/trunk/oak-run-commons/pom.xml

Hi,

In light of this, should the release 1.28.0 still go ahead?

Thanks
Amit

On Wed, May 20, 2020 at 5:44 PM <ad...@apache.org> wrote:

> Author: adulceanu
> Date: Wed May 20 12:14:00 2020
> New Revision: 1877948
>
> URL: http://svn.apache.org/viewvc?rev=1877948&view=rev
> Log:
> OAK-9067 - Missing oak-segment-remote dependency in oak-run-commons
>
> Modified:
>     jackrabbit/oak/trunk/oak-run-commons/pom.xml
>
> Modified: jackrabbit/oak/trunk/oak-run-commons/pom.xml
> URL:
> http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-run-commons/pom.xml?rev=1877948&r1=1877947&r2=1877948&view=diff
>
> ==============================================================================
> --- jackrabbit/oak/trunk/oak-run-commons/pom.xml (original)
> +++ jackrabbit/oak/trunk/oak-run-commons/pom.xml Wed May 20 12:14:00 2020
> @@ -61,6 +61,11 @@
>              <artifactId>oak-segment-tar</artifactId>
>              <version>${project.version}</version>
>          </dependency>
> +         <dependency>
> +            <groupId>org.apache.jackrabbit</groupId>
> +            <artifactId>oak-segment-remote</artifactId>
> +            <version>${project.version}</version>
> +        </dependency>
>          <dependency>
>              <groupId>org.apache.jackrabbit</groupId>
>              <artifactId>oak-segment-aws</artifactId>
>
>
>

Re: svn commit: r1877948 - /jackrabbit/oak/trunk/oak-run-commons/pom.xml

Posted by Andrei Dulceanu <an...@gmail.com>.
Hi Amit,

Unfortunately, I discovered very late this problem, after 1.28.0 release
was cut. Not sure how to proceed now...

Regards,
Andrei

On Wed, May 20, 2020 at 2:48 PM Amit Jain <am...@ieee.org> wrote:

> Hi,
>
> In light of this, should the release 1.28.0 still go ahead?
>
> Thanks
> Amit
>
> On Wed, May 20, 2020 at 5:44 PM <ad...@apache.org> wrote:
>
> > Author: adulceanu
> > Date: Wed May 20 12:14:00 2020
> > New Revision: 1877948
> >
> > URL: http://svn.apache.org/viewvc?rev=1877948&view=rev
> > Log:
> > OAK-9067 - Missing oak-segment-remote dependency in oak-run-commons
> >
> > Modified:
> >     jackrabbit/oak/trunk/oak-run-commons/pom.xml
> >
> > Modified: jackrabbit/oak/trunk/oak-run-commons/pom.xml
> > URL:
> >
> http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-run-commons/pom.xml?rev=1877948&r1=1877947&r2=1877948&view=diff
> >
> >
> ==============================================================================
> > --- jackrabbit/oak/trunk/oak-run-commons/pom.xml (original)
> > +++ jackrabbit/oak/trunk/oak-run-commons/pom.xml Wed May 20 12:14:00 2020
> > @@ -61,6 +61,11 @@
> >              <artifactId>oak-segment-tar</artifactId>
> >              <version>${project.version}</version>
> >          </dependency>
> > +         <dependency>
> > +            <groupId>org.apache.jackrabbit</groupId>
> > +            <artifactId>oak-segment-remote</artifactId>
> > +            <version>${project.version}</version>
> > +        </dependency>
> >          <dependency>
> >              <groupId>org.apache.jackrabbit</groupId>
> >              <artifactId>oak-segment-aws</artifactId>
> >
> >
> >
>