Skip to content

Commit 302e9de

Browse files
committed
feat: optimize vrflux and add maven
1 parent 8e110ac commit 302e9de

File tree

69 files changed

+429
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+429
-128
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ You can import all vrml modules:
257257
<dependency>
258258
<groupId>group.rxcloud</groupId>
259259
<artifactId>vrml</artifactId>
260-
<version>1.1.2</version>
260+
<version>1.1.3</version>
261261
<type>pom</type>
262262
<scope>import</scope>
263263
</dependency>
@@ -269,7 +269,7 @@ Latest feature branch:
269269
<dependency>
270270
<groupId>group.rxcloud</groupId>
271271
<artifactId>vrml</artifactId>
272-
<version>1.1.2</version>
272+
<version>1.1.3</version>
273273
<type>pom</type>
274274
<scope>import</scope>
275275
</dependency>

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ You can import all vrml modules:
256256
<dependency>
257257
<groupId>group.rxcloud</groupId>
258258
<artifactId>vrml</artifactId>
259-
<version>1.1.2</version>
259+
<version>1.1.3</version>
260260
<type>pom</type>
261261
<scope>import</scope>
262262
</dependency>
@@ -269,7 +269,7 @@ Latest feature branch:
269269
<dependency>
270270
<groupId>group.rxcloud</groupId>
271271
<artifactId>vrml</artifactId>
272-
<version>1.1.2</version>
272+
<version>1.1.3</version>
273273
<type>pom</type>
274274
<scope>import</scope>
275275
</dependency>

TODO.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>group.rxcloud</groupId>
88
<artifactId>vrml</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.1.2</version>
10+
<version>1.1.3</version>
1111

1212
<name>vrml</name>
1313
<description>Vrml is a useful api library for java work.</description>

vrml-alert/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An alert API that supports multiple methods for [vrml](https://github.com/kevint
1616
<dependency>
1717
<groupId>group.rxcloud</groupId>
1818
<artifactId>vrml-alert</artifactId>
19-
<version>1.1.2</version>
19+
<version>1.1.3</version>
2020
</dependency>
2121
```
2222

@@ -177,7 +177,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
177177
<dependency>
178178
<groupId>group.rxcloud</groupId>
179179
<artifactId>vrml-alert</artifactId>
180-
<version>1.1.2</version>
180+
<version>1.1.3</version>
181181
</dependency>
182182
```
183183

vrml-alert/README_ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Alert支持各种快捷灵活方式的告警API,避免过程式的调用告警
1616
<dependency>
1717
<groupId>group.rxcloud</groupId>
1818
<artifactId>vrml-alert</artifactId>
19-
<version>1.1.2</version>
19+
<version>1.1.3</version>
2020
</dependency>
2121
```
2222

@@ -177,7 +177,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
177177
<dependency>
178178
<groupId>group.rxcloud</groupId>
179179
<artifactId>vrml-alert</artifactId>
180-
<version>1.1.2</version>
180+
<version>1.1.3</version>
181181
</dependency>
182182
```
183183

vrml-alert/WIKI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ EmailAlertActor.onReceive(message);
164164
<dependency>
165165
<groupId>group.rxcloud</groupId>
166166
<artifactId>vrml-alert</artifactId>
167-
<version>1.1.2</version>
167+
<version>1.1.3</version>
168168
</dependency>
169169
```

vrml-alert/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>group.rxcloud</groupId>
99
<artifactId>vrml</artifactId>
10-
<version>1.1.2</version>
10+
<version>1.1.3</version>
1111
</parent>
1212

1313
<artifactId>vrml-alert</artifactId>

vrml-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>group.rxcloud</groupId>
99
<artifactId>vrml</artifactId>
10-
<version>1.1.2</version>
10+
<version>1.1.3</version>
1111
</parent>
1212

1313
<artifactId>vrml-all</artifactId>

vrml-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A Aspect to log request process for [vrml](https://github.com/kevinten10/vrml) l
1212
<dependency>
1313
<groupId>group.rxcloud</groupId>
1414
<artifactId>vrml-api</artifactId>
15-
<version>1.1.2</version>
15+
<version>1.1.3</version>
1616
</dependency>
1717
```
1818

@@ -150,7 +150,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
150150
<dependency>
151151
<groupId>group.rxcloud</groupId>
152152
<artifactId>vrml-api</artifactId>
153-
<version>1.1.2</version>
153+
<version>1.1.3</version>
154154
</dependency>
155155
```
156156

0 commit comments

Comments
 (0)