Use released GraphQL core, not using new features so far
diff --git a/org.apache.sling.graphql.samples.website/pom.xml b/org.apache.sling.graphql.samples.website/pom.xml
index 68539f5..6e02595 100644
--- a/org.apache.sling.graphql.samples.website/pom.xml
+++ b/org.apache.sling.graphql.samples.website/pom.xml
@@ -105,7 +105,7 @@
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.graphql.core</artifactId>
       <!-- keep the version number in sync between pom.xml and feature-graphql-example-website.json -->
-      <version>0.0.5-SNAPSHOT</version>
+      <version>0.0.4</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/org.apache.sling.graphql.samples.website/src/main/features/feature-graphql-example-website.json b/org.apache.sling.graphql.samples.website/src/main/features/feature-graphql-example-website.json
index 57bc95e..9f4a5ec 100644
--- a/org.apache.sling.graphql.samples.website/src/main/features/feature-graphql-example-website.json
+++ b/org.apache.sling.graphql.samples.website/src/main/features/feature-graphql-example-website.json
@@ -11,16 +11,16 @@
   "bundles":[
     {
       // 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.5-SNAPSHOT",
+      "id" : "org.apache.sling:org.apache.sling.graphql.core:0.0.4",
       "start-order":"20"
     },
     "org.apache.sling:org.apache.sling.graphql.samples.website:0.0.1-SNAPSHOT",
     "com.cedarsoftware:json-io:jar:4.12.0",
-    "com.graphql-java:graphql-java:jar:15.0",
+    "com.graphql-java:graphql-java:jar:14.0",
     "org.antlr:antlr4-runtime:jar:4.7.2",
     "com.graphql-java:java-dataloader:jar:2.2.3",
     "org.reactivestreams:reactive-streams:jar:1.0.2",
-    "org.apache.sling:org.apache.sling.servlet-helpers:jar:1.4.0-SNAPSHOT",
+    "org.apache.sling:org.apache.sling.servlet-helpers:jar:1.4.2",
     "com.github.jknack:handlebars:4.2.0"
   ],
   "configurations":{