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


The following commit(s) were added to refs/heads/master by this push:
     new e054d6b  Revert failed release (again)
e054d6b is described below

commit e054d6b61e61d69ae2a79edc0cf55d6249485849
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Fri Dec 22 17:56:51 2023 +0100

    Revert failed release (again)
---
 pom.xml                          |  4 ++--
 pom.xml => pom.xml.releaseBackup |  4 ++--
 release.properties               | 25 +++++++++++++++++++++++++
 3 files changed, 29 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1f23689..4bca33b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.sling.graphql.core</artifactId>
-  <version>0.0.28</version>
+  <version>0.0.27-SNAPSHOT</version>
 
   <name>Apache Sling GraphQL Core</name>
   <description>Support for GraphQL queries</description>
@@ -47,7 +47,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://github.com/apache/sling-org-apache-sling-graphql-core.git</url>
-    <tag>org.apache.sling.graphql.core-0.0.28</tag>
+    <tag>org.apache.sling.graphql.core-0.0.2</tag>
   </scm>
 
   <build>
diff --git a/pom.xml b/pom.xml.releaseBackup
similarity index 99%
copy from pom.xml
copy to pom.xml.releaseBackup
index 1f23689..4bca33b 100644
--- a/pom.xml
+++ b/pom.xml.releaseBackup
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.sling.graphql.core</artifactId>
-  <version>0.0.28</version>
+  <version>0.0.27-SNAPSHOT</version>
 
   <name>Apache Sling GraphQL Core</name>
   <description>Support for GraphQL queries</description>
@@ -47,7 +47,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://github.com/apache/sling-org-apache-sling-graphql-core.git</url>
-    <tag>org.apache.sling.graphql.core-0.0.28</tag>
+    <tag>org.apache.sling.graphql.core-0.0.2</tag>
   </scm>
 
   <build>
diff --git a/release.properties b/release.properties
new file mode 100644
index 0000000..bc3ae5f
--- /dev/null
+++ b/release.properties
@@ -0,0 +1,25 @@
+#release configuration
+#Fri Dec 22 17:54:49 CET 2023
+projectVersionPolicyId=OddEvenVersionPolicy
+project.scm.org.apache.sling\:org.apache.sling.graphql.core.developerConnection=scm\:git\:https\://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git
+scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
+remoteTagging=true
+scm.commentPrefix=[maven-release-plugin] 
+releaseStrategyId=default
+scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
+pinExternals=false
+completedPhase=scm-commit-release
+scm.url=scm\:git\:https\://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git
+scm.developmentCommitComment=@{prefix} prepare for next development iteration
+project.scm.org.apache.sling\:org.apache.sling.graphql.core.tag=org.apache.sling.graphql.core-0.0.2
+scm.tagNameFormat=@{project.artifactId}-@{project.version}
+project.rel.org.apache.sling\:org.apache.sling.graphql.core=0.0.28
+pushChanges=true
+project.dev.org.apache.sling\:org.apache.sling.graphql.core=0.0.29-SNAPSHOT
+project.scm.org.apache.sling\:org.apache.sling.graphql.core.connection=scm\:git\:https\://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git
+scm.tag=org.apache.sling.graphql.core-0.0.28
+project.scm.org.apache.sling\:org.apache.sling.graphql.core.url=https\://github.com/apache/sling-org-apache-sling-graphql-core.git
+exec.snapshotReleasePluginAllowed=false
+preparationGoals=clean verify
+scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
+exec.pomFileName=pom.xml

Reply via email to