This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-xproc.git
commit 4f8f92d050738b40a194c65dd09a86180effa840 Author: Carsten Ziegeler <[email protected]> AuthorDate: Tue Aug 6 12:58:41 2013 +0000 SLING-2996 : use project.* properties instead of pom.* properties . Apply patch from Oliver Lietz git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1510951 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 25b522d..3151dc4 100644 --- a/pom.xml +++ b/pom.xml @@ -58,8 +58,8 @@ org.apache.sling.scripting.xproc.* </Private-Package> <Embed-Dependency>cocoon-pipeline;inline=true</Embed-Dependency> - <ScriptEngine-Name>${pom.name}</ScriptEngine-Name> - <ScriptEngine-Version>${pom.version}</ScriptEngine-Version> + <ScriptEngine-Name>${project.name}</ScriptEngine-Name> + <ScriptEngine-Version>${project.version}</ScriptEngine-Version> </instructions> </configuration> </plugin> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
