This is an automated email from the ASF dual-hosted git repository. bdelacretaz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
The following commit(s) were added to refs/heads/master by this push: new 54bd7d1 Rename from 'scripting' to 'core' as it's more than just scripting 54bd7d1 is described below commit 54bd7d18b0eec6a049d3a6e1e0632ad8f6d737ee Author: Bertrand Delacretaz <bdelacre...@apache.org> AuthorDate: Fri May 8 13:43:37 2020 +0200 Rename from 'scripting' to 'core' as it's more than just scripting --- graphql-scripting/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphql-scripting/pom.xml b/graphql-scripting/pom.xml index 66dafac..494c7a6 100644 --- a/graphql-scripting/pom.xml +++ b/graphql-scripting/pom.xml @@ -28,11 +28,11 @@ <relativePath /> </parent> - <artifactId>org.apache.sling.scripting.graphql</artifactId> + <artifactId>org.apache.sling.graphql.core</artifactId> <version>0.0.1-SNAPSHOT</version> - <name>Apache Sling Scripting GraphQL</name> - <description>Support for server-side GraphQL queries</description> + <name>Apache Sling GraphQL Core</name> + <description>Support for GraphQL queries</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>