Fair enough. It actually took me a couple of hours faffing around on Saturday morning to bump up the version numbers prior to cutting the release (made a bunch of fixes and simplifications, hopefully won't be as painful next time around). I had thought that it was all compiling fine, but I guess I missed this one. Thx for the pickup.
Dan On 29 January 2013 19:59, Kevin Meyer - KMZ <[email protected]> wrote: > Hi, > > While doing a sanity check on my sources this evening, I discovered > that I could not build the entire framework.. not offline, not online. > > I had to change "component/viewer/bdd/tck/pom.xml" > <parent> > <groupId>org.apache.isis.core</groupId> > <artifactId>isis-core-tck</artifactId> > - <version>1.0.1-SNAPSHOT</version> > + <version>1.1.0-SNAPSHOT</version> > <relativePath>../../../../core/tck/pom.xml</relativePath> > </parent> > > The 1.0.1-SNAPSHOT was not to be found, couldn't even be > downloaded. > > > Unless I'm missing something, In future, please ensure that the > framework can always be built... do a > $ rm -r ~/.m2/repository/org/apache/isis > $ mvn clean install > before you commit. Especially if you change version numbers. > > Thanks, > Kevin > >
