Hi,
 
The pom for wicket-auth-roles 
 
http://wicket.sourceforge.net/maven2/wicket/wicket-auth-roles/1.2.4/wick
et-auth-roles-1.2.4.pom
 
refers to the wicket 1.2 snapshot...

  <parent>
    <artifactId>wicket-parent</artifactId>
    <groupId>wicket</groupId>
    <version>1.2-SNAPSHOT</version>
  </parent>
 
Where as the pom for wicket-extensions goes to wicket 1.2.4...

  <parent>
    <artifactId>wicket-parent</artifactId>
    <groupId>wicket</groupId>
    <version>1.2.4</version>
    <relativePath>../wicket-parent</relativePath>
  </parent>
 

Does anyone know who to contact to have the wicket-auth-roles-1.2.4.pom
updated, if this is the right thing to do?

Thanks,
Tim

________________________________________________________________________
The Information contained in this e-mail message is intended only for
the individuals named above. If you are not the intended recipient,
you should be aware that any dissemination, distribution, forwarding
or other duplication of this communication is strictly prohibited.
The views expressed in this e-mail are those of the individual
author and not necessarily those of LINK Interchange Network Ltd.
Prior to taking any action based upon this e-mail message you should
seek appropriate confirmation of its authenticity. If you have
received this e-mail in error, please notify the sender immediately.
________________________________________________________________________

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to