Skip to content

Commit

Permalink
Release 0.1.4 (#376)
Browse files Browse the repository at this point in the history
* fix #373 #302 wins fescar-server.bat $EXTRA_JVM_ARGUMENTS error

* #375 release 0.1.4
  • Loading branch information
slievrly committed Feb 11, 2019
1 parent 2dea964 commit 7549d2f
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>fescar-all</artifactId>
<groupId>com.alibaba.fescar</groupId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>fescar-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion config/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>fescar-all</artifactId>
<groupId>com.alibaba.fescar</groupId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>fescar-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>fescar-all</artifactId>
<groupId>com.alibaba.fescar</groupId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>fescar-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>fescar-all</artifactId>
<groupId>com.alibaba.fescar</groupId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>fescar-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dubbo/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>fescar-all</artifactId>
<groupId>com.alibaba.fescar</groupId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>fescar-dubbo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -21,7 +21,7 @@

<groupId>com.alibaba.fescar</groupId>
<artifactId>fescar-all</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
<modules>
<module>config</module>
<module>common</module>
Expand Down
2 changes: 1 addition & 1 deletion rm-datasource/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>fescar-all</artifactId>
<groupId>com.alibaba.fescar</groupId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>fescar-rm-datasource</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>fescar-all</artifactId>
<groupId>com.alibaba.fescar</groupId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>fescar-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>fescar-all</artifactId>
<groupId>com.alibaba.fescar</groupId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>fescar-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>fescar-all</artifactId>
<groupId>com.alibaba.fescar</groupId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>fescar-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tm/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>fescar-all</artifactId>
<groupId>com.alibaba.fescar</groupId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>fescar-tm</artifactId>
Expand Down

0 comments on commit 7549d2f

Please sign in to comment.