Skip to content

Commit 6d3c1f2

Browse files
cortinicofacebook-github-bot
authored andcommitted
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
1 parent b141204 commit 6d3c1f2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.facebook</groupId>
1313
<artifactId>ktfmt-parent</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>0.52</version>
1515
</parent>
1616

1717
<properties>
@@ -220,7 +220,7 @@
220220
<plugin>
221221
<groupId>org.sonatype.plugins</groupId>
222222
<artifactId>nexus-staging-maven-plugin</artifactId>
223-
<version>1.6.7</version>
223+
<version>1.6.13</version>
224224
<extensions>true</extensions>
225225
<configuration>
226226
<serverId>ossrh</serverId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.facebook</groupId>
77
<artifactId>ktfmt-parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>0.52</version>
99
<packaging>pom</packaging>
1010

1111
<name>Ktfmt Parent</name>
@@ -48,7 +48,7 @@
4848
<plugin>
4949
<groupId>org.sonatype.plugins</groupId>
5050
<artifactId>nexus-staging-maven-plugin</artifactId>
51-
<version>1.6.7</version>
51+
<version>1.6.13</version>
5252
<extensions>true</extensions>
5353
<configuration>
5454
<serverId>ossrh</serverId>

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-SNAPSHOT
1+
0.52

0 commit comments

Comments
 (0)