jboss-developer / jboss-picketlink-quickstarts

The quickstarts demonstrate PicketLink and a few additional technologies. They provide small, specific, working examples that can be used as a reference for your own project.
96 stars 187 forks source link

Maven builds fail because they specify a future version #35

Closed cmcconomy closed 9 years ago

cmcconomy commented 9 years ago

Current pom entry (in all quickstarts) <version.picketlink.javaee.bom>2.8.0.Beta1-SNAPSHOT</version.picketlink.javaee.bom>

Current latest version on maven central is 2.7.0.Final -- http://mvnrepository.com/artifact/org.picketlink/picketlink-javaee-6.0

pedroigor commented 9 years ago

If you want a specific version, please checkout the corresponding tag.

The master branch is development thus is always based on SNAPSHOT.