Skip to content

Commit 70bda0d

Browse files
committed
fix: remove batch mode for manual release
1 parent 576fb39 commit 70bda0d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

maven-central-deploy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
23
# Deploy maven artefact in current directory into Maven central repository
34
# using maven-release-plugin goals
45

@@ -8,7 +9,7 @@ if ( [ "$REPLY" == "yes" ] ) then
89
eval `ssh-agent`
910
ssh-add ~/.ssh/id_rsa
1011
ssh-add -l
11-
mvn release:clean release:prepare release:perform -Dgoals='deploy' -B -e
12+
mvn release:clean release:prepare release:perform -Dgoals='deploy' -e
1213
ssh-add -D
1314
else
1415
echo 'Exit without deploy'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
<connection>scm:git:git@github.com:ableneo/liferay-db-setup-core.git</connection>
485485
<developerConnection>scm:git:git@github.com:ableneo/liferay-db-setup-core.git</developerConnection>
486486
<url>https://github.com/ableneo/liferay-db-setup-core</url>
487-
<tag>HEAD</tag>
487+
<tag>7.3.602</tag>
488488
</scm>
489489

490490
<licenses>

0 commit comments

Comments
 (0)