Skip to content

Commit 02666a4

Browse files
committed
feature: release to 2.1.4.RELEASE
1 parent 36c5461 commit 02666a4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.1.3.RELEASE</version>
35+
<version>2.1.4.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.1.3.RELEASE</version>
43+
<version>2.1.4.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.1.3.RELEASE</version>
9+
<version>2.1.4.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.1.3.RELEASE</version>
9+
<version>2.1.4.RELEASE</version>
1010
</parent>
1111

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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>app.myoss.cloud.codestyle</groupId>
88
<artifactId>java-code-style</artifactId>
99
<name>java-code-style</name>
10-
<version>2.1.3.RELEASE</version>
10+
<version>2.1.4.RELEASE</version>
1111
<packaging>pom</packaging>
1212

1313
<description>myoss open source project, code style &amp; format written in Java</description>
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>app.myoss.cloud</groupId>
8585
<artifactId>myoss-cloud-dependencies</artifactId>
86-
<version>2.1.6.RELEASE</version>
86+
<version>2.1.12.RELEASE</version>
8787
<type>pom</type>
8888
<scope>import</scope>
8989
</dependency>

0 commit comments

Comments
 (0)