Skip to content

Commit 1c7af8c

Browse files
committed
Version v0.0.5
1 parent e6c2f5b commit 1c7af8c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

community-rust-checks/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.elegoff</groupId>
77
<artifactId>community-rust</artifactId>
8-
<version>0.0.5-SNAPSHOT</version>
8+
<version>0.0.5</version>
99
</parent>
1010

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

13-
<name>Rust :: Checks</name>
13+
<name>Community Rust :: Checks</name>
1414

1515

1616

community-rust-frontend/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.elegoff</groupId>
77
<artifactId>community-rust</artifactId>
8-
<version>0.0.5-SNAPSHOT</version>
8+
<version>0.0.5</version>
99
</parent>
1010

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

13-
<name>Rust :: Frontend</name>
13+
<name>Community Rust :: Frontend</name>
1414

1515

1616

community-rust-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
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.5-SNAPSHOT</version>
10+
<version>0.0.5</version>
1111
</parent>
1212
<artifactId>community-rust-plugin</artifactId>
1313
<packaging>sonar-plugin</packaging>
@@ -27,12 +27,12 @@
2727
</dependency>
2828
<dependency>
2929
<groupId>${project.groupId}</groupId>
30-
<artifactId>rust-frontend</artifactId>
30+
<artifactId>community-rust-frontend</artifactId>
3131
<version>${project.version}</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>${project.groupId}</groupId>
35-
<artifactId>rust-checks</artifactId>
35+
<artifactId>community-rust-checks</artifactId>
3636
<version>${project.version}</version>
3737
</dependency>
3838
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

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

1111
<packaging>pom</packaging>
1212

13-
<name>Rust language analyzer</name>
13+
<name>Community Rust SonarQube plugin</name>
1414
<inceptionYear>2021</inceptionYear>
1515
<organization>
1616
<name>Eric Le Goff</name>

0 commit comments

Comments
 (0)