You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2010/02/13 11:28:28 UTC

[jira] Created: (TRINIDAD-1725) Component metadata is still going against JSF version 1.2

Component metadata is still going against JSF version 1.2
---------------------------------------------------------

                 Key: TRINIDAD-1725
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1725
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions:  2.0.0.2-core 
            Reporter: Matthias Weßendorf


See:
https://svn.apache.org/repos/asf/myfaces/trinidad/branches/trinidad-2.0.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Choose.xml

we need to update the metadata to point to the correct version

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TRINIDAD-1725) Component metadata is still going against JSF version 1.2

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf resolved TRINIDAD-1725.
------------------------------------------

       Resolution: Fixed
    Fix Version/s:  2.0.0.2-core 
         Assignee: Matthias Weßendorf

fixed in REV: 910855

(change was done with a simple bash script ==>

find -name '*.xml' -type f -exec sed -i 's/version=\"1.2\"/version=\"2.0\"/g' {} \;

)

> Component metadata is still going against JSF version 1.2
> ---------------------------------------------------------
>
>                 Key: TRINIDAD-1725
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1725
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions:  2.0.0.2-core 
>            Reporter: Matthias Weßendorf
>            Assignee: Matthias Weßendorf
>             Fix For:  2.0.0.2-core 
>
>
> See:
> https://svn.apache.org/repos/asf/myfaces/trinidad/branches/trinidad-2.0.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Choose.xml
> we need to update the metadata to point to the correct version

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.