Skip to content

Commit

Permalink
release: release 1.1.0 (apache#2272)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored Feb 19, 2020
1 parent f8d3916 commit e81ae8d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 11 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ For more details about principle and design, please go to [Seata wiki page](http

## Maven dependency
```xml
<seata.version>1.0.0</seata.version>
<seata.version>1.1.0</seata.version>

<dependency>
<groupId>io.seata</groupId>
Expand All @@ -96,6 +96,7 @@ For more details about principle and design, please go to [Seata wiki page](http

## Documentation


You can view the full documentation from the wiki: [Seata wiki page](https://github.com/seata/seata/wiki).

## Reporting bugs
Expand Down
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>io.seata</groupId>
<artifactId>seata-all</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>

<name>Seata All-in-one ${project.version}</name>
<url>http://seata.io</url>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>io.seata</groupId>
<artifactId>seata-bom</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>

<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/io/seata/core/protocol/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class Version {
/**
* The constant CURRENT.
*/
public static final String CURRENT = "1.1.0-SNAPSHOT";
public static final String CURRENT = "1.1.0";

/**
* The constant VERSION_MAP.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

<properties>
<!-- seata version -->
<revision>1.1.0-SNAPSHOT</revision>
<revision>1.1.0</revision>

<!-- Compiler settings properties -->
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
4 changes: 0 additions & 4 deletions script/client/spring/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ seata.transport.enable-client-batch-send-request=true

seata.config.type=file

seata.config.file.name=file.conf

seata.config.consul.server-addr=127.0.0.1:8500

seata.config.apollo.apollo-meta=http://192.168.1.204:8801
Expand All @@ -77,8 +75,6 @@ seata.config.zk.password=

seata.registry.type=file

seata.registry.file.name=file.conf

seata.registry.consul.cluster=default
seata.registry.consul.server-addr=127.0.0.1:8500

Expand Down
2 changes: 0 additions & 2 deletions script/client/spring/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ seata:
enable-client-batch-send-request: true
config:
type: file
file:
name: file.conf
consul:
server-addr: 127.0.0.1:8500
apollo:
Expand Down

0 comments on commit e81ae8d

Please sign in to comment.