Test with latest version
diff --git a/org.apache.sling.graphql.samples.website/pom.xml b/org.apache.sling.graphql.samples.website/pom.xml
index b18b79c..b61795f 100644
--- a/org.apache.sling.graphql.samples.website/pom.xml
+++ b/org.apache.sling.graphql.samples.website/pom.xml
@@ -59,7 +59,8 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.graphql.core</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <!-- keep the version number in sync between pom.xml and feature-graphql-example-website.json -->
+      <version>0.0.3-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/org.apache.sling.graphql.samples.website/src/main/resources/features/feature-graphql-example-website.json b/org.apache.sling.graphql.samples.website/src/main/resources/features/feature-graphql-example-website.json
index ce08a2f..5e39dff 100644
--- a/org.apache.sling.graphql.samples.website/src/main/resources/features/feature-graphql-example-website.json
+++ b/org.apache.sling.graphql.samples.website/src/main/resources/features/feature-graphql-example-website.json
@@ -7,7 +7,8 @@
   "variables":{},
   "bundles":[
     {
-      "id" : "org.apache.sling:org.apache.sling.graphql.core:0.0.1-SNAPSHOT",
+      // keep the version number in sync between pom.xml and feature-graphql-example-website.json
+      "id" : "org.apache.sling:org.apache.sling.graphql.core:0.0.3-SNAPSHOT",
       "start-order":"20",
       "configurations" : {
         "org.apache.sling.graphql.core.GraphQLServlet~default" : {