You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ra...@apache.org on 2019/01/28 16:26:43 UTC

[tomee] 02/04: Fixed mp-jwt version for plugin release to be happy.

This is an automated email from the ASF dual-hosted git repository.

radcortez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit d85f688a84d916365cdff276d0db7dae5d24aedb
Author: Roberto Cortez <ra...@yahoo.com>
AuthorDate: Fri Jan 25 17:02:22 2019 +0000

    Fixed mp-jwt version for plugin release to be happy.
    
    (cherry picked from commit 1de84c8)
---
 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>