Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Vérin committed Nov 7, 2014
1 parent 7921cc8 commit afa6512
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion csharp-checks/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar-plugins.dotnet.csharp</groupId>
<artifactId>sonar-csharp-squid</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
</parent>

<artifactId>csharp-checks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion csharp-squid/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar-plugins.dotnet.csharp</groupId>
<artifactId>sonar-csharp-squid</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
</parent>

<artifactId>csharp-squid</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.codehaus.sonar-plugins.dotnet.csharp</groupId>
<artifactId>sonar-csharp-squid</artifactId>
<packaging>pom</packaging>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>

<name>SonarQube C# Plugin</name>
<inceptionYear>2010</inceptionYear>
Expand All @@ -24,7 +24,7 @@
<connection>scm:git:git@github.com:SonarCommunity/sonar-csharp.git</connection>
<developerConnection>scm:git:git@github.com:SonarCommunity/sonar-csharp.git</developerConnection>
<url>https://github.com/SonarCommunity/sonar-csharp</url>
<tag>HEAD</tag>
<tag>3.3</tag>
</scm>
<issueManagement>
<system>JIRA</system>
Expand Down
4 changes: 2 additions & 2 deletions sonar-csharp-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar-plugins.dotnet.csharp</groupId>
<artifactId>sonar-csharp-squid</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
</parent>

<artifactId>sonar-csharp-plugin</artifactId>
Expand All @@ -19,7 +19,7 @@
<connection>scm:git:git@github.com:SonarCommunity/sonar-csharp.git</connection>
<developerConnection>scm:git:git@github.com:SonarCommunity/sonar-csharp.git</developerConnection>
<url>https://github.com/SonarCommunity/sonar-csharp</url>
<tag>HEAD</tag>
<tag>3.3</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion sslr-csharp-toolkit/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar-plugins.dotnet.csharp</groupId>
<artifactId>sonar-csharp-squid</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
</parent>

<artifactId>sslr-csharp-toolkit</artifactId>
Expand Down

0 comments on commit afa6512

Please sign in to comment.