From 6d3c1f29357934c1e8af447a7d7138b340669a34 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Mon, 19 Aug 2024 10:51:44 -0700 Subject: [PATCH] Unblock release of 0.52 Summary: Version 0.52 failed to release because we're depending on a older version of `nexus-staging-maven-plugin` I'm bumping to 1.6.13 and attempting another release. Reviewed By: strulovich Differential Revision: D61384967 fbshipit-source-id: 4357e460b91d5e5e3834507d86075d14e9e825fc --- core/pom.xml | 4 ++-- pom.xml | 4 ++-- version.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index f971e24c..0cab027d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -11,7 +11,7 @@ com.facebook ktfmt-parent - 1.0.0-SNAPSHOT + 0.52 @@ -220,7 +220,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 + 1.6.13 true ossrh diff --git a/pom.xml b/pom.xml index a644ad7e..d61764ac 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.facebook ktfmt-parent - 1.0.0-SNAPSHOT + 0.52 pom Ktfmt Parent @@ -48,7 +48,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 + 1.6.13 true ossrh diff --git a/version.txt b/version.txt index f7551493..3ccbc517 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0-SNAPSHOT +0.52