Skip to content

Commit ccd8d5f

Browse files
author
Waleri Enns
committed
Adjust the version-tags in the pom files
1 parent 89c9c6e commit ccd8d5f

File tree

5 files changed

+30
-25
lines changed

5 files changed

+30
-25
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.codehaus.sonar-plugins.cxx</groupId>
77
<artifactId>cxx</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>0.9.1</version>
99
</parent>
1010

1111
<artifactId>cxx-checks</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.codehaus.sonar-plugins.cxx</groupId>
77
<artifactId>cxx</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>0.9.1</version>
99
</parent>
1010

1111
<artifactId>cxx-squid</artifactId>

pom.xml

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

1111
<groupId>org.codehaus.sonar-plugins.cxx</groupId>
1212
<artifactId>cxx</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>0.9.1</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Cxx</name>
@@ -46,42 +46,47 @@
4646
<name>Vincent Hardion</name>
4747
<email>[email protected]</email>
4848
</developer>
49-
</developers>
50-
51-
<contributors>
52-
<contributor>
49+
<developer>
5350
<name>Mathias Cocheril</name>
5451
<email>[email protected]</email>
55-
</contributor>
56-
<contributor>
52+
</developer>
53+
<developer>
5754
<name>JP Chemali</name>
5855
<email>[email protected]</email>
59-
</contributor>
60-
<contributor>
56+
</developer>
57+
<developer>
6158
<name>Sylvain Hellegouarch</name>
6259
<email>[email protected]</email>
63-
</contributor>
64-
<contributor>
60+
</developer>
61+
<developer>
6562
<name>Przemyslaw Kociolek</name>
6663
<email>[email protected]</email>
67-
</contributor>
68-
<contributor>
64+
</developer>
65+
<developer>
6966
<name>Patrick Gansterer</name>
7067
<email>[email protected]</email>
71-
</contributor>
72-
<contributor>
68+
</developer>
69+
<developer>
7370
<name>Bert Kandert</name>
7471
<email>[email protected]</email>
75-
</contributor>
76-
<contributor>
72+
</developer>
73+
<developer>
7774
<name>Wolfgang Buckel</name>
7875
<email>[email protected]</email>
79-
</contributor>
80-
<contributor>
76+
</developer>
77+
<developer>
8178
<name>keithmarsh</name>
8279
<email>[email protected]</email>
83-
</contributor>
84-
</contributors>
80+
</developer>
81+
<developer>
82+
<name>guwirth</name>
83+
<email>[email protected]</email>
84+
</developer>
85+
<developer>
86+
<name>Francois Ferrand</name>
87+
<email>[email protected]</email>
88+
</developer>
89+
</developers>
8590

8691
<modules>
8792
<module>cxx-squid</module>

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.codehaus.sonar-plugins.cxx</groupId>
77
<artifactId>cxx</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>0.9.1</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.codehaus.sonar-plugins.cxx</groupId>
66
<artifactId>cxx</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>0.9.1</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)