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:40:59 UTC

[sling-org-apache-sling-graphql-core] branch master updated: [maven-release-plugin] prepare release org.apache.sling.graphql.core-0.0.6

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 a4d52b7  [maven-release-plugin] prepare release org.apache.sling.graphql.core-0.0.6
a4d52b7 is described below

commit a4d52b7037f32db270c2571d7cd511e29df7cc86
Author: Radu Cotescu <co...@adobe.com>
AuthorDate: Mon Sep 28 11:40:55 2020 +0200

    [maven-release-plugin] prepare release org.apache.sling.graphql.core-0.0.6
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index bf09f59..fb42a3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.sling.graphql.core</artifactId>
-  <version>0.0.5-SNAPSHOT</version>
+  <version>0.0.6</version>
 
   <name>Apache Sling GraphQL Core</name>
   <description>Support for GraphQL queries</description>
@@ -42,14 +42,14 @@
     <jacoco.maven.plugin.version>0.8.2</jacoco.maven.plugin.version>
 
     <!-- additional options that can be passed to Pax before executing the tests -->
-    <pax.vm.options/>
+    <pax.vm.options />
   </properties>
 
   <scm>
       <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.2</tag>
+    <tag>org.apache.sling.graphql.core-0.0.6</tag>
   </scm>
 
   <build>