Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qmwu2000 committed Dec 21, 2016
1 parent 31ac577 commit 91e3605
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion dal-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.unidal.framework</groupId>
<artifactId>parent</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.unidal.framework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eunit-testfwk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.unidal.framework</groupId>
<artifactId>parent</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion foundation-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.unidal.framework</groupId>
<artifactId>parent</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
12 changes: 6 additions & 6 deletions framework-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,28 @@
<dependency>
<groupId>org.unidal.framework</groupId>
<artifactId>foundation-service</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.unidal.framework</groupId>
<artifactId>dal-jdbc</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.unidal.framework</groupId>
<artifactId>test-framework</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.unidal.framework</groupId>
<artifactId>web-framework</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.unidal.framework</groupId>
<artifactId>java-fragment</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6.0</version>
</dependency>

<!-- 3rd party artifacts -->
Expand Down Expand Up @@ -114,7 +114,7 @@
<url>https://github.com/unidal/frameworks</url>
<connection>scm:git:git://github.com/unidal/frameworks.git</connection>
<developerConnection>scm:git:ssh://[email protected]/unidal/frameworks.git</developerConnection>
<tag>HEAD</tag>
<tag>v2.6.0</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion java-fragment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.unidal.framework</groupId>
<artifactId>parent</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.unidal.framework</groupId>
<artifactId>parent</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6.0</version>
<packaging>pom</packaging>
<name>Framework</name>
<description>Unidal Framework</description>
Expand All @@ -26,7 +26,7 @@
<connection>scm:git:git://github.com/unidal/frameworks.git</connection>
<developerConnection>scm:git:ssh://[email protected]/unidal/frameworks.git</developerConnection>
<url>https://github.com/unidal/frameworks/tree/master</url>
<tag>HEAD</tag>
<tag>v2.6.0</tag>
</scm>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion spring-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.unidal.framework</groupId>
<artifactId>parent</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion test-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.unidal.framework</groupId>
<artifactId>parent</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion type-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.unidal.framework</groupId>
<artifactId>parent</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion web-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.unidal.framework</groupId>
<artifactId>parent</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 91e3605

Please sign in to comment.