Skip to content

Commit 20e66d4

Browse files
committed
Merge branch 'stable'
2 parents 48e1d4b + 3e6a2c5 commit 20e66d4

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

Makefile

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,3 @@ srcdist: distclean
7575
(cd build; tar -zcf $(SRC_ARCHIVE).tar.gz $(SRC_ARCHIVE))
7676
(cd build; zip -q -r $(SRC_ARCHIVE).zip $(SRC_ARCHIVE))
7777
(cd build; rm -rf $(SRC_ARCHIVE))
78-
79-
stage-and-promote-maven-bundle:
80-
( \
81-
cd build/bundle; \
82-
NEXUS_USERNAME=`cat $(GNUPG_PATH)/../nexus/username`; \
83-
NEXUS_PASSWORD=`cat $(GNUPG_PATH)/../nexus/password`; \
84-
VERSION=$(VERSION) \
85-
SIGNING_KEY=$(SIGNING_KEY) \
86-
GNUPG_PATH=$(GNUPG_PATH) \
87-
CREDS="$$NEXUS_USERNAME:$$NEXUS_PASSWORD" \
88-
../../nexus-upload.sh \
89-
amqp-client-$(VERSION).pom \
90-
amqp-client-$(VERSION).jar \
91-
amqp-client-$(VERSION)-javadoc.jar \
92-
amqp-client-$(VERSION)-sources.jar \
93-
)
94-

0 commit comments

Comments
 (0)