Skip to content

Commit

Permalink
Update versions for 5.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas-Boltz committed Jan 3, 2024
1 parent 559b2a7 commit 2d33eaf
Show file tree
Hide file tree
Showing 26 changed files with 77 additions and 77 deletions.
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: Series-Parallel Graph Learner
Bundle-SymbolicName: org.annotationsmox.graphlearner
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.apache.log4j;bundle-version="1.2.15"
Export-Package: difflib,
Expand Down
18 changes: 9 additions & 9 deletions bundles/org.annotationsmox/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AnnotationsMox Architecture Extractor
Bundle-SymbolicName: org.annotationsmox;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: de.uka.ipd.sdq.workflow.launchconfig;bundle-version="5.0.0",
org.eclipse.debug.ui,
org.emftext.language.java;bundle-version="5.0.0",
org.somox.core;bundle-version="5.1.0",
org.somox.ui;bundle-version="5.1.0",
org.somox.analyzer.simplemodelanalyzer;bundle-version="5.1.0",
org.somox.analyzer.simplemodelanalyzer.ui;bundle-version="5.1.0",
org.somox.sourcecodedecorator;bundle-version="5.1.0",
org.somox.gast2seff;bundle-version="5.1.0",
org.somox.util;bundle-version="5.1.0",
org.somox.kdmhelper;bundle-version="5.1.0",
org.somox.core;bundle-version="5.2.0",
org.somox.ui;bundle-version="5.2.0",
org.somox.analyzer.simplemodelanalyzer;bundle-version="5.2.0",
org.somox.analyzer.simplemodelanalyzer.ui;bundle-version="5.2.0",
org.somox.sourcecodedecorator;bundle-version="5.2.0",
org.somox.gast2seff;bundle-version="5.2.0",
org.somox.util;bundle-version="5.2.0",
org.somox.kdmhelper;bundle-version="5.2.0",
org.palladiosimulator.pcm.resources;bundle-version="5.0.0"
Export-Package: org.annotationsmox.analyzer,
org.annotationsmox.commandline,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ui
Bundle-SymbolicName: org.somox.analyzer.simplemodelanalyzer.ui;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Require-Bundle: de.uka.ipd.sdq.workflow.launchconfig;bundle-version="1.1.0",
org.somox.ui;bundle-version="5.1.0",
org.somox.ui;bundle-version="5.2.0",
org.eclipse.core.runtime;bundle-version="3.5.0",
org.somox.core;bundle-version="5.1.0",
org.somox.analyzer.simplemodelanalyzer;bundle-version="5.1.0",
org.somox.metrics;bundle-version="5.1.0",
org.somox.core;bundle-version="5.2.0",
org.somox.analyzer.simplemodelanalyzer;bundle-version="5.2.0",
org.somox.metrics;bundle-version="5.2.0",
org.eclipse.debug.ui;bundle-version="3.5.0",
org.eclipse.emf.common;bundle-version="2.8.0",
org.somox.sourcecodedecorator;bundle-version="5.1.0",
org.somox.gast2seff;bundle-version="5.1.0"
org.somox.sourcecodedecorator;bundle-version="5.2.0",
org.somox.gast2seff;bundle-version="5.2.0"
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Vendor: SDQ, KIT + FZI Karlsruhe + EU Q-ImPrESS
Export-Package: org.somox.analyzer.simplemodelanalyzer.ui
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SoMoX Simple Model Analyzer Plug-in
Bundle-SymbolicName: org.somox.analyzer.simplemodelanalyzer;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-Activator: org.somox.analyzer.simplemodelanalyzer.Activator
Bundle-Vendor: Palladio Project
Require-Bundle: org.somox.core;bundle-version="5.1.0",
org.somox.ui;bundle-version="5.1.0",
Require-Bundle: org.somox.core;bundle-version="5.2.0",
org.somox.ui;bundle-version="5.2.0",
org.eclipse.ui;bundle-version="3.4.1",
de.uka.ipd.sdq.workflow.launchconfig;bundle-version="1.1.0",
org.eclipse.gmf.runtime.emf.core;bundle-version="1.1.1",
org.somox.filter;bundle-version="5.1.0",
org.somox.filter;bundle-version="5.2.0",
org.eclipse.debug.ui;bundle-version="3.5.0",
org.somox.kdmhelper;bundle-version="5.1.0",
org.somox.sourcecodedecorator;bundle-version="5.1.0",
org.somox.kdmhelper;bundle-version="5.2.0",
org.somox.sourcecodedecorator;bundle-version="5.2.0",
org.palladiosimulator.pcm;bundle-version="5.0.0",
org.palladiosimulator.pcm.resources;bundle-version="5.0.0",
org.emftext.language.java,
org.eclipse.emf.common,
org.somox.metricvaluesstorage;bundle-version="5.1.0",
org.somox.metricvaluesstorage;bundle-version="5.2.0",
org.somox.metrics;bundle-version="1.0.0",
org.somox.util,
org.somox.gast2seff
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.somox.core/META-INF/MANIFEST.MF
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: SoMoX Core
Bundle-SymbolicName: org.somox.core;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
de.uka.ipd.sdq.workflow;bundle-version="1.1.0";visibility:=reexport,
org.somox.filter;bundle-version="1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.somox.filter/META-INF/MANIFEST.MF
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: Somox Filter Plugin
Bundle-SymbolicName: org.somox.filter
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-Activator: org.somox.filter.Activator
Bundle-Vendor: SDQ, KIT + FZI Karlsruhe + EU Q-ImPrESS
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.somox.gast2seff/META-INF/MANIFEST.MF
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: %pluginName
Bundle-SymbolicName: org.somox.gast2seff;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-Activator: org.somox.gast2seff.Activator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.somox.kdmhelper/META-INF/MANIFEST.MF
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: Kdmhelper
Bundle-SymbolicName: org.somox.kdmhelper
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-Activator: org.somox.kdmhelper.Activator
Require-Bundle: org.apache.log4j,
com.google.guava;bundle-version="15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.somox.metrics.dsl.ui/META-INF/MANIFEST.MF
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: org.somox.metrics.dsl.ui
Bundle-Vendor: My Company
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-SymbolicName: org.somox.metrics.dsl.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.somox.metrics.dsl;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.somox.metrics.dsl/META-INF/MANIFEST.MF
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: org.somox.metrics.dsl
Bundle-Vendor: My Company
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-SymbolicName: org.somox.metrics.dsl; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;visibility:=reexport,
Expand Down
12 changes: 6 additions & 6 deletions bundles/org.somox.metrics/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SoMoX Metrics Plug-in
Bundle-SymbolicName: org.somox.metrics;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-Activator: org.somox.metrics.Activator
Require-Bundle: org.eclipse.core.runtime,
org.somox.metrics.dsl;bundle-version="5.1.0",
org.somox.metrics.dsl;bundle-version="5.2.0",
org.eclipse.emf.edit.ui;bundle-version="2.4.1",
org.eclipse.debug.ui;bundle-version="3.4.1",
org.somox.core;bundle-version="5.1.0",
org.somox.filter;bundle-version="5.1.0",
org.somox.kdmhelper;bundle-version="5.1.0",
org.somox.sourcecodedecorator;bundle-version="5.1.0",
org.somox.core;bundle-version="5.2.0",
org.somox.filter;bundle-version="5.2.0",
org.somox.kdmhelper;bundle-version="5.2.0",
org.somox.sourcecodedecorator;bundle-version="5.2.0",
org.emftext.language.java
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.somox.metricvaluesstorage/META-INF/MANIFEST.MF
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: %pluginName
Bundle-SymbolicName: org.somox.metricvaluesstorage;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.somox.seff2javaast.edit/META-INF/MANIFEST.MF
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: %pluginName
Bundle-SymbolicName: org.somox.seff2javaast.edit;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.somox.seff2javaast.provider.Seff2java_astEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.somox.seff2javaast.editor/META-INF/MANIFEST.MF
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: %pluginName
Bundle-SymbolicName: org.somox.seff2javaast.editor;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.somox.seff2javaast.presentation.Seff2java_astEditorPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.somox.seff2javaast/META-INF/MANIFEST.MF
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: %pluginName
Bundle-SymbolicName: org.somox.seff2javaast;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.somox.sourcecodedecorator.edit;singleton:=true
Automatic-Module-Name: org.somox.sourcecodedecorator.edit
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.somox.sourcecodedecorator.provider.FEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.somox.sourcecodedecorator.editor;singleton:=true
Automatic-Module-Name: org.somox.sourcecodedecorator.editor
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.somox.sourcecodedecorator.presentation.FEditorPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.somox.sourcecodedecorator/META-INF/MANIFEST.MF
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: %pluginName
Bundle-SymbolicName: org.somox.sourcecodedecorator;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.somox.ui/META-INF/MANIFEST.MF
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: %pluginName
Bundle-SymbolicName: org.somox.ui; singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-Activator: org.somox.ui.Activator
Bundle-Vendor: %providerName
Require-Bundle: org.somox.core;bundle-version="1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.somox.util/META-INF/MANIFEST.MF
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: SoMoX Util
Bundle-SymbolicName: org.somox.util
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.apache.log4j,
org.somox.sourcecodedecorator,
Expand Down
28 changes: 14 additions & 14 deletions features/org.somox.annotationmox.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.palladiosimulator.annotationmox.feature"
label="AnnotaionMoX core"
version="5.1.0.qualifier"
version="5.2.0.qualifier"
provider-name="annotationmox.org"
plugin="org.palladiosimulator.branding"
license-feature="org.palladiosimulator.license.epl2"
Expand Down Expand Up @@ -39,91 +39,91 @@
id="org.somox.sourcecodedecorator"
download-size="0"
install-size="0"
version="5.1.0.qualifier"
version="5.2.0.qualifier"
unpack="false"/>

<plugin
id="org.somox.core"
download-size="0"
install-size="0"
version="5.1.0.qualifier"
version="5.2.0.qualifier"
unpack="false"/>

<plugin
id="org.somox.filter"
download-size="0"
install-size="0"
version="5.1.0.qualifier"
version="5.2.0.qualifier"
unpack="false"/>

<plugin
id="org.somox.kdmhelper"
download-size="0"
install-size="0"
version="5.1.0.qualifier"
version="5.2.0.qualifier"
unpack="false"/>

<plugin
id="org.somox.ui"
download-size="0"
install-size="0"
version="5.1.0.qualifier"
version="5.2.0.qualifier"
unpack="false"/>

<plugin
id="org.somox.util"
download-size="0"
install-size="0"
version="5.1.0.qualifier"
version="5.2.0.qualifier"
unpack="false"/>

<plugin
id="org.annotationsmox"
download-size="0"
install-size="0"
version="5.1.0.qualifier"
version="5.2.0.qualifier"
unpack="false"/>

<plugin
id="org.somox.analyzer.simplemodelanalyzer"
download-size="0"
install-size="0"
version="5.1.0.qualifier"
version="5.2.0.qualifier"
unpack="false"/>

<plugin
id="org.somox.analyzer.simplemodelanalyzer.ui"
download-size="0"
install-size="0"
version="5.1.0.qualifier"
version="5.2.0.qualifier"
unpack="false"/>

<plugin
id="org.somox.metrics"
download-size="0"
install-size="0"
version="5.1.0.qualifier"
version="5.2.0.qualifier"
unpack="false"/>

<plugin
id="org.somox.metricvaluesstorage"
download-size="0"
install-size="0"
version="5.1.0.qualifier"
version="5.2.0.qualifier"
unpack="false"/>

<plugin
id="org.somox.metrics.dsl"
download-size="0"
install-size="0"
version="5.1.0.qualifier"
version="5.2.0.qualifier"
unpack="false"/>

<plugin
id="org.somox.gast2seff"
download-size="0"
install-size="0"
version="5.1.0.qualifier"
version="5.2.0.qualifier"
unpack="false"/>

</feature>
Loading

0 comments on commit 2d33eaf

Please sign in to comment.