Skip to content

Commit 1b6ff28

Browse files
alex-meseldzija-sonarsourcesonartech
authored and
sonartech
committed
NET-1039 Bump version to 10.7
1 parent b5238be commit 1b6ff28

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

analyzers/Version.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<!-- These 4 values are set via set-version.ps1 -->
5-
<ShortVersion>10.6</ShortVersion>
5+
<ShortVersion>10.7</ShortVersion>
66
<BuildNumber>0</BuildNumber>
77
<Branch>
88
</Branch>

pom.xml

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

1212
<groupId>org.sonarsource.dotnet</groupId>
1313
<artifactId>sonar-dotnet</artifactId>
14-
<version>10.6-SNAPSHOT</version>
14+
<version>10.7-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Sonar .NET Java Plugin</name>

sonar-csharp-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sonarsource.dotnet</groupId>
88
<artifactId>sonar-dotnet</artifactId>
9-
<version>10.6-SNAPSHOT</version>
9+
<version>10.7-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>sonar-csharp-core</artifactId>

sonar-csharp-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sonarsource.dotnet</groupId>
88
<artifactId>sonar-dotnet</artifactId>
9-
<version>10.6-SNAPSHOT</version>
9+
<version>10.7-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>sonar-csharp-plugin</artifactId>

sonar-dotnet-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sonarsource.dotnet</groupId>
88
<artifactId>sonar-dotnet</artifactId>
9-
<version>10.6-SNAPSHOT</version>
9+
<version>10.7-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>sonar-dotnet-core</artifactId>

sonar-vbnet-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sonarsource.dotnet</groupId>
88
<artifactId>sonar-dotnet</artifactId>
9-
<version>10.6-SNAPSHOT</version>
9+
<version>10.7-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>sonar-vbnet-core</artifactId>

sonar-vbnet-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sonarsource.dotnet</groupId>
88
<artifactId>sonar-dotnet</artifactId>
9-
<version>10.6-SNAPSHOT</version>
9+
<version>10.7-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>sonar-vbnet-plugin</artifactId>

0 commit comments

Comments
 (0)