Hi Kev, it is the case for the example/application projects ... these are used to generate the archetypes, and so must reference released versions. Last time around after I did the 1.0.0 release I did update the example/application projects to a -SNAPSHOT versions, but of course when I was preparing 1.0.1 release I had to change them back to 1.0.0 again. So I decided to just leave them as 1.0.0.
The same might be true for other components too. For example, you might want to release sql os or Rob might want to release the scimpi viewer, and you might decide to point its pom at isis core's 1.0.0 release. It's kinda up-to-you. Hope that makes sense. Dan On 9 January 2013 18:40, Kevin Meyer - KMZ <[email protected]> wrote: > Hi, > > I just grabbed the latest sources from git and tried to build it offline. > > The build would not succeed, failing with some version mismatches in > the poms. > > I had to update a few references to 1.0.0 to 1.0.1-SNAPSHOT before > this could be done. > > Is it really a case that the latest source tree is not necessarily self- > consistent? I guess so, given that core (for example) could have > evolved to 1.0.1 but other modules have not adapted... > > In any case: > > My git diff: > > diff --git a/example/application/quickstart_wicket_restful_jdo/pom.xml > b/example/application/quickstart_wicket_restful_jdo/pom.xml > index f1fff7d..5efe7bb 100644 > --- a/example/application/quickstart_wicket_restful_jdo/pom.xml > +++ b/example/application/quickstart_wicket_restful_jdo/pom.xml > @@ -31,9 +31,9 @@ > > <properties> > <isis.version>1.0.0</isis.version> > - > <isis-objectstore-jdo.version>1.0.0</isis-objectstore-jdo.version> > - > <isis-viewer-wicket.version>1.0.0</isis-viewer-wicket.version> > - > <isis-viewer-restfulobjects.version>1.0.0</isis-viewer-restfulobjects.version> > + > <isis-objectstore-jdo.version>1.0.1-SNAPSHOT</isis-objectstore-jdo.version> > + > <isis-viewer-wicket.version>1.0.1-SNAPSHOT</isis-viewer-wicket.version> > + > <isis-viewer-restfulobjects.version>1.0.1-SNAPSHOT</isis-viewer-restfulobjects.version> > > <isis-security-shiro.version>1.0.0-SNAPSHOT</isis-security-shiro.version> > </properties> > > diff --git a/example/archetype/quickstart_wicket_restful_jdo/pom.xml > b/example/archetype/quickstart_wicket_restful_jdo/pom.xml > index c38ca7c..7793e20 100644 > --- a/example/archetype/quickstart_wicket_restful_jdo/pom.xml > +++ b/example/archetype/quickstart_wicket_restful_jdo/pom.xml > @@ -44,6 +44,6 @@ > <parent> > <groupId>org.apache.isis.core</groupId> > <artifactId>isis</artifactId> > - <version>1.0.0</version> > + <version>1.0.1-SNAPSHOT</version> > </parent> > </project> > > >
