Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
sumerjabri committed Jul 27, 2022
1 parent 02b332f commit f20a63b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
apply plugin: "groovy"
apply plugin: 'de.undercouch.download'

project.version = "4.0.1-SNAPSHOT" // craftercms version flag
project.version = "4.0.1" // craftercms version flag

apply from: "global-settings.gradle"
apply from: "commons.gradle"
Expand Down
2 changes: 1 addition & 1 deletion global-settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ project.ext.set("statusCommand", "status")
project.ext.set("gitUrl", getPropertySafelyWithDefaults("gitUrl", "https://github.com/craftercms/"))
project.ext.set("gitRemote", getPropertySafelyWithDefaults("gitRemote", "origin"))
project.ext.set("shallowClone", getPropertySafelyWithDefaults("shallowClone", "false").toBoolean())
project.ext.set("gitBranch", "develop") // craftercms branch flag
project.ext.set("gitBranch", "v4.0.1") // craftercms branch flag
project.ext.set("bundlesDir", getPropertySafelyWithDefaults(bundlesDir, "./bundles"))
project.ext.set("crafterCmd", getPropertySafelyWithDefaults("crafterCmd", "./crafter.sh"))
project.ext.set("currentPlatform", getPropertySafelyWithDefaults("currentPlatform", SystemUtils.IS_OS_MAC_OSX ? "darwin" : "linux"))
Expand Down
2 changes: 1 addition & 1 deletion pom-spring-boot.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.craftercms</groupId>
<artifactId>craftercms-spring-boot</artifactId>
<version>4.0.1-SNAPSHOT</version><!-- craftercms version flag -->
<version>4.0.1</version><!-- craftercms version flag -->

<name>CrafterCMS - Springboot</name>
<description>CrafterCMS Parent POM - Springboot</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.craftercms</groupId>
<artifactId>craftercms</artifactId>
<version>4.0.1-SNAPSHOT</version><!-- craftercms version flag -->
<version>4.0.1</version><!-- craftercms version flag -->

<name>CrafterCMS</name>
<description>CrafterCMS Parent POM</description>
Expand Down

0 comments on commit f20a63b

Please sign in to comment.