You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2017/09/16 20:56:38 UTC

incubator-tamaya-sandbox git commit: TAMAYA-287: Fix maven warning and update to latest Tamaya SNAPSHOT

Repository: incubator-tamaya-sandbox
Updated Branches:
  refs/heads/master 5c5465349 -> c66f02a81


TAMAYA-287: Fix maven warning and update to latest Tamaya SNAPSHOT


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

Branch: refs/heads/master
Commit: c66f02a81c08aeb5448aee7f382d9b31a9f1dfb3
Parents: 5c54653
Author: Phil Ottlinger <po...@apache.org>
Authored: Sat Sep 16 22:56:20 2017 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Sat Sep 16 22:56:20 2017 +0200

----------------------------------------------------------------------
 pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/c66f02a8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 228bc2b..b6909f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,12 +39,8 @@ under the License.
         <url>https://apache.org</url>
     </organization>
 
-    <prerequisites>
-        <maven>3.0.5</maven>
-    </prerequisites>
-
     <properties>
-        <tamaya.version>3.0-incubating-SNAPSHOT</tamaya.version>
+        <tamaya.version>4.0-incubating-SNAPSHOT</tamaya.version>
         <commons-io.version>2.5</commons-io.version>
         <findbugs.skip>false</findbugs.skip>
         <jdkVersion>1.7</jdkVersion>