Skip to content

Commit c1798b7

Browse files
committed
[Gradle Release Plugin] - pre tag commit: '2.28.4'.
2 parents 11c4da6 + cd54771 commit c1798b7

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ build.dependsOn publishToMavenLocal
135135

136136
release {
137137
pushReleaseVersionBranch = 'release'
138+
git {
139+
requireBranch = 'snapshot'
140+
}
138141
}
139142

140143
eclipse {

docs/kotlin-support.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ Add the dependencies using the `kapt` and `implementation` configuration in your
9999
.. code-block:: groovy
100100
101101
dependencies {
102-
kapt "org.seasar.doma:doma:2.28.3"
103-
implementation "org.seasar.doma:doma:2.28.3"
102+
kapt "org.seasar.doma:doma:2.28.4"
103+
implementation "org.seasar.doma:doma:2.28.4"
104104
}
105105
106106
To simplify your build.script, we recommend you use

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=org.seasar.doma
2-
version=2.28.3
2+
version=2.28.4
33
projectUrl=https://github.com/domaframework/doma
44
githubUrl[email protected]:domaframework/doma.git
55
sonatypeUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2/

src/main/java/org/seasar/doma/internal/Artifact.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public final class Artifact {
77

88
private static final String NAME = "Doma";
99

10-
private static final String VERSION = "2.28.3";
10+
private static final String VERSION = "2.28.4";
1111

1212
public static String getName() {
1313
return NAME;

0 commit comments

Comments
 (0)