Skip to content

Commit

Permalink
Update versions for 5.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas-Boltz committed Jan 3, 2024
1 parent 193ca50 commit 5877887
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: Examples - New Project Catalog
Bundle-SymbolicName: org.palladiosimulator.examples.package;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-Version: 5.2.0.qualifier
Bundle-Vendor: palladiosimulator.org
Require-Bundle: org.palladiosimulator.architecturaltemplates;resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.palladiosimulator.examples.package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.palladiosimulator.examples.package</groupId>
<artifactId>parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.2.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.palladiosimulator.examples.package.feature"
label="Example Project Initiator Templates"
version="5.1.0.qualifier"
version="5.2.0.qualifier"
provider-name="palladiosimulator.org"
plugin="org.palladiosimulator.branding"
license-feature="org.palladiosimulator.license.epl2"
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.palladiosimulator</groupId>
<artifactId>eclipse-parent-updatesite</artifactId>
<version>0.8.7</version>
<version>0.8.9</version>
</parent>
<groupId>org.palladiosimulator.examples.package</groupId>
<artifactId>parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 5877887

Please sign in to comment.