Skip to content

Commit

Permalink
update version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyongrui committed Nov 29, 2019
1 parent 4232f0c commit 4011b47
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ can be found in the LICENSE file in the root directory of this source tree.
<groupId>com.xiaomi.thain</groupId>
<artifactId>thain</artifactId>
<packaging>pom</packaging>
<version>1.2.0</version>
<version>1.2.1</version>
<name>thain</name>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Thain has completed backend management system which supports depending, re-run,
1. Run

```shell
java -jar thain-server/target/thain-server-1.2.0.jar
java -jar thain-server/target/thain-server-1.2.1.jar
```

1. Open [localhost:9900](http://localhost:9900) to see the effect
Expand Down
2 changes: 1 addition & 1 deletion readme_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Thain 提供了任务调度与执行的一整套解决方案,在小米集团
1. 打包完成后,即可运行

```shell
java -jar thain-server/target/thain-server-1.2.0.jar
java -jar thain-server/target/thain-server-1.2.1.jar
```

1. 打开 [localhost:9900](http://localhost:9900) 就可以看到效果了
Expand Down
2 changes: 1 addition & 1 deletion thain-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>thain</artifactId>
<groupId>com.xiaomi.thain</groupId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions thain-component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>thain</artifactId>
<groupId>com.xiaomi.thain</groupId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.xiaomi.thain</groupId>
<artifactId>thain-common</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions thain-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>thain</artifactId>
<groupId>com.xiaomi.thain</groupId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -35,13 +35,13 @@
<dependency>
<groupId>com.xiaomi.thain</groupId>
<artifactId>thain-common</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>

<dependency>
<groupId>com.xiaomi.thain</groupId>
<artifactId>thain-component</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<scope>compile</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions thain-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>thain</artifactId>
<groupId>com.xiaomi.thain</groupId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>thain-sdk</artifactId>
Expand All @@ -15,7 +15,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<spring.boot.version>2.2.1.RELEASE</spring.boot.version>
<common.version>1.2.0</common.version>
<common.version>1.2.1</common.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -43,4 +43,4 @@
</dependency>
</dependencies>

</project>
</project>
4 changes: 2 additions & 2 deletions thain-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

<groupId>com.xiaomi.thain</groupId>
<artifactId>thain-server</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<name>thain-server</name>
<packaging>jar</packaging>

<properties>
<java.version>1.8</java.version>
<disruptor.version>3.4.2</disruptor.version>
<core.version>1.2.0</core.version>
<core.version>1.2.1</core.version>
<mybatis.version>2.1.1</mybatis.version>
<org.everit.json.schema.version>1.5.1</org.everit.json.schema.version>
<druid.version>1.1.21</druid.version>
Expand Down

0 comments on commit 4011b47

Please sign in to comment.