You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2021/04/18 08:45:52 UTC

[aries-jax-rs-whiteboard] 01/03: update to spifly 1.3.3

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

csierra pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git

commit 577055a76e4e46db6f79a03be6e3f757ffbf1439
Author: Raymond Auge <ro...@apache.org>
AuthorDate: Tue Apr 13 19:43:31 2021 -0400

    update to spifly 1.3.3
    
    Signed-off-by: Raymond Auge <ro...@apache.org>
---
 pom.xml | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4947ac5..f704a51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
         <osgi.test.version>0.10.0</osgi.test.version>
         <shiro.version>1.7.1</shiro.version>
         <slf4j.version>1.7.30</slf4j.version>
-        <spifly.extension.version>1.3.2</spifly.extension.version>
+        <spifly.extension.version>1.3.3</spifly.extension.version>
         <xmlunit.assertj3.version>2.8.2</xmlunit.assertj3.version>
     </properties>
 
@@ -721,15 +721,6 @@
                 </dependency>
             </dependencies>
         </profile>
-        <profile>
-            <id>java-release-17+</id>
-            <activation>
-                <jdk>[17,)</jdk>
-            </activation>
-            <properties>
-                <spifly.extension.version>1.3.3-SNAPSHOT</spifly.extension.version>
-            </properties>
-        </profile>
     </profiles>
 
     <reporting>