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/09 08:27:33 UTC

incubator-tamaya git commit: TAMAYA-55 As we need now both, JDK 7 and JDK 8, we can not enforce JDK 8 only.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master ae6667533 -> 3e9b275df


TAMAYA-55 As we need now both, JDK 7 and JDK 8, we can not enforce JDK 8 only.


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

Branch: refs/heads/master
Commit: 3e9b275df74ae2945feaafe40175c5ac30d491d5
Parents: ae66675
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Fri Jan 9 08:25:28 2015 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Fri Jan 9 08:25:28 2015 +0100

----------------------------------------------------------------------
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/3e9b275d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d02a156..a1af8fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,6 +20,7 @@ under the License.
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
+
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
@@ -360,9 +361,6 @@ under the License.
                                 <requireMavenVersion>
                                     <version>3.0.5</version>
                                 </requireMavenVersion>
-                                <requireJavaVersion>
-                                    <version>1.8.0</version>
-                                </requireJavaVersion>
                             </rules>
                         </configuration>
                     </execution>