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 2016/09/26 22:18:51 UTC

[10/50] [abbrv] incubator-tamaya-extensions git commit: TAMAYA-113: Remove Java 8 related parts - basic work done.

TAMAYA-113: Remove Java 8 related parts - basic work done.


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

Branch: refs/heads/master
Commit: 25d1b3e68d1f022b36be3ab07c204d4b7d6ed7c7
Parents: 9c7f405
Author: anatole <an...@apache.org>
Authored: Tue Sep 29 01:31:22 2015 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Tue Sep 27 00:18:31 2016 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/25d1b3e6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 74c9b22..a9f7e92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@ under the License.
     <dependencies>
         <dependency>
             <groupId>org.apache.tamaya</groupId>
-            <artifactId>tamaya-java7-api</artifactId>
+            <artifactId>tamaya-api</artifactId>
             <version>${project.version}</version>
             <scope>provided</scope>
         </dependency>
@@ -47,7 +47,7 @@ under the License.
         </dependency>
         <dependency>
             <groupId>org.apache.tamaya</groupId>
-            <artifactId>tamaya-java7-core</artifactId>
+            <artifactId>tamaya-core</artifactId>
             <version>${project.version}</version>
             <scope>provided</scope>
         </dependency>