Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: '3.3.0'.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 18, 2025
1 parent d283b84 commit 7e0538f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ plugins {
}

dependencies {
implementation("org.seasar.doma:doma-core:3.2.0")
annotationProcessor("org.seasar.doma:doma-processor:3.2.0")
implementation("org.seasar.doma:doma-core:3.3.0")
annotationProcessor("org.seasar.doma:doma-processor:3.3.0")
}
```

Expand All @@ -134,8 +134,8 @@ plugins {
}

dependencies {
implementation("org.seasar.doma:doma-kotlin:3.2.0")
kapt("org.seasar.doma:doma-processor:3.2.0")
implementation("org.seasar.doma:doma-kotlin:3.3.0")
kapt("org.seasar.doma:doma-processor:3.3.0")
}
```

Expand All @@ -148,7 +148,7 @@ For Java projects:
```xml
...
<properties>
<doma.version>3.2.0</doma.version>
<doma.version>3.3.0</doma.version>
</properties>
...
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public final class Artifact {

private static final String NAME = "Doma";

private static final String VERSION = "3.2.1-SNAPSHOT";
private static final String VERSION = "3.3.0";

public static String getName() {
return NAME;
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.seasar.doma
version=3.2.1-SNAPSHOT
version=3.3.0
encoding=UTF-8
projectUrl=https://github.com/domaframework/doma
githubUrl=[email protected]:domaframework/doma.git
Expand Down

0 comments on commit 7e0538f

Please sign in to comment.