Skip to content

Commit

Permalink
Prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 22, 2025
1 parent 9197142 commit 858f078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ services:
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: "true"
volumes:
- type: bind
source: ./sonar-plugin/target/creedengo-javascript-plugin-2.0.0.jar
target: /opt/sonarqube/extensions/plugins/creedengo-javascript-plugin-2.0.0.jar
source: ./sonar-plugin/target/creedengo-javascript-plugin-2.0.1-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/creedengo-javascript-plugin-2.0.1-SNAPSHOT.jar
- "extensions:/opt/sonarqube/extensions"
- "logs:/opt/sonarqube/logs"
- "data:/opt/sonarqube/data"
Expand Down
2 changes: 1 addition & 1 deletion sonar-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.green-code-initiative</groupId>
<artifactId>creedengo-javascript-plugin</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>

<packaging>sonar-plugin</packaging>

Expand Down

0 comments on commit 858f078

Please sign in to comment.