Skip to content

Commit

Permalink
Unblock release of 0.52
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cortinico authored and facebook-github-bot committed Aug 19, 2024
1 parent b141204 commit 6d3c1f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.facebook</groupId>
<artifactId>ktfmt-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.52</version>
</parent>

<properties>
Expand Down Expand Up @@ -220,7 +220,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.facebook</groupId>
<artifactId>ktfmt-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.52</version>
<packaging>pom</packaging>

<name>Ktfmt Parent</name>
Expand Down Expand Up @@ -48,7 +48,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-SNAPSHOT
0.52

0 comments on commit 6d3c1f2

Please sign in to comment.