This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 0d7ac049b0f308aac190520282d554012bc835d5 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jun 4 16:21:22 2019 +0200 Use a property placeholder for partial build plugin --- parent/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index a5b3b06..25e6348 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -551,6 +551,7 @@ <osgi-version>6.0.0</osgi-version> <paho-version>1.2.1</paho-version> <paranamer-bundle-version>2.8_1</paranamer-bundle-version> + <partial-build-plugin-version>2.7</partial-build-plugin-version> <pax-cdi-version>1.0.0</pax-cdi-version> <pax-exam-version>4.13.1</pax-exam-version> <pax-tiny-bundle-version>1.3.2</pax-tiny-bundle-version> @@ -6021,7 +6022,7 @@ <plugin> <groupId>com.lesfurets</groupId> <artifactId>partial-build-plugin</artifactId> - <version>2.7</version> + <version>${partial-build-plugin-version}</version> <extensions>true</extensions> </plugin> </plugins>