You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2013/02/21 12:23:28 UTC

[1/19] git commit: removed overridden plugin version

removed overridden plugin version


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

Branch: refs/heads/master
Commit: e6a8fd047fcfa217d173641eb53b50717b14db90
Parents: e0aa256
Author: Jakob Frank <ja...@apache.org>
Authored: Thu Feb 21 07:53:57 2013 +0100
Committer: Jakob Frank <ja...@apache.org>
Committed: Thu Feb 21 07:53:57 2013 +0100

----------------------------------------------------------------------
 launchers/marmotta-installer/pom.xml |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/e6a8fd04/launchers/marmotta-installer/pom.xml
----------------------------------------------------------------------
diff --git a/launchers/marmotta-installer/pom.xml b/launchers/marmotta-installer/pom.xml
index 9472dca..746fcdf 100644
--- a/launchers/marmotta-installer/pom.xml
+++ b/launchers/marmotta-installer/pom.xml
@@ -66,14 +66,12 @@
 
             <plugin>
                 <artifactId>maven-deploy-plugin</artifactId>
-                <version>2.7</version>
                 <configuration>
                     <skip>true</skip>
                 </configuration>
             </plugin>
             <plugin>
                 <artifactId>maven-install-plugin</artifactId>
-                <version>2.4</version>
                 <configuration>
                     <skip>true</skip>
                 </configuration>