This is an automated email from the ASF dual-hosted git repository.
anatole pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-tamaya-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new 5c6a5e4 Updated to MP Config 1.3.
new 984c713 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/incubator-tamaya-extensions
5c6a5e4 is described below
commit 5c6a5e460cfba5e0d977e231a39be8121bdef2ea
Author: Anatole Tresch <[email protected]>
AuthorDate: Tue Mar 12 17:03:41 2019 +0100
Updated to MP Config 1.3.
---
modules/microprofile/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/microprofile/pom.xml b/modules/microprofile/pom.xml
index 285ea86..6d358fb 100644
--- a/modules/microprofile/pom.xml
+++ b/modules/microprofile/pom.xml
@@ -32,7 +32,7 @@ under the License.
<properties>
<maven.compile.sourceLevel>1.8</maven.compile.sourceLevel>
<maven.compile.targetLevel>1.8</maven.compile.targetLevel>
- <microprofile.config.version>1.2</microprofile.config.version>
+ <microprofile.config.version>1.3</microprofile.config.version>
<geronimo-atinject-1.0-spec.version>1.0</geronimo-atinject-1.0-spec.version>
<geronimo-jcdi-1.1-spec.version>1.0</geronimo-jcdi-1.1-spec.version>
<version.shrinkwrap.resolvers>2.2.6</version.shrinkwrap.resolvers>