Skip to content

Commit 77f5e44

Browse files
author
Steve Powell
committed
Remove MAVEN_NEXUS_VERSION setting.
1 parent ba951d2 commit 77f5e44

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ GNUPG_PATH=~
77

88
WEB_URL=http://www.rabbitmq.com/
99
NEXUS_STAGE_URL=http://oss.sonatype.org/service/local/staging/deploy/maven2
10-
MAVEN_NEXUS_VERSION=1.7
1110

1211
AMQP_CODEGEN_DIR=$(shell fgrep sibling.codegen.dir build.properties | sed -e 's:sibling\.codegen\.dir=::')
1312

@@ -78,8 +77,8 @@ stage-and-promote-maven-bundle: maven-bundle
7877
amqp-client-$(VERSION).jar \
7978
amqp-client-$(VERSION)-javadoc.jar \
8079
amqp-client-$(VERSION)-sources.jar && \
81-
mvn org.sonatype.plugins:nexus-maven-plugin:$(MAVEN_NEXUS_VERSION):staging-close \
82-
org.sonatype.plugins:nexus-maven-plugin:$(MAVEN_NEXUS_VERSION):staging-promote \
80+
mvn org.sonatype.plugins:nexus-maven-plugin:staging-close \
81+
org.sonatype.plugins:nexus-maven-plugin:staging-promote \
8382
-Dnexus.url=http://oss.sonatype.org \
8483
-Dnexus.username=$$NEXUS_USERNAME \
8584
-Dnexus.password=$$NEXUS_PASSWORD \

0 commit comments

Comments
 (0)