You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/12/17 13:32:37 UTC

[6/7] incubator-brooklyn git commit: Include a version for the maven-jar-plugin

Include a version for the maven-jar-plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/02c5d336
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/02c5d336
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/02c5d336

Branch: refs/heads/master
Commit: 02c5d33618373fc5ebe891eb485eca084391c540
Parents: 88a6b86
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Wed Dec 9 16:53:38 2015 +0000
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Wed Dec 9 17:07:42 2015 +0000

----------------------------------------------------------------------
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/02c5d336/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 481ef5f..ec63b77 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1301,6 +1301,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-jar-plugin</artifactId>
+                        <version>2.6</version>
                         <configuration>
                             <archive>
                                 <manifestFile> ${project.build.outputDirectory}/META-INF/MANIFEST.MF </manifestFile>