Skip to content

Commit ab4557d

Browse files
committed
update README and CHANGELOG
1 parent 8e32127 commit ab4557d

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ActFramework Change Log
22

33
**1.8.8**
4+
* update osgl-tool to 1.11.2
45
* Add helper methods to `LogSupport` for line printing #659
56
* Allow set delay time for `@OnAppStart` and `@AlongWith` #658
67
* `echo` handler shall set `Content-Type` header #650

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add `act-starter-parent` into into your pom.xml file
1515
<parent>
1616
<groupId>org.actframework</groupId>
1717
<artifactId>act-starter-parent</artifactId>
18-
<version>1.8.8.0-RC1</version>
18+
<version>1.8.8.0-RC2</version>
1919
</parent>
2020
```
2121

@@ -27,7 +27,7 @@ mvn archetype:generate -B \
2727
-DartifactId=helloworld \
2828
-DarchetypeGroupId=org.actframework \
2929
-DarchetypeArtifactId=archetype-quickstart \
30-
-DarchetypeVersion=1.8.8.0-RC1
30+
-DarchetypeVersion=1.8.8.0-RC2
3131
```
3232

3333
To start an new project for RESTful service:
@@ -38,19 +38,19 @@ mvn archetype:generate -B \
3838
-DartifactId=helloworld \
3939
-DarchetypeGroupId=org.actframework \
4040
-DarchetypeArtifactId=archetype-simple-restful-service \
41-
-DarchetypeVersion=1.8.8.0-RC1
41+
-DarchetypeVersion=1.8.8.0-RC2
4242
```
4343

4444
**tips** don't forget replace the `groupId`, `artifactId` and `appName` in the above script, or you can use interactive mode to generate your project:
4545

4646
```
47-
mvn archetype:generate -DarchetypeGroupId=org.actframework -DarchetypeArtifactId=archetype-quickstart -DarchetypeVersion=1.8.8.0-RC1
47+
mvn archetype:generate -DarchetypeGroupId=org.actframework -DarchetypeArtifactId=archetype-quickstart -DarchetypeVersion=1.8.8.0-RC2
4848
```
4949

5050
Or
5151

5252
```
53-
mvn archetype:generate -DarchetypeGroupId=org.actframework -DarchetypeArtifactId=archetype-simple-restful-service -DarchetypeVersion=1.8.8.0-RC1
53+
mvn archetype:generate -DarchetypeGroupId=org.actframework -DarchetypeArtifactId=archetype-simple-restful-service -DarchetypeVersion=1.8.8.0-RC2
5454
```
5555

5656
For RESTful service project

0 commit comments

Comments
 (0)