Skip to content

Commit 7d6ba2b

Browse files
authored
Reverted changes in Java SDK pom.xml
1 parent 759d786 commit 7d6ba2b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

java/pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,17 @@
121121
</execution>
122122
</executions>
123123
</plugin>
124+
<plugin>
125+
<groupId>org.sonatype.plugins</groupId>
126+
<artifactId>nexus-staging-maven-plugin</artifactId>
127+
<version>1.6.7</version>
128+
<extensions>true</extensions>
129+
<configuration>
130+
<serverId>ossrh</serverId>
131+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
132+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
133+
</configuration>
134+
</plugin>
124135
</plugins>
125136
</build>
126137
<properties>

0 commit comments

Comments
 (0)