-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to version upgrades in required features in application deplo…
…yers
- Loading branch information
WSO2 Builder
committed
May 10, 2015
1 parent
a25c833
commit c567415
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...loyers/org.wso2.carbon.application.deployer.bpel/src/main/resources/required-features.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<featureSets> | ||
<featureSet artifactType="bpel/workflow"> | ||
<feature id="org.wso2.carbon.bpel.server.feature.group" version="[4.3.0.SNAPSHOT, 4.4.0)"/> | ||
<feature id="org.wso2.carbon.bpel.server.feature.group" version="[4.4.0, 4.5.0)"/> | ||
</featureSet> | ||
</featureSets> |
2 changes: 1 addition & 1 deletion
2
...loyers/org.wso2.carbon.application.deployer.bpmn/src/main/resources/required-features.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<featureSets> | ||
<featureSet artifactType="bpmn/artifact"> | ||
<feature id="org.wso2.carbon.bpmn.server.feature.group" version="[4.2.0, 4.3.0)"/> | ||
<feature id="org.wso2.carbon.bpmn.server.feature.group" version="[4.4.0, 4.5.0)"/> | ||
</featureSet> | ||
</featureSets> |
2 changes: 1 addition & 1 deletion
2
...s/org.wso2.carbon.application.deployer.humantask/src/main/resources/required-features.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<featureSets> | ||
<featureSet artifactType="humantask/artifact"> | ||
<feature id="org.wso2.carbon.humantask.server.feature.group" version="[4.3.0.SNAPSHOT, 4.4.0)"/> | ||
<feature id="org.wso2.carbon.humantask.server.feature.group" version="[4.4.0, 4.5.0)"/> | ||
</featureSet> | ||
</featureSets> |