On 19/12/2007, Alin Dreghiciu <[EMAIL PROTECTED]> wrote: > > Hi, > What do you try to build? Just wondering as normally projects depend on a > released version of this artifact so, it its rather a mistake if they don't. >
I don't think a sub-project was involved, just that poms/project was depending on the 1.10-SNAPSHOT of master, so if you built from the top with an empty local repository then you'd fail when verifying poms/project - moving it to 1.11-SNAPSHOT is correct Alin > > ---------- Forwarded message ---------- > From: <[EMAIL PROTECTED]> > Date: Dec 18, 2007 8:03 PM > Subject: svn commit: r9746 - projects/pax/poms/project > To: [EMAIL PROTECTED] > > > Author: brozow > Date: Tue Dec 18 19:03:09 2007 > New Revision: 9746 > > Log: > this must match mastar or it is impossible to build without a local repo > > Modified: > projects/pax/poms/project/pom.xml > > Modified: projects/pax/poms/project/pom.xml > ============================================================================== > > --- projects/pax/poms/project/pom.xml (original) > +++ projects/pax/poms/project/pom.xml Tue Dec 18 19:03:09 2007 > @@ -4,7 +4,7 @@ > <parent> > <groupId>org.ops4j.pax</groupId> > <artifactId>master</artifactId> > - <version>1.10-SNAPSHOT</version> > + <version>1.11-SNAPSHOT</version> > </parent> > <groupId>org.ops4j.pax</groupId> > <artifactId>project</artifactId> > > _______________________________________________ > notify mailing list > [EMAIL PROTECTED] > http://lists.ops4j.org/mailman/listinfo/notify > > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > > -- Cheers, Stuart
_______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
