Skip to content

Commit

Permalink
release 0.5.2
Browse files Browse the repository at this point in the history
release 0.5.2
  • Loading branch information
slievrly authored May 17, 2019
2 parents e9e7255 + 111b6f8 commit f017c6b
Show file tree
Hide file tree
Showing 240 changed files with 5,004 additions and 2,461 deletions.
11 changes: 5 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ target/
/distribution/bin
/distribution/conf
/distribution/lib
server/*root.*
server/.root.*
*.data
/server/*root.*
/server/.root.*
/server/sessionStore/
/sessionStore/

# system ignore
.DS_Store
Thumbs.db
*.orig
*.class
data*
*.orig
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: java
sudo: false # faster builds

jdk:
- openjdk11
- openjdk8

cache:
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at dev.fescar@gmail.com. All
reported by contacting the project team at dev-seata@googlegroups.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![codecov](https://codecov.io/gh/seata/seata/branch/develop/graph/badge.svg)](https://codecov.io/gh/seata/seata)
[![license](https://img.shields.io/github/license/seata/seata.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![maven](https://img.shields.io/maven-central/v/io.seata/seata-parent.svg)](https://search.maven.org/search?q=io.seata)
[![](https://img.shields.io/twitter/follow/seataio.svg?label=Follow&style=social&logoWidth=0)](https://twitter.com/intent/follow?screen_name=seataio)

## What is Seata?

Expand Down Expand Up @@ -80,7 +81,7 @@ For more details about principle and design, please go to [Seata wiki page](http

## Maven dependency
```xml
<seata.version>0.5.0</seata.version>
<seata.version>0.5.1</seata.version>

<dependency>
<groupId>io.seata</groupId>
Expand Down Expand Up @@ -126,7 +127,7 @@ Contributors are welcomed to join the FEATS project. Please check [CONTRIBUTING]
* [Twitter](https://twitter.com/seataio): Follow along for latest Seata news on Twitter.

* Mailing list:
* dev-fescar@googlegroups.com , for dev/user discussion. [subscribe](mailto:dev-fescar+subscribe@googlegroups.com), [unsubscribe](mailto:dev-fescar+unsubscribe@googlegroups.com), [archive](https://groups.google.com/forum/#!forum/dev-fescar)
* dev-seata@googlegroups.com , for dev/user discussion. [subscribe](mailto:dev-seata+subscribe@googlegroups.com), [unsubscribe](mailto:dev-seata+unsubscribe@googlegroups.com), [archive](https://groups.google.com/forum/#!forum/dev-seata)

**Dingtalk**

Expand Down
Loading

0 comments on commit f017c6b

Please sign in to comment.