Skip to content

Commit 4e04f61

Browse files
committed
Release org.domaframework.doma.compile 2.0
1 parent 4173016 commit 4e04f61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

compile/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
gradlePlugin {
99
plugins {
1010
compilePlugin {
11-
id = 'org.seasar.doma.compile'
11+
id = 'org.domaframework.doma.compile'
1212
displayName = 'Doma Compile Plugin'
1313
description = 'Allows annotation processors to read Doma resources at compile-time'
1414
implementationClass = 'org.seasar.doma.gradle.compile.CompilePlugin'

compile/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
group=org.seasar.doma
2-
version=1.2.1-SNAPSHOT
1+
group=org.domaframework.doma
2+
version=2.0.0

0 commit comments

Comments
 (0)