Skip to content

Commit

Permalink
prepare for next release 1.0.0 - BIS
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Mar 10, 2023
1 parent ad8fd7c commit a15b5f9
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions android-plugin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ services:
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: 'true'
volumes:
- type: bind
source: ./target/ecocode-android-0.2.0-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-android-0.2.0-SNAPSHOT.jar
source: ./target/ecocode-android-1.0.0-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-android-1.0.0-SNAPSHOT.jar
- "logs:/opt/sonarqube/logs"
- "data:/opt/sonarqube/data"

Expand Down
2 changes: 1 addition & 1 deletion android-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.ecocode</groupId>
<artifactId>ecocode-mobile-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>ecocode-android</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codenarc-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.ecocode</groupId>
<artifactId>ecocode-mobile-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>sonar-codenarc-converter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ios-plugin/commons-ios/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.ecocode</groupId>
<artifactId>ios-plugin</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>ecocode-commons-ios</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions ios-plugin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ services:
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: 'true'
volumes:
- type: bind
source: ./sonar-ios-plugin/target/ecodecode-sonar-ios-plugin-0.2.0-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecodecode-sonar-ios-plugin-0.2.0-SNAPSHOT.jar
source: ./sonar-ios-plugin/target/ecodecode-sonar-ios-plugin-1.0.0-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecodecode-sonar-ios-plugin-1.0.0-SNAPSHOT.jar
- "logs:/opt/sonarqube/logs"
- "data:/opt/sonarqube/data"

Expand Down
2 changes: 1 addition & 1 deletion ios-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.ecocode</groupId>
<artifactId>ecocode-mobile-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>ios-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ios-plugin/sonar-ios-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.ecocode</groupId>
<artifactId>ios-plugin</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>ecodecode-sonar-ios-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ios-plugin/swift-lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.ecocode</groupId>
<artifactId>ios-plugin</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>ecocode-swift-lang</artifactId>
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 @@

<groupId>io.ecocode</groupId>
<artifactId>ecocode-mobile-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>ecoCode Mobile Sonar Plugins Project</name>
Expand Down

0 comments on commit a15b5f9

Please sign in to comment.