Skip to content

Commit

Permalink
Merge pull request #330 from drewbrokke/LPD-28297-TECHNICAL-TASK-v0-p…
Browse files Browse the repository at this point in the history
…repare-snapshot

LPD-28297 subtask: Release Blade 7.0.0
  • Loading branch information
drewbrokke committed Jun 13, 2024
2 parents 0473d9b + 2266a33 commit 68ec096
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ dependencies {
api name: "org.objectweb.asm.tree-6.0.0"
api name: "org.objectweb.asm.util-6.0.0"

bladeExtensions group: "com.liferay.blade", name: "com.liferay.blade.extensions.maven.profile", version: "1.0.40"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.theme", version: "1.0.23"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.widget", version: "1.0.24"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.blade.extensions.maven.profile", version: "1.0.41-SNAPSHOT"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.theme", version: "1.0.24-SNAPSHOT"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.widget", version: "1.0.25-SNAPSHOT"

compileOnly group: "org.osgi", name: "osgi.core", version: "6.0.0"
compileOnly project(":gradle-tooling")
Expand Down Expand Up @@ -324,6 +324,6 @@ unzipPortal {
finalizedBy("processZipsResources")
}

version = "7.0.0"
version = "7.0.1-SNAPSHOT"

apply from: "blade-jar-smoke-tests.gradle"
2 changes: 1 addition & 1 deletion extensions/maven-profile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ publishing {
}
}

version = "1.0.40"
version = "1.0.41-SNAPSHOT"
2 changes: 1 addition & 1 deletion extensions/project-templates-js-theme/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ test {
}
}

version = "1.0.23"
version = "1.0.24-SNAPSHOT"
2 changes: 1 addition & 1 deletion extensions/project-templates-js-widget/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ test {
}
}

version = "1.0.24"
version = "1.0.25-SNAPSHOT"
2 changes: 1 addition & 1 deletion extensions/project-templates-social-bookmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ publishing {
}
}

version = "1.0.21"
version = "1.0.22-SNAPSHOT"
2 changes: 1 addition & 1 deletion extensions/remote-deploy-command/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ publishing {
}
}

version = "1.0.31"
version = "1.0.32-SNAPSHOT"
2 changes: 1 addition & 1 deletion gradle-tooling/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ publishing {
}
*/

version = "1.2.24"
version = "1.2.25-SNAPSHOT"

0 comments on commit 68ec096

Please sign in to comment.