This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.el-api-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-el-api.git
commit 964bf88c845f235d00bd3230730ba5ae7da95043 Author: Oliver Lietz <[email protected]> AuthorDate: Thu Mar 16 20:59:35 2017 +0000 SLING-6549 Provide bundle wrapping Apache Tomcat 6.0.14 EL API rename el-wrapper to el-api and fix SCM settings git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/el-wrapper@1787237 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 98aee25..ec84a69 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <relativePath/> </parent> - <artifactId>org.apache.sling.scripting.el-wrapper</artifactId> + <artifactId>org.apache.sling.scripting.el-api</artifactId> <packaging>bundle</packaging> <version>1.0.0-SNAPSHOT</version> @@ -36,9 +36,9 @@ <description>This bundle wraps the Apache Tomcat 6.0.14 EL API used by Apache Sling Scripting JSP.</description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/jcr-wrapper</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/jcr-wrapper</developerConnection> - <url>http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/jcr-wrapper</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/el-api</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/el-api</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/el-api</url> </scm> <build> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
