From a15b5f91a2365254171227be0890e44ef3fac889 Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Fri, 10 Mar 2023 15:48:51 +0100 Subject: [PATCH] prepare for next release 1.0.0 - BIS --- android-plugin/docker-compose.yml | 4 ++-- android-plugin/pom.xml | 2 +- codenarc-converter/pom.xml | 2 +- ios-plugin/commons-ios/pom.xml | 2 +- ios-plugin/docker-compose.yml | 4 ++-- ios-plugin/pom.xml | 2 +- ios-plugin/sonar-ios-plugin/pom.xml | 2 +- ios-plugin/swift-lang/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/android-plugin/docker-compose.yml b/android-plugin/docker-compose.yml index e431d21d..090664af 100644 --- a/android-plugin/docker-compose.yml +++ b/android-plugin/docker-compose.yml @@ -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" diff --git a/android-plugin/pom.xml b/android-plugin/pom.xml index 9f817ebe..9f70a3c8 100644 --- a/android-plugin/pom.xml +++ b/android-plugin/pom.xml @@ -5,7 +5,7 @@ io.ecocode ecocode-mobile-parent - 0.2.0-SNAPSHOT + 1.0.0-SNAPSHOT ecocode-android diff --git a/codenarc-converter/pom.xml b/codenarc-converter/pom.xml index d6b704f1..68f8b38f 100644 --- a/codenarc-converter/pom.xml +++ b/codenarc-converter/pom.xml @@ -5,7 +5,7 @@ io.ecocode ecocode-mobile-parent - 0.2.0-SNAPSHOT + 1.0.0-SNAPSHOT sonar-codenarc-converter diff --git a/ios-plugin/commons-ios/pom.xml b/ios-plugin/commons-ios/pom.xml index 89120dfd..454dbbce 100644 --- a/ios-plugin/commons-ios/pom.xml +++ b/ios-plugin/commons-ios/pom.xml @@ -4,7 +4,7 @@ io.ecocode ios-plugin - 0.2.0-SNAPSHOT + 1.0.0-SNAPSHOT ecocode-commons-ios diff --git a/ios-plugin/docker-compose.yml b/ios-plugin/docker-compose.yml index 390114c2..6d91dc10 100644 --- a/ios-plugin/docker-compose.yml +++ b/ios-plugin/docker-compose.yml @@ -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" diff --git a/ios-plugin/pom.xml b/ios-plugin/pom.xml index 5da6465e..8e8f1a7c 100644 --- a/ios-plugin/pom.xml +++ b/ios-plugin/pom.xml @@ -6,7 +6,7 @@ io.ecocode ecocode-mobile-parent - 0.2.0-SNAPSHOT + 1.0.0-SNAPSHOT ios-plugin diff --git a/ios-plugin/sonar-ios-plugin/pom.xml b/ios-plugin/sonar-ios-plugin/pom.xml index b93df206..1a2f3de4 100644 --- a/ios-plugin/sonar-ios-plugin/pom.xml +++ b/ios-plugin/sonar-ios-plugin/pom.xml @@ -5,7 +5,7 @@ io.ecocode ios-plugin - 0.2.0-SNAPSHOT + 1.0.0-SNAPSHOT ecodecode-sonar-ios-plugin diff --git a/ios-plugin/swift-lang/pom.xml b/ios-plugin/swift-lang/pom.xml index 8ceb06a1..976230ed 100644 --- a/ios-plugin/swift-lang/pom.xml +++ b/ios-plugin/swift-lang/pom.xml @@ -4,7 +4,7 @@ io.ecocode ios-plugin - 0.2.0-SNAPSHOT + 1.0.0-SNAPSHOT ecocode-swift-lang diff --git a/pom.xml b/pom.xml index 4c6f638b..b63d9319 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.ecocode ecocode-mobile-parent - 0.2.0-SNAPSHOT + 1.0.0-SNAPSHOT pom ecoCode Mobile Sonar Plugins Project