Skip to content

Commit ffa8564

Browse files
committed
[maven-release-plugin] prepare release cxx-0.9
1 parent 7dce80c commit ffa8564

File tree

5 files changed

+7
-7
lines changed

5 files changed

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

1111
<artifactId>cxx-squid</artifactId>

pom.xml

Lines changed: 2 additions & 1 deletion
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>0.9-SNAPSHOT</version>
13+
<version>0.9</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Cxx</name>
@@ -89,6 +89,7 @@
8989
<connection>scm:git:[email protected]:SonarCommunity/sonar-cxx.git</connection>
9090
<developerConnection>scm:git:[email protected]:SonarCommunity/sonar-cxx.git</developerConnection>
9191
<url>https://github.com/SonarCommunity/sonar-cxx</url>
92+
<tag>cxx-0.9</tag>
9293
</scm>
9394
<issueManagement>
9495
<system>JIRA</system>

sonar-cxx-plugin/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.codehaus.sonar-plugins.cxx</groupId>
87
<artifactId>cxx</artifactId>
9-
<version>0.9-SNAPSHOT</version>
8+
<version>0.9</version>
109
</parent>
1110

1211
<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>0.9-SNAPSHOT</version>
7+
<version>0.9</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)