File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
src/main/java/org/seasar/doma/internal Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'signing'
44apply plugin : ' maven'
55
66group = ' org.seasar.doma'
7- version = ' 2.7.0-SNAPSHOT '
7+ version = ' 2.7.0'
88ext. isReleaseVersion = ! version. endsWith(" SNAPSHOT" )
99ext. encoding = ' UTF-8'
1010sourceCompatibility = jdkVersion
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Gradle でビルドを行う際のポイントは以下のとおりです。
8282 }
8383
8484 dependencies {
85- compile "org.seasar.doma:doma:2.7.0-SNAPSHOT "
85+ compile "org.seasar.doma:doma:2.7.0"
8686 }
8787
8888 .. note ::
Original file line number Diff line number Diff line change 22リリースノート
33==============
44
5+ v2.7.0: 2016-02-27
6+ ======================
7+
8+ * `GH125 <https://github.com/domaframework/doma/pull/125 >`_
9+ SelectBuilder のデフォルトの FetchType を Lazy に設定
10+ * `GH124 <https://github.com/domaframework/doma/pull/124 >`_
11+ 間違った警告メッセージを修正
12+ * `GH122 <https://github.com/domaframework/doma/pull/122 >`_
13+ 検索用メソッドの戻り値の型を Stream とすることを認めた
14+ * `GH121 <https://github.com/domaframework/doma/pull/121 >`_
15+ includeの説明が間違っていたのを修正
16+
517v2.6.2: 2016-02-11
618======================
719
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public final class Artifact {
2626
2727 private static final String NAME = "Doma" ;
2828
29- private static final String VERSION = "2.7.0-SNAPSHOT " ;
29+ private static final String VERSION = "2.7.0" ;
3030
3131 public static String getName () {
3232 return NAME ;
You can’t perform that action at this time.
0 commit comments