You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:02:47 UTC

[sling-org-apache-sling-scripting-api] 26/30: Update scripting version number to 2.1.0 as we added an interface.

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

rombert pushed a commit to annotated tag org.apache.sling.scripting.api-2.1.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-api.git

commit 7db398ae6e65fe5d95131fada8e3ebdd70411ae0
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Jan 27 09:56:26 2010 +0000

    Update scripting version number to 2.1.0 as we added an interface.
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/api@903583 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 31b62b0..11f1e92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.sling.scripting.api</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Scripting Implementation API</name>
@@ -55,7 +55,7 @@
                 <configuration>
                     <instructions>
                         <Export-Package>
-                            org.apache.sling.scripting.api;version=${pom.version},
+                            org.apache.sling.scripting.api;version=2.1.0,
                             javax.script
                         </Export-Package>
                         <Private-Package>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.