You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by le...@apache.org on 2017/01/18 21:31:01 UTC

incubator-joshua git commit: Add version to Maven assembly plugin

Repository: incubator-joshua
Updated Branches:
  refs/heads/master 6d31d99f3 -> 3ef13a056


Add version to Maven assembly plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/3ef13a05
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/3ef13a05
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/3ef13a05

Branch: refs/heads/master
Commit: 3ef13a056a6115e3cde73cabfec3dee2faf1b560
Parents: 6d31d99
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Wed Jan 18 13:30:54 2017 -0800
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Wed Jan 18 13:30:54 2017 -0800

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/3ef13a05/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 50bc009..9169425 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,7 @@
     <checksum-maven-plugin.version>1.3</checksum-maven-plugin.version>
     <maven-scm-provider-gitexe.version>1.9.5</maven-scm-provider-gitexe.version>
     <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
+    <maven-assembly-plugin.version>3.0.0</maven-assembly-plugin.version>
     <javac.src.version>1.8</javac.src.version>
     <javac.target.version>1.8</javac.target.version>
   </properties>
@@ -287,6 +288,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
+        <version>${maven-assembly-plugin.version}</version>
         <executions>
           <execution>
             <id>assembly</id>