You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2021/04/06 23:04:21 UTC

[aries-jax-rs-whiteboard] 05/06: use snapshot of spifly on Java 17

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

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

commit 92067dd5fa1456d5ce94c6950a776546c42fd923
Author: Raymond Auge <ro...@apache.org>
AuthorDate: Tue Apr 6 18:55:56 2021 -0400

    use snapshot of spifly on Java 17
    
    Signed-off-by: Raymond Auge <ro...@apache.org>
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5a2267d..d87124b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -722,6 +722,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>