Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(poms): uptick version of properties maven plugin #5463

Merged
merged 3 commits into from
Oct 24, 2024

Conversation

gnunzi
Copy link
Contributor

@gnunzi gnunzi commented Oct 20, 2024

I noticed we are using an old alpha version of this plugin, so this is an uptick.

The properties maven plugin is used to read the file from target-platform/config/kura.target-platform.build.properties. It should be harmless to uptick.
On the other side, it is wise to move away from the alpha version.

References:
https://mvnrepository.com/artifact/org.codehaus.mojo/properties-maven-plugin/1.2.1

https://www.mojohaus.org/properties-maven-plugin/ (see top right for the version)

Copy link
Contributor

@marcellorinaldo marcellorinaldo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution! Could you please also update the other references and do a rebase with develop?

@gnunzi
Copy link
Contributor Author

gnunzi commented Oct 21, 2024

Ok, I missed those.
Should I introduce the property <properties-maven-plugin.version>1.2.1</properties-maven-plugin.version> like in the other poms, or just uptick the version number in the plugin section?
Tiny detail I know :)

@marcellorinaldo
Copy link
Contributor

Should I introduce the property <properties-maven-plugin.version>1.2.1</properties-maven-plugin.version> like in the other poms

That would be really nice! I think that way it will be more maintainable

@gnunzi gnunzi force-pushed the uptick_maven_props branch from 537b996 to 979f31a Compare October 23, 2024 05:53
@@ -93,7 +95,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-1</version>
<version>${properties-maven-plugin.version}/version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<version>${properties-maven-plugin.version}/version>
<version>${properties-maven-plugin.version}</version>

Copy link
Contributor

@pierantoniomerlino pierantoniomerlino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the typo

@gnunzi
Copy link
Contributor Author

gnunzi commented Oct 23, 2024

@marcellorinaldo the kura-bundles-pom.xml looks like a truncated xml (or?). Maybe it is not in use anymore.

@marcellorinaldo
Copy link
Contributor

@marcellorinaldo the kura-bundles-pom.xml looks like a truncated xml (or?). Maybe it is not in use anymore.

yes, i don't think it is used anymore

@mattdibi mattdibi merged commit cdea82a into eclipse-kura:develop Oct 24, 2024
4 checks passed
@mattdibi
Copy link
Contributor

@gnunzi thanks for your contribution 🙏

eclipse-kura-bot pushed a commit that referenced this pull request Oct 24, 2024
* uptick properties maven plugin

* uptick properties maven plugin to 1.2.1

* fix typo

(cherry picked from commit cdea82a)
marcellorinaldo pushed a commit that referenced this pull request Oct 25, 2024
…ase-5.6.0] (#5486)

chore(poms): uptick version of properties maven plugin (#5463)

* uptick properties maven plugin

* uptick properties maven plugin to 1.2.1

* fix typo

(cherry picked from commit cdea82a)

Co-authored-by: gnunzi <[email protected]>
MMaiero pushed a commit that referenced this pull request Dec 20, 2024
* uptick properties maven plugin

* uptick properties maven plugin to 1.2.1

* fix typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants