Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jun 25, 2017
1 parent ce4b428 commit 3e62fa1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion druid-spring-boot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Spring Boot with Druid support,help you simplify Druid config in Spring Boot.
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>尚未发布中央仓库</version>
<version>1.1.0</version>
</dependency>
```
### 配置项
Expand Down
26 changes: 20 additions & 6 deletions druid-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.0.29-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>jar</packaging>
<name>druid-spring-boot-starter</name>
<description>Spring Boot with Druid support,help you simplify Druid config in Spring Boot.</description>
<url>https://github.com/alibaba/druid</url>

<properties>
<druid.version>1.0.29</druid.version>
<druid.version>1.1.0</druid.version>
<spring-boot.version>1.5.3.RELEASE</spring-boot.version>
</properties>

Expand Down Expand Up @@ -84,12 +86,24 @@
</dependencies>

<scm>
<connection>scm:git:git@gitlab.alibaba-inc.com:spring-boot-incubator/druid-spring-boot-starter.git</connection>
<developerConnection>scm:git:git@gitlab.alibaba-inc.com:spring-boot-incubator/druid-spring-boot-starter.git
</developerConnection>
<url>http://gitlab.alibaba-inc.com/spring-boot-incubator/druid-spring-boot-starter</url>
<url>https://wenshao@github.com/alibaba/druid.git</url>
<connection>scm:git:https://wenshao@github.com/alibaba/druid.git</connection>
</scm>

<organization>
<name>Alibaba Group</name>
<url>http://code.alibabatech.com/</url>
</organization>

<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>

<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
-->
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>

<packaging>jar</packaging>
<name>druid</name>
Expand Down

0 comments on commit 3e62fa1

Please sign in to comment.