Skip to content

Commit 5257c6f

Browse files
committed
ci: Update maven-central URL
1 parent ed0efe1 commit 5257c6f

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

createRelease.sh

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [ $RC -eq 0 ]
5050
then
5151
cat << EOD
5252
Staging Release seems to be created. Please review it at https://central.sonatype.com/publishing
53-
if everything seems fine, hit ENTER. Else break this script with Ctrl-C.
53+
if everything seems fine, publish from there. Else break this script with Ctrl-C.
5454
EOD
5555
read pause
5656
else
@@ -59,14 +59,7 @@ else
5959
exit
6060
fi
6161

62-
echo "#5. Deploy release."
63-
# Workaround for https://issues.sonatype.org/browse/OSSRH-66257
64-
export MAVEN_OPTS="
65-
--add-opens=java.base/java.util=ALL-UNNAMED
66-
--add-opens=java.base/java.lang.reflect=ALL-UNNAMED
67-
--add-opens=java.base/java.text=ALL-UNNAMED
68-
--add-opens=java.desktop/java.awt.font=ALL-UNNAMED"
69-
mvn nexus-staging:release
62+
echo "#5. Deploy release. is deprecated. Should be rewritten"
7063

7164
echo "#6. Finishing."
7265
echo " - set next SNAPSHOT to $NEW_VERSION"

0 commit comments

Comments
 (0)