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 2020/09/28 09:41:10 UTC

[sling-org-apache-sling-graphql-core] branch master updated: [maven-release-plugin] prepare for next development iteration

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-org-apache-sling-graphql-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 19bc07c  [maven-release-plugin] prepare for next development iteration
19bc07c is described below

commit 19bc07c039bfb3e9d578e9c592b60c3da6bdd951
Author: Radu Cotescu <co...@adobe.com>
AuthorDate: Mon Sep 28 11:41:06 2020 +0200

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fb42a3a..e752189 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.sling.graphql.core</artifactId>
-  <version>0.0.6</version>
+  <version>0.0.7-SNAPSHOT</version>
 
   <name>Apache Sling GraphQL Core</name>
   <description>Support for GraphQL queries</description>
@@ -49,7 +49,7 @@
       <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git</connection>
       <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git</developerConnection>
       <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-graphql-core.git</url>
-    <tag>org.apache.sling.graphql.core-0.0.6</tag>
+    <tag>org.apache.sling.graphql.core-0.0.2</tag>
   </scm>
 
   <build>