You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/08/26 01:33:17 UTC

[2/7] incubator-apex-core git commit: downgrade the maven versions plugin to address null pointer error - http://stackoverflow.com/a/29995282/1445892

downgrade the maven versions plugin to address null pointer error - http://stackoverflow.com/a/29995282/1445892


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/f2043880
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/f2043880
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/f2043880

Branch: refs/heads/devel-3.0
Commit: f2043880aa48a649978dd1c02f23f2eb7f1668d0
Parents: 5ec8ad0
Author: Chetan Narsude <ch...@datatorrent.com>
Authored: Mon Aug 3 13:29:40 2015 -0700
Committer: Chetan Narsude <ch...@datatorrent.com>
Committed: Mon Aug 3 13:29:40 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/f2043880/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6ee1580..7812c30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,6 +264,10 @@
             <version>2.7</version>
           </plugin>
           <plugin>
+            <artifactId>maven-versions-plugin</artifactId>
+            <version>2.1</version>
+          </plugin>
+          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
             <executions>