Skip to content

Commit

Permalink
LPD-41339 liferay-blade-cli: prepareRelease 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrokke committed Nov 11, 2024
1 parent 8abcb0b commit efd8d88
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 @@ -115,9 +115,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.42-SNAPSHOT"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.theme", version: "1.0.25-SNAPSHOT"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.widget", version: "1.0.26-SNAPSHOT"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.blade.extensions.maven.profile", version: "1.0.42"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.theme", version: "1.0.25"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.widget", version: "1.0.26"

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

version = "7.0.2-SNAPSHOT"
version = "7.0.2"

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.42-SNAPSHOT"
version = "1.0.42"
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.25-SNAPSHOT"
version = "1.0.25"
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.26-SNAPSHOT"
version = "1.0.26"
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.23-SNAPSHOT"
version = "1.0.23"
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.33-SNAPSHOT"
version = "1.0.33"
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.26-SNAPSHOT"
version = "1.2.26"

0 comments on commit efd8d88

Please sign in to comment.