Skip to content

Commit 684b913

Browse files
committed
set final version number
add 0.9.8 developer
1 parent df7418c commit 684b913

File tree

9 files changed

+45
-10
lines changed

9 files changed

+45
-10
lines changed

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>0.9.8-SNAPSHOT</version>
8+
<version>0.9.8</version>
99
</parent>
1010

1111
<artifactId>cxx-checks</artifactId>

cxx-lint/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>0.9.8-SNAPSHOT</version>
8+
<version>0.9.8</version>
99
</parent>
1010

1111
<artifactId>cxx-lint</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>0.9.8-SNAPSHOT</version>
8+
<version>0.9.8</version>
99
</parent>
1010

1111
<artifactId>cxx-sensors</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>0.9.8-SNAPSHOT</version>
8+
<version>0.9.8</version>
99
</parent>
1010

1111
<artifactId>cxx-squid</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>0.9.8-SNAPSHOT</version>
6+
<version>0.9.8</version>
77
</parent>
88

99
<artifactId>integration-tests</artifactId>

pom.xml

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.sonarsource.sonarqube-plugins.cxx</groupId>
1212
<artifactId>cxx</artifactId>
13-
<version>0.9.8-SNAPSHOT</version>
13+
<version>0.9.8</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Cxx</name>
@@ -133,7 +133,42 @@
133133
<id>BobSilent</id>
134134
<name>BobSilent</name>
135135
<email/>
136-
</developer>
136+
</developer>
137+
<developer>
138+
<id>Kochise</id>
139+
<name>Kochise</name>
140+
<email/>
141+
</developer>
142+
<developer>
143+
<id>gyorb</id>
144+
<name>gyorb</name>
145+
<email/>
146+
</developer>
147+
<developer>
148+
<id>nathanaelg</id>
149+
<name>nathanaelg</name>
150+
<email/>
151+
</developer>
152+
<developer>
153+
<id>gena01</id>
154+
<name>gena01</name>
155+
<email/>
156+
</developer>
157+
<developer>
158+
<id>MarcAntoineCRUE</id>
159+
<name>MarcAntoineCRUE</name>
160+
<email/>
161+
</developer>
162+
<developer>
163+
<id>Pasick</id>
164+
<name>Pasick</name>
165+
<email/>
166+
</developer>
167+
<developer>
168+
<id>stefanweiser</id>
169+
<name>stefanweiser</name>
170+
<email/>
171+
</developer>
137172
</developers>
138173

139174
<modules>

sonar-c-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>0.9.8-SNAPSHOT</version>
8+
<version>0.9.8</version>
99
</parent>
1010

1111

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>0.9.8-SNAPSHOT</version>
8+
<version>0.9.8</version>
99
</parent>
1010

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

sslr-cxx-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>0.9.8-SNAPSHOT</version>
7+
<version>0.9.8</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)