Skip to content

Commit c239ca3

Browse files
committed
Prepare for next development iteration: 2.0.3
1 parent 31e8729 commit c239ca3

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ build_script:
8282
- C:\Python27\Scripts\pip.exe install requests
8383
- C:\Python27\Scripts\pip.exe install behave
8484
- C:\Python27\Scripts\pip.exe install colorama
85-
- mvn versions:set -DnewVersion=2.0.2.%APPVEYOR_BUILD_NUMBER%
85+
- mvn versions:set -DnewVersion=2.0.3.%APPVEYOR_BUILD_NUMBER%
8686
- mvn clean install -B -e -V
8787
- IF "%APPVEYOR_PULL_REQUEST_NUMBER%"=="" (mvn sonar:sonar -B -e -V -Dsonar.organization=sonaropencommunity -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=%sonarcloudtoken%)
8888
- REM IF NOT "%APPVEYOR_PULL_REQUEST_NUMBER%"=="" (mvn sonar:sonar -B -e -X -V -Dsonar.verbose=true -Dsonar.pullrequest.base=master -Dsonar.pullrequest.branch=%APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH% -Dsonar.pullrequest.key=%APPVEYOR_PULL_REQUEST_NUMBER% -Dsonar.pullrequest.provider=GitHub -Dsonar.pullrequest.github.repository=%APPVEYOR_PROJECT_SLUG%)

cxx-checks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sonarsource.sonarqube-plugins.cxx</groupId>
77
<artifactId>cxx</artifactId>
8-
<version>2.0.2-SNAPSHOT</version>
8+
<version>2.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cxx-checks</artifactId>

cxx-sensors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sonarsource.sonarqube-plugins.cxx</groupId>
77
<artifactId>cxx</artifactId>
8-
<version>2.0.2-SNAPSHOT</version>
8+
<version>2.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cxx-sensors</artifactId>

cxx-squid-bridge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sonarsource.sonarqube-plugins.cxx</groupId>
77
<artifactId>cxx</artifactId>
8-
<version>2.0.2-SNAPSHOT</version>
8+
<version>2.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cxx-squid-bridge</artifactId>

cxx-squid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sonarsource.sonarqube-plugins.cxx</groupId>
77
<artifactId>cxx</artifactId>
8-
<version>2.0.2-SNAPSHOT</version>
8+
<version>2.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cxx-squid</artifactId>

cxx-sslr-toolkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.sonarsource.sonarqube-plugins.cxx</groupId>
66
<artifactId>cxx</artifactId>
7-
<version>2.0.2-SNAPSHOT</version>
7+
<version>2.0.3-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>cxx-sslr-toolkit</artifactId>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.sonarsource.sonarqube-plugins.cxx</groupId>
55
<artifactId>cxx</artifactId>
6-
<version>2.0.2-SNAPSHOT</version>
6+
<version>2.0.3-SNAPSHOT</version>
77
</parent>
88

99
<artifactId>integration-tests</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.sonarsource.sonarqube-plugins.cxx</groupId>
1414
<artifactId>cxx</artifactId>
15-
<version>2.0.2-SNAPSHOT</version>
15+
<version>2.0.3-SNAPSHOT</version>
1616
<packaging>pom</packaging>
1717

1818
<name>Cxx</name>

sonar-cxx-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sonarsource.sonarqube-plugins.cxx</groupId>
77
<artifactId>cxx</artifactId>
8-
<version>2.0.2-SNAPSHOT</version>
8+
<version>2.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>sonar-cxx-plugin</artifactId>

0 commit comments

Comments
 (0)