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

bdemers pushed a commit to branch 1.8-build-issues
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit 9871caccac9b7bb6f17c55af0ffdeda83c6b3fb7
Author: Brian Demers <[email protected]>
AuthorDate: Mon May 3 14:32:36 2021 -0400

    Correct project version used by invoker plugin
---
 web/src/it/projects/MultipleServiceLoader/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/src/it/projects/MultipleServiceLoader/pom.xml 
b/web/src/it/projects/MultipleServiceLoader/pom.xml
index e46cac0..6b93201 100644
--- a/web/src/it/projects/MultipleServiceLoader/pom.xml
+++ b/web/src/it/projects/MultipleServiceLoader/pom.xml
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.shiro</groupId>
             <artifactId>shiro-web</artifactId>
-            <version>1.7.1-SNAPSHOT</version>
+            <version>@project.version@</version>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>

Reply via email to