Skip to content

Commit

Permalink
# 4.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaidak committed Nov 8, 2024
1 parent 9662264 commit 4f23695
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 4.10.2

# 4.10.0

# 4.9.3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ The Library requires Java EE container

## Gradle dependency

```java
```kotlin
dependencies {
implementation "com.scalified:axonframework-cdi:$VERSION"
implementation("com.scalified:axonframework-cdi:$VERSION")
}
```

Expand Down
5 changes: 3 additions & 2 deletions axonframework-cdi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@

plugins {
`java-library`
id("maven-publish")

`maven-publish`
}

tasks.withType<Jar> {
tasks.jar {
manifest {
attributes["Automatic-Module-Name"] = "axonframework.cdi"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
axon = "4.10.1"
axon = "4.10.2"

lombok = "1.18.34"
javaee = "8.0"
Expand Down

0 comments on commit 4f23695

Please sign in to comment.