Skip to content

Commit

Permalink
release v0.3.0 (#29)
Browse files Browse the repository at this point in the history
Change-Id: I81cc3559173d01dc8952af582afb1d35f9ea3b2c

Co-authored-by: Shi Jianwei <jianwei.shi@bytedance.com>
  • Loading branch information
JervyShi and Shi Jianwei authored Mar 23, 2023
1 parent 535ac6d commit dc5397f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
Nacos-embedded provides easy way to run Nacos in integration tests. Inspired by [embedded-consul](https://github.com/pszymczyk/embedded-consul).

Compatible with jdk1.8+.
Working on all operating systems: Mac, Linux, Windows.
Working on all operating systems: Mac(Intel & Apple silicon), Linux, Windows.

## How to get it?

```xml
<dependency>
<groupId>name.jervyshi</groupId>
<artifactId>nacos-embedded</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>name.jervyshi</groupId>
<artifactId>nacos-embedded</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/JervyShi/nacos-embedded</url>
Expand Down

0 comments on commit dc5397f

Please sign in to comment.