Skip to content

Commit

Permalink
Increment version names
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas-Boltz committed Sep 12, 2024
1 parent eb86099 commit 1b39a05
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Product Branding
Bundle-SymbolicName: org.dataflowanalysis.product.branding;singleton:=true
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 3.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.dataflowanalysis.product.branding
2 changes: 1 addition & 1 deletion bundles/org.dataflowanalysis.product.branding/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</property>
<property
name="aboutText"
value="This is the Data Flow Analysis product build, which is preconfigured with the DataFlowAnalysis Core Features.&#x0A;&#x0A;Version: DataFlowAnalysis Product 2.0.0&#x0A;&#x0A;We are awesome.&#x0A;&#x0A;https://www.dataflowanalysis.org">
value="This is the Data Flow Analysis product build, which is preconfigured with the DataFlowAnalysis Core Features.&#x0A;&#x0A;Version: DataFlowAnalysis Product 3.0.0&#x0A;&#x0A;We are awesome.&#x0A;&#x0A;https://www.dataflowanalysis.org">
</property>
<property
name="windowImages"
Expand Down
18 changes: 9 additions & 9 deletions features/org.dataflowanalysis.product.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.dataflowanalysis.product.feature"
label="DataFlowAnalysis Product Feature"
version="2.0.0.qualifier">
version="3.0.0.qualifier">

<description url="http://www.example.com/description">
[Enter Feature Description here.]
Expand Down Expand Up @@ -162,18 +162,18 @@
<import plugin="org.palladiosimulator.architecturaltemplates.ui" version="5.2.0" match="greaterOrEqual"/>
<import plugin="org.palladiosimulator.pcm.stoex.ui" version="5.2.0" match="greaterOrEqual"/>
<import feature="org.palladiosimulator.editors.sirius.feature" version="5.2.0" match="compatible"/>
<import feature="org.dataflowanalysis.analysis.feature" version="2.0.0" match="compatible"/>
<import feature="org.dataflowanalysis.analysis.feature" version="3.0.0" match="compatible"/>
<import feature="org.dataflowanalysis.pcm.extension.feature" version="5.2.0" match="compatible"/>
<import feature="org.dataflowanalysis.dfd.datadictionary.feature" version="2.0.0" match="compatible"/>
<import feature="org.dataflowanalysis.dfd.dataflowdiagram.feature" version="2.0.0" match="compatible"/>
<import feature="org.dataflowanalysis.converter.feature" version="2.0.0" match="compatible"/>
<import feature="org.dataflowanalysis.dfd.datadictionary.feature" version="3.0.0" match="compatible"/>
<import feature="org.dataflowanalysis.dfd.dataflowdiagram.feature" version="3.0.0" match="compatible"/>
<import feature="org.dataflowanalysis.converter.feature" version="3.0.0" match="compatible"/>
<import plugin="com.fasterxml.jackson.core.jackson-annotations" version="2.13.2" match="greaterOrEqual"/>
<import plugin="com.fasterxml.jackson.core.jackson-core" version="2.13.2" match="greaterOrEqual"/>
<import plugin="com.fasterxml.jackson.core.jackson-databind" version="2.13.2" match="greaterOrEqual"/>
<import feature="org.dataflowanalysis.dfd.datadictionary.feature.source" version="2.0.0" match="compatible"/>
<import feature="org.dataflowanalysis.dfd.dataflowdiagram.feature.source" version="2.0.0" match="compatible"/>
<import feature="org.dataflowanalysis.analysis.feature.source" version="2.0.0" match="compatible"/>
<import feature="org.dataflowanalysis.examplemodels.feature" version="2.0.0" match="compatible"/>
<import feature="org.dataflowanalysis.dfd.datadictionary.feature.source" version="3.0.0" match="compatible"/>
<import feature="org.dataflowanalysis.dfd.dataflowdiagram.feature.source" version="3.0.0" match="compatible"/>
<import feature="org.dataflowanalysis.analysis.feature.source" version="3.0.0" match="compatible"/>
<import feature="org.dataflowanalysis.examplemodels.feature" version="3.0.0" match="compatible"/>
</requires>

<plugin
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.dataflowanalysis.product</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="DataFlowAnalysisBench" uid="org.dataflowanalysis.product" id="org.dataflowanalysis.product.branding.DataFlowAnalysisBench" application="org.eclipse.ui.ide.workbench" version="2.0.0.qualifier" useFeatures="true" includeLaunchers="true" autoIncludeRequirements="true">
<product name="DataFlowAnalysisBench" uid="org.dataflowanalysis.product" id="org.dataflowanalysis.product.branding.DataFlowAnalysisBench" application="org.eclipse.ui.ide.workbench" version="3.0.0.qualifier" useFeatures="true" includeLaunchers="true" autoIncludeRequirements="true">

<aboutInfo>
<image path="/org.dataflowanalysis.product.branding/icons/about/250x250.png"/>
<text>
This is the Data Flow Analysis product build, which is preconfigured with the DataFlowAnalysis Core Features.

Version: DataFlowAnalysis Product 2.0.0
Version: DataFlowAnalysis Product 3.0.0

We are awesome.

Expand Down
2 changes: 1 addition & 1 deletion products/org.dataflowanalysis.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.dataflowanalysis.product</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down

0 comments on commit 1b39a05

Please sign in to comment.