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 6448856 commit 00d1898
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: FluentApiModelGenerator
Bundle-SymbolicName: org.palladiosimulator.generator.fluent;singleton:=true
Bundle-Version: 5.2.0.qualifier
Bundle-Version: 5.2.1.qualifier
Automatic-Module-Name: org.palladiosimulator.generator.fluent
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.palladiosimulator.pcm;visibility:=reexport,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.palladiosimulator.generator.fluent.feature"
label="FluentApiModelGeneratorFeature"
version="5.2.0.qualifier"
version="5.2.1.qualifier"
provider-name="palladiosimulator.org"
plugin="org.palladiosimulator.branding"
license-feature="org.palladiosimulator.license.epl2"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>org.palladiosimulator.generator.fluent</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
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: FluentApiModelGeneratorTests
Bundle-SymbolicName: org.palladiosimulator.generator.fluent.test;singleton:=true
Bundle-Version: 5.2.0.qualifier
Bundle-Version: 5.2.1.qualifier
Automatic-Module-Name: org.palladiosimulator.generator.fluent.test
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.palladiosimulator.pcm,
Expand Down

0 comments on commit 00d1898

Please sign in to comment.