You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/09/28 08:17:29 UTC

[sling-samples] branch master updated: Use released GraphQL core, not using new features so far

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-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 1478d1b  Use released GraphQL core, not using new features so far
1478d1b is described below

commit 1478d1bf7342b435e2af7de1e53e06fb7b0e60e6
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Sep 24 10:52:02 2020 +0200

    Use released GraphQL core, not using new features so far
---
 org.apache.sling.graphql.samples.website/pom.xml                    | 2 +-
 .../src/main/features/feature-graphql-example-website.json          | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

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":{