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 e420936  Test with latest version
e420936 is described below

commit e42093651017db6f5889b89cf4a5dab8886b25b2
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Fri Jun 26 16:19:17 2020 +0200

    Test with latest version
---
 org.apache.sling.graphql.samples.website/pom.xml                       | 3 ++-
 .../src/main/resources/features/feature-graphql-example-website.json   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

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

Reply via email to