Skip to content

Commit e729c62

Browse files
committed
feature: release to 2.0.2.RELEASE
1 parent ba755c6 commit e729c62

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
<dependency>
3333
<groupId>app.myoss.cloud.codestyle</groupId>
3434
<artifactId>code-format-eclipse</artifactId>
35-
<version>2.0.0.RELEASE</version>
35+
<version>2.0.2.RELEASE</version>
3636
</dependency>
3737
```
3838

3939
```xml
4040
<dependency>
4141
<groupId>app.myoss.cloud.codestyle</groupId>
4242
<artifactId>code-format-checkstyle</artifactId>
43-
<version>2.0.0.RELEASE</version>
43+
<version>2.0.2.RELEASE</version>
4444
</dependency>
4545
```

code-format-checkstyle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>app.myoss.cloud.codestyle</groupId>
88
<artifactId>java-code-style</artifactId>
9-
<version>2.0.1.RELEASE</version>
9+
<version>2.0.2.RELEASE</version>
1010
</parent>
1111

1212
<artifactId>code-format-checkstyle</artifactId>

code-format-eclipse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>app.myoss.cloud.codestyle</groupId>
88
<artifactId>java-code-style</artifactId>
9-
<version>2.0.1.RELEASE</version>
9+
<version>2.0.2.RELEASE</version>
1010
</parent>
1111

1212
<artifactId>code-format-eclipse</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>app.myoss.cloud.codestyle</groupId>
1313
<artifactId>java-code-style</artifactId>
1414
<name>java-code-style</name>
15-
<version>2.0.1.RELEASE</version>
15+
<version>2.0.2.RELEASE</version>
1616
<packaging>pom</packaging>
1717

1818
<description>myoss open source project, code style &amp; format written in Java</description>

0 commit comments

Comments
 (0)