diff options
author | Jacek Poreda <jacek.poreda@sonarsource.com> | 2024-01-30 11:37:46 +0100 |
---|---|---|
committer | Jacek <jacek.poreda@sonarsource.com> | 2024-01-30 12:58:10 +0100 |
commit | f3710e2973436c57dd9de314957735817e39e66b (patch) | |
tree | 03461f60a586f0dfc1d86a6a6c89d9e428625a64 | |
parent | 1916b066c40da58b17dcbefc75d3a727028f3572 (diff) | |
download | sonar-scanner-cli-f3710e2973436c57dd9de314957735817e39e66b.tar.gz sonar-scanner-cli-f3710e2973436c57dd9de314957735817e39e66b.zip |
[NO-JIRA] Fix parent version
-rw-r--r-- | it/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.parent</groupId> <artifactId>parent</artifactId> - <version>70.0.0.1285</version> + <version>71.0.0.1292</version> <relativePath /> </parent> |