Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 2a9335a

Browse files
committed
Increase version numbers
1 parent 1c81b9b commit 2a9335a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bundles/org.dataflowanalysis.examplemodels/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: DFA Example Models
44
Bundle-SymbolicName: org.dataflowanalysis.examplemodels
5-
Bundle-Version: 2.0.0.qualifier
5+
Bundle-Version: 3.0.0.qualifier
66
Require-Bundle: org.eclipse.core.runtime
77
Automatic-Module-Name: org.dataflowanalysis.examplemodels
88
Bundle-RequiredExecutionEnvironment: JavaSE-17

features/org.dataflowanalysis.examplemodels.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.dataflowanalysis.examplemodels.feature"
44
label="Example Models Feature"
5-
version="2.0.0.qualifier"
5+
version="3.0.0.qualifier"
66
plugin="org.palladiosimulator.branding"
77
license-feature="org.palladiosimulator.license.epl2"
88
license-feature-version="1.0.0">

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.dataflowanalysis.examplemodels</groupId>
55
<artifactId>parent</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>3.0.0</version>
77
<packaging>pom</packaging>
88

99
<properties>

0 commit comments

Comments
 (0)