Skip to content

Commit

Permalink
Update versions for 5.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ediforce44 committed Dec 13, 2024
1 parent 0348dd9 commit f1da8d3
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 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: %pluginName
Bundle-SymbolicName: org.palladiosimulator.servicelevelobjective.edit;singleton:=true
Bundle-Version: 5.2.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.palladiosimulator.servicelevelobjective.provider.ServiceLevelObjectiveEditPlugin$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.servicelevelobjective.editor;singleton:=true
Bundle-Version: 5.2.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.palladiosimulator.servicelevelobjective.presentation.ServiceLevelObjectiveEditorPlugin$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: SLOEDP2
Bundle-SymbolicName: org.palladiosimulator.servicelevelobjective.edp2;singleton:=true
Bundle-Version: 5.2.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Activator: org.palladiosimulator.servicelevelobjective.edp2.SLOEDP2UIPlugin
Bundle-Vendor: palladiosimulator.org
Require-Bundle: org.apache.commons.math,
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.servicelevelobjective;singleton:=true
Bundle-Version: 5.2.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.palladiosimulator.servicelevelobjectives</groupId>
<artifactId>parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.1-SNAPSHOT</version>
</parent>
<artifactId>bundles</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.palladiosimulator.servicelevelobjective.feature"
label="Service Level Objectives Model Feature"
version="5.2.0.qualifier"
version="5.2.1.qualifier"
plugin="org.palladiosimulator.branding"
license-feature="org.palladiosimulator.license"
license-feature-version="1.0.0">
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.palladiosimulator.servicelevelobjectives</groupId>
<artifactId>parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.1-SNAPSHOT</version>
</parent>
<artifactId>features</artifactId>
<packaging>pom</packaging>
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.servicelevelobjectives</groupId>
<artifactId>parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.1-SNAPSHOT</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.servicelevelobjective.feature_5.2.0.qualifier.jar" id="org.palladiosimulator.servicelevelobjective.feature" version="5.2.0.qualifier">
<feature url="features/org.palladiosimulator.servicelevelobjective.feature_5.2.1.qualifier.jar" id="org.palladiosimulator.servicelevelobjective.feature" version="5.2.1.qualifier">
<category name="org.palladiosimulator.addons.category"/>
</feature>
<feature url="features/org.palladiosimulator.servicelevelobjective.feature.source_5.2.0.qualifier.jar" id="org.palladiosimulator.servicelevelobjective.feature.source" version="5.2.0.qualifier">
<feature url="features/org.palladiosimulator.servicelevelobjective.feature.source_5.2.1.qualifier.jar" id="org.palladiosimulator.servicelevelobjective.feature.source" version="5.2.1.qualifier">
<category name="org.palladiosimulator.addons.source.category"/>
</feature>
<category-def name="org.palladiosimulator.addons.category" label="Palladio Bench Addons">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.palladiosimulator.servicelevelobjectives</groupId>
<artifactId>releng</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.1-SNAPSHOT</version>
</parent>

<artifactId>org.palladiosimulator.servicelevelobjectives.updatesite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.palladiosimulator.servicelevelobjectives</groupId>
<artifactId>parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.1-SNAPSHOT</version>
</parent>
<artifactId>releng</artifactId>
<packaging>pom</packaging>
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: Service Level Objective Tests
Bundle-SymbolicName: org.palladiosimulator.servicelevelobjective.tests
Bundle-Version: 5.2.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-Vendor: palladiosimulator.org
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.junit,
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.palladiosimulator.servicelevelobjectives</groupId>
<artifactId>parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.1-SNAPSHOT</version>
</parent>
<artifactId>tests</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit f1da8d3

Please sign in to comment.