Skip to content

Commit

Permalink
update release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas-Boltz committed Oct 16, 2023
1 parent b76ae58 commit 4e00f2f
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 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: PCM Dialogs
Bundle-SymbolicName: org.palladiosimulator.editors.commons.dialogs
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0
Export-Package: org.palladiosimulator.editors.commons.dialogs,
org.palladiosimulator.editors.commons.dialogs.datatype,
org.palladiosimulator.editors.commons.dialogs.exception,
Expand Down
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: Propertytabs Plug-in
Bundle-SymbolicName: org.palladiosimulator.editors.commons.propertytabs
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0
Bundle-Activator: org.palladiosimulator.editors.commons.propertytabs.Activator
Bundle-Vendor: sdq.ipd.uka.de
Require-Bundle: org.eclipse.ui;bundle-version="3.106.1",
Expand Down
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: PCMBench Tabbed Property Sheets
Bundle-SymbolicName: org.palladiosimulator.editors.commons.tabs;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0
Bundle-Vendor: sdq.ipd.uka.de
Require-Bundle: org.eclipse.ui.views.properties.tabbed;bundle-version="3.6.0",
org.eclipse.emf;bundle-version="2.6.0",
Expand Down
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.palladiosimulator.pcm.edit;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0
Bundle-ClassPath: .
Bundle-Activator: org.palladiosimulator.pcm.core.provider.PalladioComponentModelEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
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.palladiosimulator.pcm.edp2.measuringpoint.edit;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0
Bundle-ClassPath: .
Bundle-Activator: org.palladiosimulator.pcmmeasuringpoint.provider.PcmmeasuringpointEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.palladiosimulator.editors.commons.feature"
label="Palladio Component Model - Commons for Editor Development"
version="5.1.0.qualifier"
version="5.2.0"
plugin="org.palladiosimulator.branding"
license-feature="org.palladiosimulator.license"
license-feature-version="1.0.0">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>org.palladiosimulator.editors-commons</groupId>
<artifactId>parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.2.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.palladiosimulator.editors.commons.feature_5.1.0.qualifier.jar" id="org.palladiosimulator.editors.commons.feature" version="5.1.0.qualifier">
<feature url="features/org.palladiosimulator.editors.commons.feature_5.2.0.jar" id="org.palladiosimulator.editors.commons.feature" version="5.2.0">
<category name="org.palladiosimulator.corefeatures.category"/>
</feature>
<feature url="features/org.palladiosimulator.editors.commons.feature.source_5.1.0.qualifier.jar" id="org.palladiosimulator.editors.commons.feature.source" version="5.1.0.qualifier">
<feature url="features/org.palladiosimulator.editors.commons.feature.source_5.2.0.jar" id="org.palladiosimulator.editors.commons.feature.source" version="5.2.0">
<category name="org.palladiosimulator.corefeatures.source.category"/>
</feature>
<category-def name="org.palladiosimulator.corefeatures.category" label="This category contains all features which belong to a complete installation of the Palladio Bench Core Features">
Expand Down
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: PCM Edit Workflow
Bundle-SymbolicName: org.palladiosimulator.editorscommons.workflow
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0
Automatic-Module-Name: org.palladiosimulator.editorscommons.workflow
Require-Bundle: org.apache.commons.logging,
org.eclipse.uml2.codegen.ecore,
Expand Down
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: Palladio Component Model - Common Editor Tests
Bundle-SymbolicName: org.palladiosimulator.editors.commons.dialogs.tests
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0
Bundle-Vendor: palladiosimulator.org
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.palladiosimulator.editors.commons.dialogs.tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Editor Commons Tabs Tests
Bundle-SymbolicName: org.palladiosimulator.editors.commons.tabs.tests
Bundle-Version: 5.1.0.qualifier
Fragment-Host: org.palladiosimulator.editors.commons.tabs;bundle-version="5.1.0"
Bundle-Version: 5.2.0
Fragment-Host: org.palladiosimulator.editors.commons.tabs;bundle-version="5.2.0"
Automatic-Module-Name: org.palladiosimulator.editors.commons.tabs.tests
Bundle-RequiredExecutionEnvironment: JavaSE-17
Import-Package: org.junit.jupiter.api;version="5.7.0",
Expand Down

0 comments on commit 4e00f2f

Please sign in to comment.