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/10/21 19:57:26 UTC

[3/4] incubator-tamaya-extensions git commit: TAMAYA-294: Change order of modules

TAMAYA-294: Change order of modules

To see injection failures after all other modules ran through


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

Branch: refs/heads/master
Commit: 8d38122fa1280d7169e088cf2372d6a1e7d4d0cf
Parents: ae6caa7
Author: Phil Ottlinger <po...@apache.org>
Authored: Sat Oct 21 20:26:46 2017 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Sat Oct 21 20:26:46 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/8d38122f/modules/pom.xml
----------------------------------------------------------------------
diff --git a/modules/pom.xml b/modules/pom.xml
index fafe1f9..f5d9ffc 100644
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -39,7 +39,6 @@ under the License.
         <module>events</module>
         <module>filter</module>
         <module>formats</module>
-        <module>injection</module>
         <module>mutable-config</module>
         <module>resolver</module>
         <module>resources</module>
@@ -47,6 +46,7 @@ under the License.
         <module>jndi</module>
         <module>osgi</module>
         <module>microprofile</module>
+        <module>injection</module>
     </modules>
 
 </project>