Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Articdive committed Feb 4, 2024
1 parent 5c0ba1e commit cbce33e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Adding to a Maven Project:
<dependency>
<groupId>de.articdive</groupId>
<artifactId>articdata</artifactId>
<version>1.19.1-77b86bc4</version>
<version>1.19.1-cb27856f</version>
</dependency>
</dependencies>
```
Expand All @@ -69,7 +69,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation("de.articdive:articdata:1.19.1-77b86bc4")
implementation("de.articdive:articdata:1.19.1-cb27856f")
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
tasks {
register<Jar>("packageVersion") {
archiveBaseName.set("articdata")
archiveVersion.set("1.19.1-77b86bc4")
archiveVersion.set("1.19.1-cb27856f")

destinationDirectory.set(layout.buildDirectory.dir("dist"))
from(project.rootProject.rootDir)
Expand All @@ -20,7 +20,7 @@ publishing {
create<MavenPublication>("maven") {
groupId = "de.articdive"
artifactId = "articdata"
version = "1.19.1-77b86bc4"
version = "1.19.1-cb27856f"

pom {
name.set("ArticData")
Expand Down

0 comments on commit cbce33e

Please sign in to comment.