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:11 UTC

[aries-jax-rs-whiteboard] 03/05: Revert "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 abb4ca7c38584bb6171688e86f75ca96818bc325
Author: Carlos Sierra Andrés <ca...@liferay.com>
AuthorDate: Sun Apr 18 10:44:39 2021 +0200

    Revert "update to spifly 1.3.3"
    
    This reverts commit f76202fa7b96f33d8a51fa5f93bc3f46f920b434.
---
 pom.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1a4a5b5..04dc9c2 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.3</spifly.extension.version>
+        <spifly.extension.version>1.3.2</spifly.extension.version>
         <xmlunit.assertj3.version>2.8.2</xmlunit.assertj3.version>
     </properties>
 
@@ -721,6 +721,15 @@
                 </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>