You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2016/11/02 10:49:46 UTC

incubator-tamaya-extensions git commit: TAMAYA-189: Fixed invalid parent entry.

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master b089ddb7d -> 9e58027cb


TAMAYA-189: Fixed invalid parent entry.


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/9e58027c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/9e58027c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/9e58027c

Branch: refs/heads/master
Commit: 9e58027cb2b95e497109bdca19bf2020368f4951
Parents: b089ddb
Author: anatole <an...@apache.org>
Authored: Wed Nov 2 11:49:40 2016 +0100
Committer: anatole <an...@apache.org>
Committed: Wed Nov 2 11:49:40 2016 +0100

----------------------------------------------------------------------
 modules/spi-support/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/9e58027c/modules/spi-support/pom.xml
----------------------------------------------------------------------
diff --git a/modules/spi-support/pom.xml b/modules/spi-support/pom.xml
index edc8df3..3e347f3 100644
--- a/modules/spi-support/pom.xml
+++ b/modules/spi-support/pom.xml
@@ -23,7 +23,7 @@ under the License.
 
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
-        <artifactId>tamaya-extensions-all</artifactId>
+        <artifactId>tamaya-extensions</artifactId>
         <version>0.3-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>