Skip to content

Commit 0499a8b

Browse files
set up to release metrics module and set thiings as 5.1.0
1 parent 04962b3 commit 0499a8b

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [Unreleased]
5+
## [5.1.0]
66

77
### Added
88

conductor-client-metrics/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
plugins {
22
id 'java-library'
33
id 'idea'
4-
// id 'maven-publish'
5-
// id 'signing'
4+
id 'maven-publish'
5+
id 'signing'
66
}
77

8-
//ext {
9-
// artifactName = 'Conductor Client Metrics'
10-
// artifactDescription = 'Conductor Client Metrics'
11-
//}
12-
//
13-
//apply plugin: 'publish-config'
8+
ext {
9+
artifactName = 'Conductor Client Metrics'
10+
artifactDescription = 'Conductor Client Metrics'
11+
}
12+
13+
apply plugin: 'publish-config'
1414

1515
dependencies {
1616
api 'io.micrometer:micrometer-registry-prometheus:1.15.1'

0 commit comments

Comments
 (0)