Skip to content

Commit

Permalink
Merge pull request #416 from SujataDarekar/master
Browse files Browse the repository at this point in the history
Added version changes for Maven Installer  2.6.0
  • Loading branch information
SujataDarekar authored Mar 9, 2020
2 parents 6bff81b + 3c8e96a commit e140cc6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Source/bw6-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tibco.plugins</groupId>
<artifactId>bw6-maven-plugin</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
<packaging>maven-plugin</packaging>
<name>Plugin Code for Apache Maven and TIBCO BusinessWorks™</name>
<description>Plugin Code for Apache Maven and TIBCO BusinessWorks™.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/bw6.studio.maven.feature_2.5.0.qualifier.jar" id="bw6.studio.maven.feature" version="2.5.0.qualifier">
<category name="Plugin Code for Apache Maven and TIBCO BusinessWorks™"/>
</feature>
<feature url="features/bw6.studio.maven.feature_2.6.0.qualifier.jar" id="bw6.studio.maven.feature" version="2.6.0.qualifier"/>
<category-def name="Plugin Code for Apache Maven and TIBCO BusinessWorks™" label="Plugin Code for Apache Maven and TIBCO BusinessWorks™"/>
</site>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="bw6.studio.maven.feature"
label="TIBCO BusinessWorks™ Studio Feature for Maven"
version="2.5.0.qualifier"
version="2.6.0.qualifier"
provider-name="Tibco Software Inc">

<description url="http://www.example.com/description">
Expand All @@ -14,7 +14,7 @@ This feature will provide the POM generation feature.
id="bw6.studio.maven.plugin"
download-size="0"
install-size="0"
version="2.5.0.qualifier"
version="2.6.0.qualifier"
unpack="false"/>

</feature>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TIBCO BusinessWorks™ Studio Plugin for Maven
Bundle-SymbolicName: bw6.studio.maven.plugin;singleton:=true
Bundle-Version: 2.5.0.qualifier
Bundle-Version: 2.6.0.qualifier
Bundle-Activator: com.tibco.bw.studio.maven.plugin.Activator
Bundle-Vendor: Tibco Sotfware Inc
Require-Bundle: org.eclipse.ui,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ protected void addBW6MavenPlugin(Build build) {
}
plugin.setGroupId("com.tibco.plugins");
plugin.setArtifactId("bw6-maven-plugin");
plugin.setVersion("2.5.0");
plugin.setVersion("2.6.0");
plugin.setExtensions("true");
addDeploymentDetails(plugin);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ protected void addReporting()
ReportPlugin p = new ReportPlugin();
p.setGroupId("com.tibco.plugins");
p.setArtifactId("bw6-maven-plugin");
p.setVersion("2.5.0");
p.setVersion("2.6.0");
reporting.getPlugins().add(p);
}

Expand Down

0 comments on commit e140cc6

Please sign in to comment.