Repository: incubator-ratis Updated Branches: refs/heads/master 43bc6ebf4 -> ac55b5f18
Removed usage of version properties usages for maven-plugins Signed-off-by: Enis Soztutar <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/ac55b5f1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/ac55b5f1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/ac55b5f1 Branch: refs/heads/master Commit: ac55b5f186ffdec1dd97620eb06d9a939891ab1e Parents: 43bc6eb Author: Karl Heinz Marbaise <[email protected]> Authored: Thu Apr 6 21:42:03 2017 +0200 Committer: Enis Soztutar <[email protected]> Committed: Mon Apr 10 00:47:33 2017 -0700 ---------------------------------------------------------------------- ratis-assembly/pom.xml | 2 -- ratis-hadoop-shaded/pom.xml | 4 ---- ratis-proto-shaded/pom.xml | 5 ----- 3 files changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/ac55b5f1/ratis-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-assembly/pom.xml b/ratis-assembly/pom.xml index 75f6153..d916384 100644 --- a/ratis-assembly/pom.xml +++ b/ratis-assembly/pom.xml @@ -71,7 +71,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>${maven-source-plugin.version}</version> <executions> <execution> <phase>prepare-package</phase> @@ -96,7 +95,6 @@ </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> - <version>${maven-assembly-plugin.version}</version> <configuration> <!--Else will use ratis-assembly as final name.--> <finalName>ratis-${project.version}</finalName> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/ac55b5f1/ratis-hadoop-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-hadoop-shaded/pom.xml b/ratis-hadoop-shaded/pom.xml index 6292627..9b4936b 100644 --- a/ratis-hadoop-shaded/pom.xml +++ b/ratis-hadoop-shaded/pom.xml @@ -44,12 +44,10 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>${maven-source-plugin.version}</version> </plugin> <plugin> <!--Make it so assembly:single does nothing in here--> <artifactId>maven-assembly-plugin</artifactId> - <version>${maven-assembly-plugin.version}</version> <configuration> <skipAssembly>true</skipAssembly> </configuration> @@ -161,7 +159,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>${maven-shade-plugin.version}</version> <executions> <execution> <phase>package</phase> @@ -284,7 +281,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>${maven-dependency-plugin.version}</version> <executions> <execution> <id>unpack</id> http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/ac55b5f1/ratis-proto-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-proto-shaded/pom.xml b/ratis-proto-shaded/pom.xml index 28f1bb0..7db8eee 100644 --- a/ratis-proto-shaded/pom.xml +++ b/ratis-proto-shaded/pom.xml @@ -46,12 +46,10 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>${maven-source-plugin.version}</version> </plugin> <plugin> <!--Make it so assembly:single does nothing in here--> <artifactId>maven-assembly-plugin</artifactId> - <version>${maven-assembly-plugin.version}</version> <configuration> <skipAssembly>true</skipAssembly> </configuration> @@ -450,7 +448,6 @@ <plugin> <groupId>org.xolstice.maven.plugins</groupId> <artifactId>protobuf-maven-plugin</artifactId> - <version>${maven-xolstice-plugin.version}</version> <configuration> <protocArtifact> com.google.protobuf:protoc:${shaded.protobuf.version}:exe:${os.detected.classifier} @@ -484,7 +481,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>${maven-shade-plugin.version}</version> <executions> <execution> <phase>package</phase> @@ -587,7 +583,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>${maven-dependency-plugin.version}</version> <executions> <execution> <id>unpack</id>
