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 8e07d0e commit 15d052a
Show file tree
Hide file tree
Showing 12 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: Recorder Framework for EDP2
Bundle-SymbolicName: org.palladiosimulator.recorderframework.edp2;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0
Bundle-Activator: org.palladiosimulator.recorderframework.edp2.Activator
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore;bundle-version="2.4.2",
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: Recorder Framework for SensorFramework
Bundle-SymbolicName: org.palladiosimulator.recorderframework.sensorframework;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0
Bundle-RequiredExecutionEnvironment: JavaSE-17
Export-Package: org.palladiosimulator.recorderframework.sensorframework,
org.palladiosimulator.recorderframework.sensorframework.launch
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: Recorder Framework
Bundle-SymbolicName: org.palladiosimulator.recorderframework;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0
Bundle-Activator: org.palladiosimulator.recorderframework.Activator
Require-Bundle: org.jscience;bundle-version="4.1.3",
org.eclipse.core.runtime,
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.recorderframework</groupId>
<artifactId>parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.2.0</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.recorderframework.feature"
label="RecorderFramework Feature"
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 features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.palladiosimulator.recorderframework</groupId>
<artifactId>parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.2.0</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.recorderframework</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.recorderframework.feature_5.1.0.qualifier.jar" id="org.palladiosimulator.recorderframework.feature" version="5.1.0.qualifier">
<feature url="features/org.palladiosimulator.recorderframework.feature_5.2.0.jar" id="org.palladiosimulator.recorderframework.feature" version="5.2.0">
<category name="org.palladiosimulator.qual.category"/>
</feature>
<feature url="features/org.palladiosimulator.recorderframework.feature.source_5.1.0.qualifier.jar" id="org.palladiosimulator.recorderframework.feature.source" version="5.1.0.qualifier">
<feature url="features/org.palladiosimulator.recorderframework.feature.source_5.2.0.jar" id="org.palladiosimulator.recorderframework.feature.source" version="5.2.0">
<category name="org.palladiosimulator.qual.source.category"/>
</feature>
<category-def name="org.palladiosimulator.qual.category" label="Quality Analysis Lab">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.palladiosimulator.recorderframework</groupId>
<artifactId>releng</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>

<artifactId>org.palladiosimulator.recorderframework.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.recorderframework</groupId>
<artifactId>parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.2.0</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: Test Plugin for the Recorder Framework
Bundle-SymbolicName: org.palladiosimulator.recorderframework.tests;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0
Bundle-Vendor: palladiosimulator.org
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17
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.recorderframework</groupId>
<artifactId>parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<artifactId>tests</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit 15d052a

Please sign in to comment.