This is an automated email from the ASF dual-hosted git repository.
radcortez pushed a commit to branch tomee-8.0.0-ML2-rel
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-8.0.0-ML2-rel by this
push:
new 1de84c8 Fixed mp-jwt version for plugin release to be happy.
1de84c8 is described below
commit 1de84c87ab8ed1fc53373f6828f81c4f8bf7ce51
Author: Roberto Cortez <[email protected]>
AuthorDate: Fri Jan 25 17:02:22 2019 +0000
Fixed mp-jwt version for plugin release to be happy.
---
tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml
b/tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml
index 2852772..7beb65d 100644
--- a/tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml
+++ b/tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml
@@ -73,7 +73,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mp-jwt</artifactId>
- <version>${microprofile.jwt.impl.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>