Skip to content

Commit

Permalink
Upgrade release (#98)
Browse files Browse the repository at this point in the history
* prepare to release
  • Loading branch information
QilongZhang authored and straybirdzls committed Aug 16, 2018
1 parent a91d459 commit 4e0579f
Show file tree
Hide file tree
Showing 26 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-ark</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-bom/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofa-ark</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-parent/assembly/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sofa-ark-parent</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>sofa-ark-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-parent/core-impl/archive/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sofa-ark-core-impl</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>sofa-ark-archive</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-parent/core-impl/container/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sofa-ark-core-impl</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>sofa-ark-container</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-parent/core-impl/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sofa-ark-parent</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>sofa-ark-core-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-parent/core/common/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sofa-ark-core</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>sofa-ark-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-parent/core/exception/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sofa-ark-core</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>sofa-ark-exception</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-parent/core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sofa-ark-parent</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>sofa-ark-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-parent/core/spi/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sofa-ark-core</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>sofa-ark-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-parent/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofa-ark-bom</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<relativePath>../sofa-ark-bom</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-parent/support/ark-maven-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofa-ark-support</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-parent/support/ark-plugin-maven-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofa-ark-support</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-parent/support/ark-springboot-starter/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofa-ark-support</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-parent/support/ark-support-starter/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofa-ark-support</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-parent/support/ark-tools/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sofa-ark-support</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>sofa-ark-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-parent/support/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofa-ark-parent</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-samples/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>sofa-ark</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>sofa-ark-samples</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions sofa-ark-samples/sample-ark-plugin/README.md
Expand Up @@ -22,7 +22,7 @@
<plugin>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-ark-plugin-maven-plugin</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</plugin>
```

Expand Down Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sample-ark-plugin</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
```

2 changes: 1 addition & 1 deletion sofa-ark-samples/sample-ark-plugin/README_EN.md
Expand Up @@ -110,6 +110,6 @@ should add the following dependency in your consumer project:
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sample-ark-plugin</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
```
2 changes: 1 addition & 1 deletion sofa-ark-samples/sample-ark-plugin/common/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofa-ark-sample-ark-plugin</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-samples/sample-ark-plugin/plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofa-ark-sample-ark-plugin</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-samples/sample-ark-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofa-ark-samples</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 deletions sofa-ark-samples/sample-springboot-ark/README.md
Expand Up @@ -11,7 +11,7 @@
<plugin>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-ark-maven-plugin</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</plugin>
```

Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sample-ark-plugin</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
```

Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-ark-springboot-starter</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
```

Expand All @@ -96,7 +96,7 @@
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-ark-support-starter</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
```

Expand Down
8 changes: 4 additions & 4 deletions sofa-ark-samples/sample-springboot-ark/README_EN.md
Expand Up @@ -24,7 +24,7 @@ Add a dependency in main `pom.xml` as follows:
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sample-ark-plugin</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
```

Expand Down Expand Up @@ -96,7 +96,7 @@ value of `outputDirectory`.

## run in command line
we support command such as `java -jar executable-ark.jar` to startup application, similar to what this sample
project does, execute command line: `java -jar target/sofa-ark-sample-springboot-ark-0.4.1-SNAPSHOT-executable-ark.jar`
project does, execute command line: `java -jar target/sofa-ark-sample-springboot-ark-0.4.1-executable-ark.jar`
to startup this demo.

## run in IDE
Expand All @@ -109,7 +109,7 @@ you should add dependency as follows:
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-ark-springboot-starter</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
```
+ Common Java Project
Expand All @@ -119,7 +119,7 @@ you should add dependency as follows:
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-ark-support-starter</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sofa-ark-samples/sample-springboot-ark/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofa-ark-samples</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 4e0579f

Please sign in to comment.