Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
louislivi committed Nov 26, 2019
1 parent 07902c6 commit 50e2a73
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ If you want to bootstrap fastdep, you'll need:
<dependency>
<groupId>com.louislivi.fastdep</groupId>
<artifactId>${Module Name}</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
- Gradle
```groovy
compile group: 'com.louislivi.fastdep', name: '${Module Name}', version: '1.0.0'
compile group: 'com.louislivi.fastdep', name: '${Module Name}', version: '1.0.1'
```

Modules
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ fastdep
<dependency>
<groupId>com.louislivi.fastdep</groupId>
<artifactId>${模块名称}</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
- Gradle
```groovy
compile group: 'com.louislivi.fastdep', name: '${Module Name}', version: '1.0.0'
compile group: 'com.louislivi.fastdep', name: '${Module Name}', version: '1.0.1'
```

模块
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<div id="app"></div>
<script>
const version = '1.0.0';
const version = '1.0.1';
window.$docsify = {
markdown: {
smartypants: true,
Expand Down
2 changes: 1 addition & 1 deletion fastdep-datasource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fastdep</artifactId>
<groupId>com.louislivi.fastdep</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fastdep-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fastdep</artifactId>
<groupId>com.louislivi.fastdep</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 deletions fastdep-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.1.5.RELEASE</version>
</parent>

<groupId>com.louislivi.fastdep</groupId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.1.5.RELEASE</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
Expand All @@ -27,12 +27,12 @@
<dependency>
<groupId>com.louislivi.fastdep</groupId>
<artifactId>fastdep-datasource</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.louislivi.fastdep</groupId>
<artifactId>fastdep-redis</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.louislivi.fastdep</groupId>
<artifactId>fastdep</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<version>1.0.1</version>
<name>fastdep</name>
<description>Fast integration dependencies in Spring Boot.</description>
<url>https://github.com/louislivi/fastdep</url>
Expand Down

0 comments on commit 50e2a73

Please sign in to comment.