You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/08/25 20:09:33 UTC

[1/2] git commit: Updated the pom to allow the stack to build with all versions of maven

Repository: incubator-usergrid
Updated Branches:
  refs/heads/master 304e8d99f -> 3104739a4


Updated the pom to allow the stack to build with all versions of maven


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

Branch: refs/heads/master
Commit: f50b0e08f8634963ca978a6bc71c01b98663eade
Parents: 83fb154
Author: grey <gr...@apigee.com>
Authored: Mon Aug 25 10:33:07 2014 -0700
Committer: grey <gr...@apigee.com>
Committed: Mon Aug 25 10:33:07 2014 -0700

----------------------------------------------------------------------
 stack/rest/pom.xml | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/f50b0e08/stack/rest/pom.xml
----------------------------------------------------------------------
diff --git a/stack/rest/pom.xml b/stack/rest/pom.xml
index 524bfbf..0192e31 100644
--- a/stack/rest/pom.xml
+++ b/stack/rest/pom.xml
@@ -353,25 +353,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-install-plugin</artifactId>
-        <version>2.3.1</version>
-        <executions>
-          <execution>
-            <id>install jar</id>
-            <phase>install</phase>
-            <goals>
-              <goal>install-file</goal>
-            </goals>
-            <configuration>
-              <packaging>jar</packaging>
-              <artifactId>${project.artifactId}</artifactId>
-              <groupId>${project.groupId}</groupId>
-              <version>${project.version}</version>
-              <file>
-                ${project.build.directory}/${project.artifactId}-${project.version}.jar
-              </file>
-            </configuration>
-          </execution>
-        </executions>
+        <version>2.5.1</version>
       </plugin>
     </plugins>
   </build>


[2/2] git commit: Merge branch 'pr/63'

Posted by sn...@apache.org.
Merge branch 'pr/63'


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/3104739a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/3104739a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/3104739a

Branch: refs/heads/master
Commit: 3104739a4ed4d04de356a7741cc4a2cf1e01076f
Parents: 304e8d9 f50b0e0
Author: Dave Johnson <sn...@apache.org>
Authored: Mon Aug 25 13:50:48 2014 -0400
Committer: Dave Johnson <sn...@apache.org>
Committed: Mon Aug 25 13:50:48 2014 -0400

----------------------------------------------------------------------
 stack/rest/pom.xml | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/3104739a/stack/rest/pom.xml
----------------------------------------------------------------------