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

Reply via email to