You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2022/08/30 15:59:58 UTC

[sling-samples] branch master updated: releng: updated to o.a.s.graphql.core 0.0.12

This is an automated email from the ASF dual-hosted git repository.

radu 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 529c291  releng: updated to o.a.s.graphql.core 0.0.12
529c291 is described below

commit 529c29178d8edbcb586a4a921c610bf3ecea3386
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Tue Aug 30 17:59:32 2022 +0200

    releng: updated to o.a.s.graphql.core 0.0.12
---
 org.apache.sling.graphql.samples.website/pom.xml                     | 2 +-
 .../src/main/features/feature-graphql-example-website.json           | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/org.apache.sling.graphql.samples.website/pom.xml b/org.apache.sling.graphql.samples.website/pom.xml
index 6e02595..d1ddd03 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.4</version>
+      <version>0.0.12</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 0930b41..c227dc9 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,12 +11,13 @@
   "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.4",
+      "id" : "org.apache.sling:org.apache.sling.graphql.core:0.0.12",
       "start-order":"20"
     },
     "org.apache.sling:org.apache.sling.graphql.samples.website:0.0.1-SNAPSHOT",
+    "org.apache.johnzon:johnzon-mapper:jar:1.2.8",
     "com.cedarsoftware:json-io:jar:4.12.0",
-    "com.graphql-java:graphql-java:jar:14.0",
+    "com.graphql-java:graphql-java:jar:15.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",