Skip to content

Commit

Permalink
chore(poms): uptick version of properties maven plugin (#5463)
Browse files Browse the repository at this point in the history
* uptick properties maven plugin

* uptick properties maven plugin to 1.2.1

* fix typo
  • Loading branch information
gnunzi authored Oct 24, 2024
1 parent a39ed10 commit cdea82a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
6 changes: 4 additions & 2 deletions kura/distrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
<kura.skip.web>false</kura.skip.web>
<kura.skip.examples>true</kura.skip.examples>

<properties-maven-plugin.version>1.2.1</properties-maven-plugin.version>

<!-- used for RPM uninstallation -->
<kura.install.link>/opt/eclipse/kura</kura.install.link>
</properties>
Expand Down Expand Up @@ -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>
<executions>
<execution>
<phase>initialize</phase>
Expand Down Expand Up @@ -1022,7 +1024,7 @@
properties-maven-plugin
</artifactId>
<versionRange>
[1.0-alpha-1,)
[1.2.1,)
</versionRange>
<goals>
<goal>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
properties-maven-plugin
</artifactId>
<versionRange>
[1.0-alpha-1,)
[1.2.1,)
</versionRange>
<goals>
<goal>read-project-properties</goal>
Expand Down
4 changes: 2 additions & 2 deletions kura/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<slf4j.version>1.7.36</slf4j.version>
<wagon-ssh.version>1.0-beta-6</wagon-ssh.version>
<properties-maven-plugin.version>1.0-alpha-2</properties-maven-plugin.version>
<properties-maven-plugin.version>1.2.1</properties-maven-plugin.version>
</properties>

<distributionManagement>
Expand Down Expand Up @@ -800,7 +800,7 @@
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<versionRange>[1.0-alpha-1,)</versionRange>
<versionRange>[1.2.1,)</versionRange>
<goals>
<goal>read-project-properties</goal>
</goals>
Expand Down
1 change: 1 addition & 0 deletions target-platform/p2-repo-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<packaging>pom</packaging>
<properties>
<skip.libsocket-can>true</skip.libsocket-can>
<properties-maven-plugin.version>1.2.1</properties-maven-plugin.version>
</properties>
<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion target-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version>
<maven-site-plugin.version>3.3</maven-site-plugin.version>
<maven-surefire-plugin.version>2.7.2</maven-surefire-plugin.version>
<properties-maven-plugin.version>1.0-alpha-2</properties-maven-plugin.version>
<properties-maven-plugin.version>1.2.1</properties-maven-plugin.version>
</properties>

<modules>
Expand Down

0 comments on commit cdea82a

Please sign in to comment.