You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2021/12/16 14:07:29 UTC

[sling-jspc-maven-plugin] branch master updated: Set scripting jsp to 2.5.4

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

pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-jspc-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d6f2d9  Set scripting jsp to 2.5.4
1d6f2d9 is described below

commit 1d6f2d97c073142e8d567cc8c39405fa781a5f26
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Thu Dec 16 15:07:17 2021 +0100

    Set scripting jsp to 2.5.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 79e3722..5139184 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.jsp</artifactId>
-            <version>2.5.5-SNAPSHOT</version>
+            <version>2.5.4</version>
             <scope>compile</scope>
         </dependency>
         <dependency>