Skip to content

Commit

Permalink
bump to fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
farrell-m committed May 22, 2024
1 parent 7eba29c commit 35982a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
plugins {
id 'uk.gov.laa.ccms.springboot.laa-ccms-spring-boot-gradle-plugin' version '0.0.1' apply false
id 'net.researchgate.release' version '3.0.2'
id 'uk.gov.laa.ccms.springboot.laa-ccms-spring-boot-gradle-plugin' version '0.0.2' apply false
}

subprojects {
group = 'uk.gov.laa.ccms.data'

release {
tagTemplate = '$name-$version'
}
}

0 comments on commit 35982a7

Please sign in to comment.