[richfaces-issues] [JBoss JIRA] (RF-12781) The kitchensink-rf quickstart uses obsolete property names and values

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed Feb 13 14:31:57 EST 2013


     [ https://issues.jboss.org/browse/RF-12781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-12781:
-------------------------------

     Original Estimate: 45 minutes
    Remaining Estimate: 45 minutes

    
> The kitchensink-rf quickstart uses obsolete property names and values 
> ----------------------------------------------------------------------
>
>                 Key: RF-12781
>                 URL: https://issues.jboss.org/browse/RF-12781
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: examples
>            Reporter: Sande Gilda
>             Fix For: 4.3.1
>
>   Original Estimate: 45 minutes
>  Remaining Estimate: 45 minutes
>
> The POM file currently contains:
> {code}
> <jboss.as.plugin.version>7.1.1.Final</jboss.as.plugin.version>
> {code}
> The correct name/value is:
> {code}
> <version.org.jboss.as.plugins.maven.plugin>7.3.Final</version.org.jboss.as.plugins.maven.plugin>
> {code}
> It also defines:
> {code}
> <!-- Define the version of the JBoss BOMs we want to import. The 
>      JBoss BOMs specify tested stacks. -->
> <jboss.bom.version>1.0.0.Final</jboss.bom.version>
> <!-- Alternatively, comment out the above line, and un-comment the 
>     line below to use version 1.0.2.Final-redhat-1 which is a release 
>     certified to work with JBoss EAP 6. It requires you have access 
>     to the JBoss EAP 6 maven repository. -->
> <!-- <jboss.bom.version>1.0.2.Final-redhat-1</jboss.bom.version> -->
> {code}
> That section should be defined as follows:
> {code}
>         <!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
>         <version.org.jboss.bom>1.0.4.Final</version.org.jboss.bom>
>         <!-- Alternatively, comment out the above line, and un-comment the 
>             line below to use version 1.0.4.Final-redhat-1 which is a release certified 
>             to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6 
>             maven repository. -->
>         <!-- <version.org.jboss.bom>1.0.4.Final-redhat-1</version.org.jboss.bom>  -->
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list