You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Robert Munteanu <ro...@apache.org> on 2016/12/21 14:33:09 UTC

Snapshot dependencies to external projects (was: svn commit: r1775432 - /sling/trunk/karaf/org.apache.sling.karaf-integration-tests/pom.xml)

Olli,

Please, stop using dependencies to external projects in trunk. It makes
projects not build out of the box and unable to release without doing
work which is out of our control.

You've done this with Karaf and then with Pax-Exam.

Working on branches is a great way to allow everyone else to build and
work on the projects until we get external releases.

If you believe that is the wrong approach, please let us know, but
ignoring the policy is not that productive :-)

Thanks,

Robert

On Wed, 2016-12-21 at 14:21 +0000, olli@apache.org wrote:
> Author: olli
> Date: Wed Dec 21 14:21:31 2016
> New Revision: 1775432
> 
> URL: http://svn.apache.org/viewvc?rev=1775432&view=rev
> Log:
> SLING-6425 Update Pax Exam to 4.10
> 
> use 4.10.0-SNAPSHOT
> 
> Modified:
> ����sling/trunk/karaf/org.apache.sling.karaf-integration-
> tests/pom.xml
> 
> Modified: sling/trunk/karaf/org.apache.sling.karaf-integration-
> tests/pom.xml
> URL: http://svn.apache.org/viewvc/sling/trunk/karaf/org.apache.sling.
> karaf-integration-
> tests/pom.xml?rev=1775432&r1=1775431&r2=1775432&view=diff
> =====================================================================
> =========
> --- sling/trunk/karaf/org.apache.sling.karaf-integration-
> tests/pom.xml (original)
> +++ sling/trunk/karaf/org.apache.sling.karaf-integration-
> tests/pom.xml Wed Dec 21 14:21:31 2016
> @@ -38,7 +38,7 @@
> ���<properties>
> �����<org.apache.jackrabbit.version>2.13.1</org.apache.jackrabbit.ver
> sion>
> �����<org.apache.karaf.version>4.1.0-
> SNAPSHOT</org.apache.karaf.version>
> -����<org.ops4j.pax.exam.version>4.9.2</org.ops4j.pax.exam.version>
> +����<org.ops4j.pax.exam.version>4.10.0-
> SNAPSHOT</org.ops4j.pax.exam.version>
> ���</properties>
> �
> ���<dependencies>
> 
> 


Re: Snapshot dependencies to external projects (was: svn commit: r1775432 - /sling/trunk/karaf/org.apache.sling.karaf-integration-tests/pom.xml)

Posted by Robert Munteanu <ro...@apache.org>.
On Wed, 2016-12-21 at 15:50 +0100, Oliver Lietz wrote:
> On Wednesday 21 December 2016 16:33:09 Robert Munteanu wrote:
> > Olli,
> > 
> > Please, stop using dependencies to external projects in trunk. It
> > makes
> > projects not build out of the box and unable to release without
> > doing
> > work which is out of our control.
> > 
> > You've done this with Karaf and then with Pax-Exam.
> > 
> > Working on branches is a great way to allow everyone else to build
> > and
> > work on the projects until we get external releases.
> > 
> > If you believe that is the wrong approach, please let us know, but
> > ignoring the policy is not that productive :-)
> 
> See my answer to your first mail.

Ack, let's discuss there.

  https://lists.apache.org/thread.html/f7b40d013e3edfe94bd4650a047ab3d9
6ba37128a3b570c51525e26e@%3Cdev.sling.apache.org%3E

Robert

> 
> O.
> 
> > Thanks,
> > 
> > Robert
> > 
> > On Wed, 2016-12-21 at 14:21 +0000, olli@apache.org wrote:
> > > Author: olli
> > > Date: Wed Dec 21 14:21:31 2016
> > > New Revision: 1775432
> > > 
> > > URL: http://svn.apache.org/viewvc?rev=1775432&view=rev
> > > Log:
> > > SLING-6425 Update Pax Exam to 4.10
> > > 
> > > use 4.10.0-SNAPSHOT
> > > 
> > > Modified:
> > > ����sling/trunk/karaf/org.apache.sling.karaf-integration-
> > > tests/pom.xml
> > > 
> > > Modified: sling/trunk/karaf/org.apache.sling.karaf-integration-
> > > tests/pom.xml
> > > URL: http://svn.apache.org/viewvc/sling/trunk/karaf/org.apache.sl
> > > ing.
> > > karaf-integration-
> > > tests/pom.xml?rev=1775432&r1=1775431&r2=1775432&view=diff
> > > =================================================================
> > > ====
> > > =========
> > > --- sling/trunk/karaf/org.apache.sling.karaf-integration-
> > > tests/pom.xml (original)
> > > +++ sling/trunk/karaf/org.apache.sling.karaf-integration-
> > > tests/pom.xml Wed Dec 21 14:21:31 2016
> > > @@ -38,7 +38,7 @@
> > > ���<properties>
> > > �����<org.apache.jackrabbit.version>2.13.1</org.apache.jackrabbit
> > > .ver
> > > sion>
> > > �����<org.apache.karaf.version>4.1.0-
> > > SNAPSHOT</org.apache.karaf.version>
> > > -����<org.ops4j.pax.exam.version>4.9.2</org.ops4j.pax.exam.versio
> > > n>
> > > +����<org.ops4j.pax.exam.version>4.10.0-
> > > SNAPSHOT</org.ops4j.pax.exam.version>
> > > ���</properties>
> > > �
> > > ���<dependencies>
> 
> 


Re: Snapshot dependencies to external projects (was: svn commit: r1775432 - /sling/trunk/karaf/org.apache.sling.karaf-integration-tests/pom.xml)

Posted by Oliver Lietz <ap...@oliverlietz.de>.
On Wednesday 21 December 2016 16:33:09 Robert Munteanu wrote:
> Olli,
> 
> Please, stop using dependencies to external projects in trunk. It makes
> projects not build out of the box and unable to release without doing
> work which is out of our control.
> 
> You've done this with Karaf and then with Pax-Exam.
> 
> Working on branches is a great way to allow everyone else to build and
> work on the projects until we get external releases.
> 
> If you believe that is the wrong approach, please let us know, but
> ignoring the policy is not that productive :-)

See my answer to your first mail.

O.

> Thanks,
> 
> Robert
> 
> On Wed, 2016-12-21 at 14:21 +0000, olli@apache.org wrote:
> > Author: olli
> > Date: Wed Dec 21 14:21:31 2016
> > New Revision: 1775432
> > 
> > URL: http://svn.apache.org/viewvc?rev=1775432&view=rev
> > Log:
> > SLING-6425 Update Pax Exam to 4.10
> > 
> > use 4.10.0-SNAPSHOT
> > 
> > Modified:
> >     sling/trunk/karaf/org.apache.sling.karaf-integration-
> > tests/pom.xml
> > 
> > Modified: sling/trunk/karaf/org.apache.sling.karaf-integration-
> > tests/pom.xml
> > URL: http://svn.apache.org/viewvc/sling/trunk/karaf/org.apache.sling.
> > karaf-integration-
> > tests/pom.xml?rev=1775432&r1=1775431&r2=1775432&view=diff
> > =====================================================================
> > =========
> > --- sling/trunk/karaf/org.apache.sling.karaf-integration-
> > tests/pom.xml (original)
> > +++ sling/trunk/karaf/org.apache.sling.karaf-integration-
> > tests/pom.xml Wed Dec 21 14:21:31 2016
> > @@ -38,7 +38,7 @@
> >    <properties>
> >      <org.apache.jackrabbit.version>2.13.1</org.apache.jackrabbit.ver
> > sion>
> >      <org.apache.karaf.version>4.1.0-
> > SNAPSHOT</org.apache.karaf.version>
> > -    <org.ops4j.pax.exam.version>4.9.2</org.ops4j.pax.exam.version>
> > +    <org.ops4j.pax.exam.version>4.10.0-
> > SNAPSHOT</org.ops4j.pax.exam.version>
> >    </properties>
> >  
> >    <dependencies>