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/25 21:35:43 UTC

[03/23] incubator-tamaya-sandbox 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-sandbox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/87d5224b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/87d5224b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/87d5224b

Branch: refs/heads/master
Commit: 87d5224b4a7bc9696d78359053935f8351f9547e
Parents: 6e6419c
Author: anatole <an...@apache.org>
Authored: Tue Sep 29 01:31:22 2015 +0200
Committer: anatole <an...@apache.org>
Committed: Tue Sep 29 01:31:26 2015 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/87d5224b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4aef40b..251bf64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@ under the License.
     <dependencies>
         <dependency>
             <groupId>org.apache.tamaya</groupId>
-            <artifactId>tamaya-java7-api</artifactId>
+            <artifactId>tamaya-api</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>