File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ GNUPG_PATH=~
7
7
8
8
WEB_URL =http://www.rabbitmq.com/
9
9
NEXUS_STAGE_URL =http://oss.sonatype.org/service/local/staging/deploy/maven2
10
- MAVEN_NEXUS_VERSION =1.7
11
10
12
11
AMQP_CODEGEN_DIR =$(shell fgrep sibling.codegen.dir build.properties | sed -e 's:sibling\.codegen\.dir=::')
13
12
@@ -78,8 +77,8 @@ stage-and-promote-maven-bundle: maven-bundle
78
77
amqp-client-$(VERSION ) .jar \
79
78
amqp-client-$(VERSION ) -javadoc.jar \
80
79
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 \
83
82
-Dnexus.url=http://oss.sonatype.org \
84
83
-Dnexus.username=$$ NEXUS_USERNAME \
85
84
-Dnexus.password=$$ NEXUS_PASSWORD \
You can’t perform that action at this time.
0 commit comments