Skip to content

Commit 7710699

Browse files
committed
Updated version to 2.4-RC1 and downgraded sonar dependency to 7.6
1 parent 810fada commit 7710699

File tree

13 files changed

+15
-16
lines changed

13 files changed

+15
-16
lines changed

its/plugin/plugins/json-custom-rules-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.codehaus.sonar-plugins.json</groupId>
88
<artifactId>json-its-plugin-plugins</artifactId>
9-
<version>2.4-SNAPSHOT</version>
9+
<version>2.4-RC1</version>
1010
</parent>
1111

1212
<artifactId>json-custom-rules-plugin</artifactId>

its/plugin/plugins/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.codehaus.sonar-plugins.json</groupId>
88
<artifactId>json-its-plugin</artifactId>
9-
<version>2.4-SNAPSHOT</version>
9+
<version>2.4-RC1</version>
1010
</parent>
1111

1212
<artifactId>json-its-plugin-plugins</artifactId>

its/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.codehaus.sonar-plugins.json</groupId>
88
<artifactId>json-its</artifactId>
9-
<version>2.4-SNAPSHOT</version>
9+
<version>2.4-RC1</version>
1010
</parent>
1111

1212
<artifactId>json-its-plugin</artifactId>

its/plugin/tests/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.codehaus.sonar-plugins.json</groupId>
88
<artifactId>json-its-plugin</artifactId>
9-
<version>2.4-SNAPSHOT</version>
9+
<version>2.4-RC1</version>
1010
</parent>
1111

1212
<artifactId>json-its-plugin-tests</artifactId>

its/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.codehaus.sonar-plugins.json</groupId>
88
<artifactId>json</artifactId>
9-
<version>2.4-SNAPSHOT</version>
9+
<version>2.4-RC1</version>
1010
</parent>
1111

1212
<artifactId>json-its</artifactId>

its/ruling/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.codehaus.sonar-plugins.json</groupId>
88
<artifactId>json-its</artifactId>
9-
<version>2.4-SNAPSHOT</version>
9+
<version>2.4-RC1</version>
1010
</parent>
1111

1212
<artifactId>json-its-ruling</artifactId>

its/ruling/tests/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.codehaus.sonar-plugins.json</groupId>
88
<artifactId>json-its-ruling</artifactId>
9-
<version>2.4-SNAPSHOT</version>
9+
<version>2.4-RC1</version>
1010
</parent>
1111

1212
<artifactId>json-its-ruling-tests</artifactId>

json-checks-testkit/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.json</groupId>
77
<artifactId>json</artifactId>
8-
<version>2.4-SNAPSHOT</version>
8+
<version>2.4-RC1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

json-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.json</groupId>
77
<artifactId>json</artifactId>
8-
<version>2.4-SNAPSHOT</version>
8+
<version>2.4-RC1</version>
99
</parent>
1010

1111
<artifactId>json-checks</artifactId>

json-frontend/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.json</groupId>
77
<artifactId>json</artifactId>
8-
<version>2.4-SNAPSHOT</version>
8+
<version>2.4-RC1</version>
99
</parent>
1010

1111
<artifactId>json-frontend</artifactId>

0 commit comments

Comments
 (0)