You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2015/01/24 14:33:28 UTC

incubator-tamaya git commit: TAMAYA-60 Added prerequisite information for Maven.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 72c817875 -> 43acbddb5


TAMAYA-60 Added prerequisite information for Maven.


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

Branch: refs/heads/master
Commit: 43acbddb51f2b9fe9568013a5ae0980802a89c12
Parents: 72c8178
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sat Jan 24 14:33:03 2015 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sat Jan 24 14:33:03 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/43acbddb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a8e83f3..f51c6a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,9 @@ under the License.
         <url>http://apache.org</url>
     </organization>
 
+    <prerequisites>
+        <maven>3.0.5</maven>
+    </prerequisites>
 
     <properties>
         <findbugs.skip>false</findbugs.skip>