Hi Werner The pom.xml inside current12 is still 1.2.3 or something like that, because it is never released. This pom just help to compile shared, core and test-webapp all at once.
The test-webapp project, was never released (and actually is not included on release lifecycle), because it started as a project to test jsf 1.2 new features. regards Leonardo Uribe 2009/9/10 Werner Punz <[email protected]> > Hello since I did a clean wipe of my maven repo I noticed several issues in > the current 1.2 build. > > First of all the auto build still does not work, we still do not have > 1.2.8-SNAPSHOT jars in the maven repo. > > Secondly the main version number in the main pom.xml is 1.2.3!!! > Is this expected? > > Third, the test-webapp references jstl 1.2 which is only for now reachable > via the jboss repo (mavensearch revealed it) > > <repository> > <id>jboss</id> > <url>http://repository.jboss.com/maven2/</url> > <releases> > <enabled>true</enabled> > </releases> > <snapshots> > <enabled>false</enabled> > </snapshots> > </repository> > > Not sure why the main repos do not host it currently. > > a) Is it save to add the repo to the test webapp? > > b) Is the initial 1.2.3 version number a mistake (the submodules are on > their correct numbers)? I am askin because we seem to have several releases > up and running which surpass 1.2.3, so that number has been fixed for a long > time. > > Werner > >
