Migrate to parent POM version 0.10.0#23
Merged
Merged
Conversation
- In `pom.xml`:
- Parent POM updated from `0.8.10` to `0.10.0`
- Renamed property `org.palladiosimulator.maven.tychotprefresh.tplocation.2` to `targetPlatform.relativePath` and trimmed its path value to start at `releng`
- In `.mvn/extensions.xml`:
- Removed `<extension>` block for `org.palladiosimulator:tycho-tp-refresh-maven-plugin`
- In the target platform `org.palladiosimulator.textual.targetplatform.target`:
- Inserted new `<location>` with URI `mvn:org.palladiosimulator:palladio-target-platforms:0.1.0:target:palladio-2023-09`, since the Palladio target platform is now decoupled from the parent POM
- Unified all `includeSource` attributes by setting them to `false`, as the value must be the same across all locations to prevent resolution failure
- Removed specifics of the `tycho-tp-refresh-maven-plugin` to be standard-compliant:
- Removed any `<location filter="release">` entries
- Removed `filter="nightly"` attributes
- Removed all `refresh="true"` attributes and, where present, set each `<unit>`’s `version` attribute to `0.0.0`
- Renamed to the recommended name `tp.target`
Nicolas-Boltz
approved these changes
Jul 17, 2025
rsfzi
approved these changes
Jul 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
0.8.10to the new parent POM version0.10.0Changes
pom.xml:0.8.10to0.10.0org.palladiosimulator.maven.tychotprefresh.tplocation.2totargetPlatform.relativePathand trimmed its path value to start atreleng.mvn/extensions.xml:<extension>block fororg.palladiosimulator:tycho-tp-refresh-maven-pluginorg.palladiosimulator.textual.targetplatform.target:<location>with URImvn:org.palladiosimulator:palladio-target-platforms:0.1.0:target:palladio-2023-09, since the Palladio target platform is now decoupled from the parent POMincludeSourceattributes by setting them tofalse, as the value must be the same across all locations to prevent resolution failuretycho-tp-refresh-maven-pluginto be standard-compliant:<location filter="release">entriesfilter="nightly"attributesrefresh="true"attributes and, where present, set each<unit>’sversionattribute to0.0.0tp.target