diff --git a/cli/build.gradle b/cli/build.gradle index 08f3efbf7..79d99cb11 100644 --- a/cli/build.gradle +++ b/cli/build.gradle @@ -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" - 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" + bladeExtensions group: "com.liferay.blade", name: "com.liferay.blade.extensions.maven.profile", version: "1.0.43-SNAPSHOT" + bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.theme", version: "1.0.26-SNAPSHOT" + bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.widget", version: "1.0.27-SNAPSHOT" compileOnly group: "org.osgi", name: "osgi.core", version: "6.0.0" compileOnly project(":gradle-tooling") @@ -326,6 +326,6 @@ unzipPortal { finalizedBy("processZipsResources") } -version = "7.0.2" +version = "7.0.3-SNAPSHOT" apply from: "blade-jar-smoke-tests.gradle" \ No newline at end of file diff --git a/extensions/maven-profile/build.gradle b/extensions/maven-profile/build.gradle index 6f754c6df..e58040fcd 100644 --- a/extensions/maven-profile/build.gradle +++ b/extensions/maven-profile/build.gradle @@ -44,4 +44,4 @@ publishing { } } -version = "1.0.42" \ No newline at end of file +version = "1.0.43-SNAPSHOT" \ No newline at end of file diff --git a/extensions/project-templates-js-theme/build.gradle b/extensions/project-templates-js-theme/build.gradle index 414dd31d4..a9e3d7038 100644 --- a/extensions/project-templates-js-theme/build.gradle +++ b/extensions/project-templates-js-theme/build.gradle @@ -59,4 +59,4 @@ test { } } -version = "1.0.25" \ No newline at end of file +version = "1.0.26-SNAPSHOT" \ No newline at end of file diff --git a/extensions/project-templates-js-widget/build.gradle b/extensions/project-templates-js-widget/build.gradle index 7c17de246..54c49f474 100644 --- a/extensions/project-templates-js-widget/build.gradle +++ b/extensions/project-templates-js-widget/build.gradle @@ -57,4 +57,4 @@ test { } } -version = "1.0.26" \ No newline at end of file +version = "1.0.27-SNAPSHOT" \ No newline at end of file diff --git a/extensions/project-templates-social-bookmark/build.gradle b/extensions/project-templates-social-bookmark/build.gradle index c26e9bb96..b728c88a6 100644 --- a/extensions/project-templates-social-bookmark/build.gradle +++ b/extensions/project-templates-social-bookmark/build.gradle @@ -59,4 +59,4 @@ publishing { } } -version = "1.0.23" \ No newline at end of file +version = "1.0.24-SNAPSHOT" \ No newline at end of file diff --git a/extensions/remote-deploy-command/build.gradle b/extensions/remote-deploy-command/build.gradle index 532c4e767..25b8ba6ca 100644 --- a/extensions/remote-deploy-command/build.gradle +++ b/extensions/remote-deploy-command/build.gradle @@ -37,4 +37,4 @@ publishing { } } -version = "1.0.33" \ No newline at end of file +version = "1.0.34-SNAPSHOT" \ No newline at end of file diff --git a/gradle-tooling/build.gradle b/gradle-tooling/build.gradle index a96b3a751..d1e0c3504 100644 --- a/gradle-tooling/build.gradle +++ b/gradle-tooling/build.gradle @@ -17,4 +17,4 @@ publishing { } */ -version = "1.2.26" \ No newline at end of file +version = "1.2.27-SNAPSHOT" \ No newline at end of file