File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed
src/main/java/org/seasar/doma/internal Expand file tree Collapse file tree 4 files changed +19
-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.19.3-SNAPSHOT '
7+ version = ' 2.19.3'
88ext. isReleaseVersion = ! version. endsWith(" SNAPSHOT" )
99ext. encoding = ' UTF-8'
1010sourceCompatibility = jdkVersion
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Gradle でビルドを行う際のポイントは以下のとおりです。
9595 }
9696
9797 dependencies {
98- compile "org.seasar.doma:doma:2.19.3-SNAPSHOT "
98+ compile "org.seasar.doma:doma:2.19.3"
9999 }
100100
101101 .. note ::
Original file line number Diff line number Diff line change 22リリースノート
33==============
44
5+ v2.19.3: 2018-09-02
6+ ======================
7+
8+ * `GH242 <https://github.com/domaframework/doma/pull/242 >`_
9+ Remove wrapper task
10+ * `GH241 <https://github.com/domaframework/doma/pull/241 >`_
11+ Upgrade Gradle version
12+ * `GH240 <https://github.com/domaframework/doma/pull/240 >`_
13+ Refactor gradle script for eclipse
14+ * `GH239 <https://github.com/domaframework/doma/pull/239 >`_
15+ Resolve an external domain class by traversing class hierarchy
16+ * `GH225 <https://github.com/domaframework/doma/pull/225 >`_
17+ Add documents for IntelliJ IDEA
18+ * `GH223 <https://github.com/domaframework/doma/pull/223 >`_
19+ Fix Javadoc comment for Update#includeUnchanged
20+
521v2.19.2: 2018-03-11
622======================
723
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.19.3-SNAPSHOT " ;
29+ private static final String VERSION = "2.19.3" ;
3030
3131 public static String getName () {
3232 return NAME ;
You can’t perform that action at this time.
0 commit comments