Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMansour committed Mar 16, 2024
1 parent 689b573 commit ff02137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This plugin is only available for Maven and can be installed with the following
<plugin>
<groupId>io.github.lukasmansour</groupId>
<artifactId>patch-maven-plugin</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<configuration>
<targetDirectory>${project.basedir}</targetDirectory>
<patchDirectory>${project.basedir}\src\main\patches</patchDirectory>
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
plugins {
id("java")
id("de.benediktritter.maven-plugin-development") version ("0.4.2")
id("de.benediktritter.maven-plugin-development") version ("0.4.3")
id("com.gradleup.nmcp") version ("0.0.4")
`maven-publish`
signing
}

group = "io.github.lukasmansour"
version = "1.1.0-SNAPSHOT"
version = "1.1.0"
description = "A Maven patch plugin with no dependency on GNU Patch."

java {
Expand Down

0 comments on commit ff02137

Please sign in to comment.