diff --git a/bundles/org.dataflowanalysis.product.branding/META-INF/MANIFEST.MF b/bundles/org.dataflowanalysis.product.branding/META-INF/MANIFEST.MF index d1e3d75..24540dd 100644 --- a/bundles/org.dataflowanalysis.product.branding/META-INF/MANIFEST.MF +++ b/bundles/org.dataflowanalysis.product.branding/META-INF/MANIFEST.MF @@ -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 diff --git a/bundles/org.dataflowanalysis.product.branding/plugin.xml b/bundles/org.dataflowanalysis.product.branding/plugin.xml index 1b09f45..af071e0 100644 --- a/bundles/org.dataflowanalysis.product.branding/plugin.xml +++ b/bundles/org.dataflowanalysis.product.branding/plugin.xml @@ -14,7 +14,7 @@ + value="This is the Data Flow Analysis product build, which is preconfigured with the DataFlowAnalysis Core Features. Version: DataFlowAnalysis Product 3.0.0 We are awesome. https://www.dataflowanalysis.org"> + version="3.0.0.qualifier"> [Enter Feature Description here.] @@ -162,18 +162,18 @@ - + - - - + + + - - - - + + + + 4.0.0 org.dataflowanalysis.product parent - 2.0.0-SNAPSHOT + 3.0.0 pom diff --git a/products/org.dataflowanalysis.product/org.dataflowanalysis.product b/products/org.dataflowanalysis.product/org.dataflowanalysis.product index 5cd26c0..001cf33 100644 --- a/products/org.dataflowanalysis.product/org.dataflowanalysis.product +++ b/products/org.dataflowanalysis.product/org.dataflowanalysis.product @@ -1,14 +1,14 @@ - + 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. diff --git a/products/org.dataflowanalysis.product/pom.xml b/products/org.dataflowanalysis.product/pom.xml index eecc312..90036fb 100644 --- a/products/org.dataflowanalysis.product/pom.xml +++ b/products/org.dataflowanalysis.product/pom.xml @@ -6,7 +6,7 @@ org.dataflowanalysis.product parent - 2.0.0-SNAPSHOT + 3.0.0 ../..