Skip to content

Commit

Permalink
2.15.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamura-to committed Feb 5, 2017
1 parent 97223c1 commit f4eff3c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'signing'
apply plugin: 'maven'

group = 'org.seasar.doma'
version = '2.14.1-SNAPSHOT'
version = '2.15.0'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext.encoding = 'UTF-8'
sourceCompatibility = jdkVersion
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Gradle でビルドを行う際のポイントは以下のとおりです。
}
dependencies {
compile "org.seasar.doma:doma:2.14.1-SNAPSHOT"
compile "org.seasar.doma:doma:2.15.0"
}
.. note::
Expand Down
10 changes: 10 additions & 0 deletions docs/sources/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
リリースノート
==============

v2.15.0: 2017-02-05
======================

* `GH184 <https://github.com/domaframework/doma/pull/184>`_
Long name serial sequence
* `GH187 <https://github.com/domaframework/doma/pull/187>`_
Eclipse 4.6.2 で検出されたワーニングを修正
* `GH188 <https://github.com/domaframework/doma/pull/188>`_
Dao においてデフォルトメソッドのみが定義されたインタフェースを継承可能に変更

v2.14.0: 2017-01-14
======================

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/seasar/doma/internal/Artifact.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public final class Artifact {

private static final String NAME = "Doma";

private static final String VERSION = "2.14.1-SNAPSHOT";
private static final String VERSION = "2.15.0";

public static String getName() {
return NAME;
Expand Down

0 comments on commit f4eff3c

Please sign in to comment.