Add support for identifying the SCA Spec Version for contribution metadata
--------------------------------------------------------------------------

                 Key: TUSCANY-3397
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3397
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Core Runtime
    Affects Versions: Java-SCA-2.0
            Reporter: Luciano Resende
            Assignee: Luciano Resende
             Fix For: Java-SCA-2.0


Provide the same support we have for Composites, for Contribution Metadata

   /**
     * Returns the spec version of the composite used to build this model
     *
     * @return the spec version used to build this model
     */
    String getSpecVersion();

    /**
     * Sets the spec version of the composite used to build this model
     *
     * @param specVersion the spec version used to build this model
     */
    void setSpecVersion(String specVersion);

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

Reply via email to