Repository: commons-release-plugin Updated Branches: refs/heads/master e263134fc -> efce48a13
Refactor Manven SCM plugin version into a property. Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/efce48a1 Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/efce48a1 Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/efce48a1 Branch: refs/heads/master Commit: efce48a139e9c705c2bb0738bc6db7c1f4463013 Parents: e263134 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Wed Feb 14 07:43:47 2018 -0700 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Wed Feb 14 07:43:47 2018 -0700 ---------------------------------------------------------------------- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/efce48a1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 77c5f0b..09432fb 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,7 @@ <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version> <checkstyle.version>6.19</checkstyle.version> + <maven-scm.version>1.9.5</maven-scm.version> <commons.jacoco.version>0.8.0</commons.jacoco.version> <commons.jacoco.classRatio>0.1</commons.jacoco.classRatio> <commons.jacoco.instructionRatio>0.1</commons.jacoco.instructionRatio> @@ -129,17 +130,17 @@ <dependency> <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-api</artifactId> - <version>1.9.5</version> + <version>${maven-scm.version}</version> </dependency> <dependency> <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-provider-svnexe</artifactId> - <version>1.9.5</version> + <version>${maven-scm.version}</version> </dependency> <dependency> <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-provider-svn-commons</artifactId> - <version>1.9.5</version> + <version>${maven-scm.version}</version> </dependency> <dependency> <groupId>commons-codec</groupId>