Skip to content

Commit

Permalink
ci: fixed pkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianciutea committed Sep 8, 2021
1 parent cfd388c commit 314d5ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ DOCKER_CMD ?= $(DOCKER_BIN) run --rm -t \
-e GPG_PASSPHRASE \
-e GPG_PRIVATE_KEY_BASE64 \
nrjmx_builder
TAG ?= v0.0.0

.PHONY : deps
deps:
Expand All @@ -23,6 +24,7 @@ build:

.PHONY : package
package:
@($(MAVEN_BIN) versions:set -DnewVersion=\$(subst v,,$(TAG)))
@($(MAVEN_BIN) clean -DskipTests package)

.PHONY : test
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nrjmx</groupId>
<artifactId>nrjmx</artifactId>
<version>1.4.2</version>
<version>1.2.3</version>
<name>nrjmx</name>
<description>The New Relic JMX tool provides a command line tool to connect to a JMX server and retrieve the MBeans
it exposes.
Expand Down
2 changes: 1 addition & 1 deletion src/deb/control/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Package: [[name]]
Version: [[version]]
Section: misc
Priority: low
Architecture: all
Architecture: -1_amd64
Maintainer: New Relic Infrastructure Team <[email protected]>
Description:New Relic JMX tool. [[description]]

0 comments on commit 314d5ba

Please sign in to comment.