Skip to content

Commit

Permalink
2.6.26-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
knightliao committed Sep 14, 2015
1 parent 42f54fe commit 60748d4
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion disconf-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-base</artifactId>
<version>2.6.25</version>
<version>2.6.26-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion disconf-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-base</artifactId>
<relativePath>../</relativePath>
<version>2.6.25</version>
<version>2.6.26-SNAPSHOT</version>
</parent>

<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,27 @@
<artifactId>disconf-spring-boot-core</artifactId>

<dependencies>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>

<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.7.3</version>
</dependency>

<dependency>
<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-client</artifactId>
<version>2.6.25</version>
<version>2.6.26-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
Expand All @@ -40,7 +44,9 @@
</exclusion>
</exclusions>
</dependency>

</dependencies>

<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion disconf-demos/disconf-standalone-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependency>
<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-client</artifactId>
<version>2.6.25</version>
<version>2.6.26-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion disconf-demos/disconf-standalone-dubbo-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependency>
<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-client</artifactId>
<version>2.6.25</version>
<version>2.6.26-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion disconf-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-base</artifactId>
<version>2.6.25</version>
<version>2.6.26-SNAPSHOT</version>
</parent>
<artifactId>disconf-tool</artifactId>
<version>${disconf-tool.version}</version>
Expand Down
2 changes: 1 addition & 1 deletion disconf-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-base</artifactId>
<version>2.6.25</version>
<version>2.6.26-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-base</artifactId>
<version>2.6.25</version>
<version>2.6.26-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -46,9 +46,9 @@
<project.build.offline.sourceDir>${project.basedir}/src/main/resources</project.build.offline.sourceDir>

<!-- 模块版本号 -->
<disconf-core.version>2.6.25</disconf-core.version>
<disconf-client.version>2.6.25</disconf-client.version>
<disconf-tool.version>2.6.25</disconf-tool.version>
<disconf-core.version>2.6.26-SNAPSHOT</disconf-core.version>
<disconf-client.version>2.6.26-SNAPSHOT</disconf-client.version>
<disconf-tool.version>2.6.26-SNAPSHOT</disconf-tool.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 60748d4

Please sign in to comment.