Skip to content

Commit

Permalink
发布 1.0.0 正式版
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkfox committed Aug 18, 2019
1 parent 724bb87 commit 8d5368f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
<dependency>
<groupId>com.blinkfox</groupId>
<artifactId>fenix-spring-boot-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
```

### Gradle

```bash
compile 'com.blinkfox:fenix-spring-boot-starter:1.0.0-SNAPSHOT'
compile 'com.blinkfox:fenix-spring-boot-starter:1.0.0'
```

### 激活 Fenix FactoryBean
Expand Down
8 changes: 4 additions & 4 deletions docs/quick-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<dependency>
<groupId>com.blinkfox</groupId>
<artifactId>fenix-spring-boot-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
```

### Gradle

```bash
compile 'com.blinkfox:fenix-spring-boot-starter:1.0.0-SNAPSHOT'
compile 'com.blinkfox:fenix-spring-boot-starter:1.0.0'
```

### 激活 Fenix FactoryBean
Expand Down Expand Up @@ -85,14 +85,14 @@ fenix:
<dependency>
<groupId>com.blinkfox</groupId>
<artifactId>fenix</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
```

### Gradle

```bash
compile 'com.blinkfox:fenix:1.0.0-SNAPSHOT'
compile 'com.blinkfox:fenix:1.0.0'
```

### 激活 Fenix FactoryBean
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.blinkfox</groupId>
<artifactId>fenix</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>fenix</name>
Expand Down

0 comments on commit 8d5368f

Please sign in to comment.