Skip to content

Commit

Permalink
prepare release 3.5
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schmid <[email protected]>
  • Loading branch information
aaschmid committed Nov 17, 2024
1 parent a3677ac commit f2a135a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,4 @@ get these dependencies in your ```localMaven()``` repository as the test cases l
[v3.2]: /../../releases/tag/v3.2
[v3.3]: /../../releases/tag/v3.3
[v3.4]: /../../releases/tag/v3.4
[v3.5]: /../../releases/tag/v3.5
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {

description = "Gradle plugin to find duplicate code using PMDs copy/paste detection (= CPD)"
group = "de.aaschmid"
version = "3.5-SNAPSHOT"
version = "3.5"

val isBuildOnJenkins by extra(System.getenv("BUILD_TAG")?.startsWith("jenkins-") ?: false)

Expand Down

0 comments on commit f2a135a

Please sign in to comment.