Skip to content

Commit cf53fb6

Browse files
committed
Version v0.0.8
1 parent 68408ee commit cf53fb6

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

community-rust-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.elegoff</groupId>
77
<artifactId>community-rust</artifactId>
8-
<version>0.0.8-SNAPSHOT</version>
8+
<version>0.0.8</version>
99
</parent>
1010

1111
<artifactId>community-rust-checks</artifactId>

community-rust-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.elegoff</groupId>
77
<artifactId>community-rust</artifactId>
8-
<version>0.0.8-SNAPSHOT</version>
8+
<version>0.0.8</version>
99
</parent>
1010

1111
<artifactId>community-rust-frontend</artifactId>

community-rust-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.elegoff</groupId>
99
<artifactId>community-rust</artifactId>
10-
<version>0.0.8-SNAPSHOT</version>
10+
<version>0.0.8</version>
1111
</parent>
1212
<artifactId>community-rust-plugin</artifactId>
1313
<packaging>sonar-plugin</packaging>

community-rust-plugin/src/main/java/org/elegoff/plugins/communityrust/RustTokensVisitor.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
* Copyright (C) 2021 Eric Le Goff
44
* mailto:community-rust AT pm DOT me
55
* http://github.com/elegoff/sonar-rust
6-
* <p>
6+
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public
99
* License as published by the Free Software Foundation; either
1010
* version 3 of the License, or (at your option) any later version.
11-
* <p>
11+
*
1212
* This program is distributed in the hope that it will be useful,
1313
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1515
* Lesser General Public License for more details.
16-
* <p>
16+
*
1717
* You should have received a copy of the GNU Lesser General Public License
1818
* along with this program; if not, write to the Free Software Foundation,
1919
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

pom.xml

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

77
<groupId>org.elegoff</groupId>
88
<artifactId>community-rust</artifactId>
9-
<version>0.0.8-SNAPSHOT</version>
9+
<version>0.0.8</version>
1010

1111
<packaging>pom</packaging>
1212

0 commit comments

Comments
 (0)