Skip to content

Commit

Permalink
Merge tag '1.2.0' into develop
Browse files Browse the repository at this point in the history
Finish 1.2.0
  • Loading branch information
juaalta committed Feb 7, 2024
2 parents 473a181 + 932c379 commit b2a8087
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

* Process more than 500 SonarQube projects by [marceloavilaoliveira](https://github.com/marceloavilaoliveira). Pull Request: [PR1](https://github.com/juaalta/sonarqube-prometheus-exporter/pull/1)
* Upgrade Github Actions configuration.

### Changed

### Deprecated
Expand All @@ -24,6 +21,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- - -

## 1.2.0 - 2024-02-08

### Added

* Process more than 500 SonarQube projects by [marceloavilaoliveira](https://github.com/marceloavilaoliveira). Pull Request: [PR1](https://github.com/juaalta/sonarqube-prometheus-exporter/pull/1)

### Changed

* Upgrade Github Actions configuration.


## 1.1.0 - 2022-01-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
volumes:
- sonarqube_conf:/opt/sonarqube/conf
- sonarqube_data:/opt/sonarqube/data
- ../target/sonar-prometheus-exporter-1.2.0-SNAPSHOT.jar:/opt/sonarqube//extensions/plugins/sonar-prometheus-exporter-1.2.0-SNAPSHOT.jar
- ../target/sonar-prometheus-exporter-1.2.0.jar:/opt/sonarqube//extensions/plugins/sonar-prometheus-exporter-1.2.0.jar

db:
image: postgres
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>es.juaalta</groupId>
<artifactId>sonar-prometheus-exporter</artifactId>
<packaging>sonar-plugin</packaging>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<url>https://github.com/juaalta/sonarqube-prometheus-exporter</url>
<licenses>
<license>
Expand Down

0 comments on commit b2a8087

Please sign in to comment.